added validation, added code comementsd #70
build.yml
on: push
Global variables
3s
Test with .NET
0s
Publish
/
release-package
Publish
/
release-package
Annotations
9 errors and 10 warnings
|
Build with .NET
Process completed with exit code 1.
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineEncoder.cs#L72
There is no argument given that corresponds to the required parameter 'type' of 'PolylineEncoding.Normalize(double, PolylineEncoding.ValueType)'
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineEncoder.cs#L72
There is no argument given that corresponds to the required parameter 'type' of 'PolylineEncoding.Normalize(double, PolylineEncoding.ValueType)'
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineDecoder.cs#L71
There is no argument given that corresponds to the required parameter 'type' of 'PolylineEncoding.Denormalize(int, PolylineEncoding.ValueType)'
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineDecoder.cs#L71
There is no argument given that corresponds to the required parameter 'type' of 'PolylineEncoding.Denormalize(int, PolylineEncoding.ValueType)'
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineEncoder.cs#L72
There is no argument given that corresponds to the required parameter 'type' of 'PolylineEncoding.Normalize(double, PolylineEncoding.ValueType)'
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineEncoder.cs#L72
There is no argument given that corresponds to the required parameter 'type' of 'PolylineEncoding.Normalize(double, PolylineEncoding.ValueType)'
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineDecoder.cs#L71
There is no argument given that corresponds to the required parameter 'type' of 'PolylineEncoding.Denormalize(int, PolylineEncoding.ValueType)'
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineDecoder.cs#L71
There is no argument given that corresponds to the required parameter 'type' of 'PolylineEncoding.Denormalize(int, PolylineEncoding.ValueType)'
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineEncoding.cs#L20
Symbol 'PolylineEncoding' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineEncodingOptions.cs#L12
Symbol 'implicit constructor for 'PolylineEncodingOptions'' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineEncoder.cs#L20
Symbol 'PolylineEncoder<TCoordinate, TPolyline>' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineEncodingOptions.cs#L12
Symbol 'PolylineEncodingOptions' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineEncoder.cs#L20
Abstract type 'PolylineEncoder' should not have public constructors (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1012)
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/IPolylineDecoder.cs#L13
Symbol 'IPolylineDecoder<TPolyline, TCoordinate>' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/IPolylineEncodingOptionsBuilder.cs#L3
Symbol 'IPolylineEncodingOptionsBuilder' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/IPolylineEncoder.cs#L13
Symbol 'IPolylineEncoder<TCoordinate, TPolyline>' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineDecoder.cs#L17
Symbol 'PolylineDecoder<TPolyline, TCoordinate>' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
|
Build with .NET:
src/PolylineAlgorithm.Abstraction/PolylineDecoder.cs#L17
Abstract type 'PolylineDecoder' should not have public constructors (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1012)
|