Setup CI pipeline with GitHub Actions #12
Merged
Annotations
10 warnings
|
src/Tests.SpatialLite.Gps/IO/GpxReaderTests.cs#L177
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/Tests.SpatialLite.Gps/IO/GpxReaderTests.cs#L148
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/Tests.SpatialLite.Osm/Geometries/OsmGeometryDatabaseTests.cs#L142
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/Tests.SpatialLite.Osm/Geometries/OsmGeometryDatabaseTests.cs#L133
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/Tests.SpatialLite.Osm/Geometries/OsmGeometryDatabaseTests.cs#L104
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/Tests.SpatialLite.Osm/Geometries/OsmGeometryDatabaseTests.cs#L101
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/Tests.SpatialLite.Osm/Geometries/OsmGeometryDatabaseTests.cs#L92
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/Tests.SpatialLite.Osm/OsmEntityInfoDatabaseTests.cs#L105
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/Tests.SpatialLite.Osm/OsmEntityInfoDatabaseTests.cs#L102
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
src/Tests.SpatialLite.Osm/OsmEntityInfoDatabaseTests.cs#L93
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
The logs for this run have expired and are no longer available.
Loading