Skip to content

moved logo

moved logo #5

Triggered via push April 7, 2025 10:09
Status Success
Total duration 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: DEM.Net.Core/Services/Raster/RasterService.cs#L442
Cannot convert null literal to non-nullable reference type.
build: DEM.Net.Core/Services/Raster/RasterService.cs#L61
Cannot convert null literal to non-nullable reference type.
build: DEM.Net.Core/Model/GeoPoint.cs#L110
Nullability of reference types in type of parameter 'other' of 'bool GeoPoint.Equals(GeoPoint other)' doesn't match implicitly implemented member 'bool IEquatable<GeoPoint>.Equals(GeoPoint? other)' (possibly because of nullability attributes).
build: DEM.Net.Core/IO/gpx/GpsLocation.cs#L154
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: DEM.Net.Core/IO/Compression/TarArchive.cs#L68
Cannot convert null literal to non-nullable reference type.
build: DEM.Net.Core/IO/Compression/TarArchive.cs#L57
Cannot convert null literal to non-nullable reference type.
build: DEM.Net.Core/Helpers/DistanceFromPointComparer.cs#L42
Nullability of reference types in type of parameter 'y' of 'int DistanceFromPointComparer.Compare(GeoPoint x, GeoPoint y)' doesn't match implicitly implemented member 'int IComparer<GeoPoint>.Compare(GeoPoint? x, GeoPoint? y)' (possibly because of nullability attributes).
build: DEM.Net.Core/Helpers/DistanceFromPointComparer.cs#L42
Nullability of reference types in type of parameter 'x' of 'int DistanceFromPointComparer.Compare(GeoPoint x, GeoPoint y)' doesn't match implicitly implemented member 'int IComparer<GeoPoint>.Compare(GeoPoint? x, GeoPoint? y)' (possibly because of nullability attributes).
build: DEM.Net.Core/Model/Geometry/BoundingBox.cs#L268
Nullability of reference types in type of parameter 'other' of 'bool BoundingBox.Equals(BoundingBox other)' doesn't match implicitly implemented member 'bool IEquatable<BoundingBox>.Equals(BoundingBox? other)' (possibly because of nullability attributes).
build: DEM.Net.Core/Model/Geometry/BoundingBox.cs#L161
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).