Fix misplacement of geometry parts #54
Annotations
10 warnings
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/Tilers/MapboxTileWriterTest.cs#L91
Converting null literal or possible null value to non-nullable type.
|
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/RoundTripBase.cs#L183
Possible null reference return.
|
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/Tilers/LineStringTilerTests.cs#L223
Possible null reference argument for parameter 'lineString' in 'IEnumerable<ulong> LineStringTiler.Tiles(LineString lineString, int zoom)'.
|
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/RoundTripBase.cs#L83
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/Tilers/MapboxTileWriterTest.cs#L97
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/Tilers/MapboxTileWriterTest.cs#L91
Converting null literal or possible null value to non-nullable type.
|
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/RoundTripBase.cs#L183
Possible null reference return.
|
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/Tilers/LineStringTilerTests.cs#L223
Possible null reference argument for parameter 'lineString' in 'IEnumerable<ulong> LineStringTiler.Tiles(LineString lineString, int zoom)'.
|
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/RoundTripBase.cs#L83
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build all projects:
test/NetTopologySuite.IO.VectorTiles.Tests/Tilers/MapboxTileWriterTest.cs#L97
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Loading