Skip to content

Refactor interfaces #154

Refactor interfaces

Refactor interfaces #154

Triggered via pull request October 29, 2023 23:27
@aalmadaaalmada
synchronize #27
Interfaces
Status Failure
Total duration 57s
Artifacts

dotnet.yml

on: pull_request
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/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/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/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/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/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/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.Geography.UnitTests/Geodetic2/PointTests.cs#L11
Using the generic type 'WGS84<T>' requires 1 type arguments
build: src/NetFabric.Numerics.Geography.UnitTests/Geodetic2/PointTests.cs#L24
Using the generic type 'WGS84<T>' requires 1 type arguments
build: src/NetFabric.Numerics.Angle/Angle`2.cs#L159
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>)'