V1 implementation #250
Annotations
4 warnings
Build with .NET 9.x:
src/PolylineAlgorithm/CoordinateRange.cs#L15
Call the ArgumentException constructor that contains a message and/or paramName parameter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
Build with .NET 9.x:
src/PolylineAlgorithm/Validation/CoordinateRange.cs#L21
Provide correct arguments to formatting methods (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2241)
|
Build with .NET 9.x:
src/PolylineAlgorithm/CoordinateRange.cs#L15
Call the ArgumentException constructor that contains a message and/or paramName parameter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
Build with .NET 9.x:
src/PolylineAlgorithm/Validation/CoordinateRange.cs#L21
Provide correct arguments to formatting methods (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2241)
|
Loading