Skip to content

Enforce coordinate system singleton through interfaces #152

Enforce coordinate system singleton through interfaces

Enforce coordinate system singleton through interfaces #152

Triggered via push October 27, 2023 02:50
Status Failure
Total duration 49s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: src/NetFabric.Numerics.UnitTests/Polar/PointTests.cs#L11
'PointReduced<Degrees, double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'PointReduced<Degrees, double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.UnitTests/Spherical/PointTests.cs#L11
'PointReduced<Degrees, double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'PointReduced<Degrees, double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.UnitTests/Rectangular2D/PointTests.cs#L11
'Point<double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'Point<double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.UnitTests/Rectangular3D/PointTests.cs#L11
'Point<double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'Point<double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.UnitTests/Polar/PointTests.cs#L11
'PointReduced<Degrees, double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'PointReduced<Degrees, double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.UnitTests/Spherical/PointTests.cs#L11
'PointReduced<Degrees, double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'PointReduced<Degrees, double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.UnitTests/Rectangular2D/PointTests.cs#L11
'Point<double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'Point<double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.UnitTests/Rectangular3D/PointTests.cs#L11
'Point<double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'Point<double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.Geography.UnitTests/Geodetic2/PointTests.cs#L24
'Point<WGS84, Degrees, double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'Point<WGS84, Degrees, double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.Geography.UnitTests/Geodetic2/PointTests.cs#L24
'Point<WGS84, Degrees, double>' does not contain a definition for 'CoordinateSystem' and no accessible extension method 'CoordinateSystem' accepting a first argument of type 'Point<WGS84, Degrees, double>' could be found (are you missing a using directive or an assembly reference?)
build: src/NetFabric.Numerics.Angle/Angle`2.cs#L167
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
build: src/NetFabric.Numerics.Angle/AngleToDegrees.cs#L16
Missing XML comment for publicly visible type or member 'Angle.ToDegrees<T>(Angle<Radians, T>)'
build: src/NetFabric.Numerics.Angle/AngleToDegrees.cs#L21
Missing XML comment for publicly visible type or member 'Angle.ToDegrees<T>(AngleReduced<Radians, T>)'
build: src/NetFabric.Numerics.Angle/AngleToDegrees.cs#L36
Missing XML comment for publicly visible type or member 'Angle.ToDegrees<T>(Angle<Gradians, T>)'
build: src/NetFabric.Numerics.Angle/AngleToDegrees.cs#L41
Missing XML comment for publicly visible type or member 'Angle.ToDegrees<T>(AngleReduced<Gradians, T>)'
build: src/NetFabric.Numerics.Angle/AngleToDegrees.cs#L56
Missing XML comment for publicly visible type or member 'Angle.ToDegrees<T>(Angle<Revolutions, T>)'
build: src/NetFabric.Numerics.Angle/AngleToDegrees.cs#L61
Missing XML comment for publicly visible type or member 'Angle.ToDegrees<T>(AngleReduced<Revolutions, T>)'
build: src/NetFabric.Numerics.Angle/AngleToDegrees.cs#L67
Missing XML comment for publicly visible type or member 'Angle.ToDegrees<TDegrees, TMinutes>(TDegrees, TMinutes)'
build: src/NetFabric.Numerics.Angle/AngleToDegrees.cs#L81
Missing XML comment for publicly visible type or member 'Angle.ToDegrees<TDegrees, TMinutes, TSeconds>(TDegrees, TMinutes, TSeconds)'
build: src/NetFabric.Numerics.Angle/AngleToGradians.cs#L14
Missing XML comment for publicly visible type or member 'Angle.ToGradians<T>(Angle<Degrees, T>)'