separate putintounintented point position grpc message #65
Annotations
2 errors and 4 warnings
Test:
src/Point/Services/PointService.cs#L87
'PointPosition' does not contain a definition for 'ConvertToGenericPointPosition' and no accessible extension method 'ConvertToGenericPointPosition' accepting a first argument of type 'PointPosition' could be found (are you missing a using directive or an assembly reference?)
|
Test
Process completed with exit code 1.
|
Test:
src/Messages/Baseline4R1/Message.cs#L137
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
Test:
src/Messages/Baseline4R1/Message.cs#L143
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
Test:
src/Point/Pages/Error.cshtml.cs#L17
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
src/Point/Services/PointService.cs#L42
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The logs for this run have expired and are no longer available.
Loading