Delete version.json #7
Annotations
10 warnings
build:
VNet.Mathematics/Combinatronic/ICombinatronicAlgorithm.cs#L6
The member 'ICombinatronicAlgorithm<T>.Find(ICombinatronicAlgorithmArgs<T>)' does not hide an accessible member. The new keyword is not required.
|
build:
VNet.Mathematics/Geometry/MbRectangle.cs#L44
'MbRectangle.Area()' hides inherited member 'Rectangle.Area()'. Use the new keyword if hiding was intended.
|
build:
VNet.Mathematics/Geometry/PointComparer.cs#L5
Nullability of reference types in type of parameter 'x' of 'bool PointComparer.Equals(Point x, Point y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Point>.Equals(Point? x, Point? y)' (possibly because of nullability attributes).
|
build:
VNet.Mathematics/Geometry/PointComparer.cs#L5
Nullability of reference types in type of parameter 'y' of 'bool PointComparer.Equals(Point x, Point y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Point>.Equals(Point? x, Point? y)' (possibly because of nullability attributes).
|
build:
VNet.Mathematics/Geometry/RectangleComparer.cs#L5
Nullability of reference types in type of parameter 'x' of 'bool RectangleComparer.Equals(Rectangle x, Rectangle y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Rectangle>.Equals(Rectangle? x, Rectangle? y)' (possibly because of nullability attributes).
|
build:
VNet.Mathematics/Geometry/RectangleComparer.cs#L5
Nullability of reference types in type of parameter 'y' of 'bool RectangleComparer.Equals(Rectangle x, Rectangle y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Rectangle>.Equals(Rectangle? x, Rectangle? y)' (possibly because of nullability attributes).
|
build:
VNet.Mathematics/Randomization/Generation/LfgGenerator.cs#L10
The member 'LfgGenerator.NumberOfSeeds' does not hide an accessible member. The new keyword is not required.
|
build:
VNet.Mathematics/LinearAlgebra/Matrix/Matrix.cs#L8
'Matrix<T>' defines operator == or operator != but does not override Object.Equals(object o)
|
build:
VNet.Mathematics/LinearAlgebra/Matrix/Matrix.cs#L8
'Matrix<T>' defines operator == or operator != but does not override Object.GetHashCode()
|
build:
VNet.Mathematics/Geometry/RectangleIntersection.cs#L14
Possible null reference return.
|