PolyBool.Net #7
Annotations
20 warnings
build (Debug):
Polybool.Net/Objects/Node.cs#L6
'Node<T>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build (Debug):
Polybool.Net/Objects/Point.cs#L15
'Point<T>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build (Debug):
Polybool.Net/Logic/Intersecter.cs#L42
Possible null reference argument for parameter 'otherPt' in 'void Intersecter.EventAdd(Node<NodeData> ev, IPoint otherPt)'.
|
build (Debug):
Polybool.Net/Logic/Intersecter.cs#L62
Dereference of a possibly null reference.
|
build (Debug):
Polybool.Net/Logic/Intersecter.cs#L61
Possible null reference argument for parameter 'p11' in 'int Intersecter.EventCompare(bool p1IsStart, IPoint p11, IPoint p12, bool p2IsStart, IPoint p21, IPoint p22)'.
|
build (Debug):
Polybool.Net/Logic/Intersecter.cs#L62
Possible null reference argument for parameter 'p21' in 'int Intersecter.EventCompare(bool p1IsStart, IPoint p11, IPoint p12, bool p2IsStart, IPoint p21, IPoint p22)'.
|
build (Debug):
Polybool.Net/Logic/Intersecter.cs#L62
Possible null reference argument for parameter 'p22' in 'int Intersecter.EventCompare(bool p1IsStart, IPoint p11, IPoint p12, bool p2IsStart, IPoint p21, IPoint p22)'.
|
build (Debug):
Polybool.Net/Objects/Transition.cs#L8
Non-nullable property 'previous' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Debug):
Polybool.Net/Logic/Intersecter.cs#L99
Dereference of a possibly null reference.
|
build (Debug):
Polybool.Net/Logic/Intersecter.cs#L101
Dereference of a possibly null reference.
|
build (Release):
Polybool.Net/Objects/Point.cs#L15
'Point<T>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build (Release):
Polybool.Net/Objects/Node.cs#L6
'Node<T>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build (Release):
Polybool.Net/Objects/Transition.cs#L8
Non-nullable property 'previous' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
Polybool.Net/Logic/Intersecter.cs#L42
Possible null reference argument for parameter 'otherPt' in 'void Intersecter.EventAdd(Node<NodeData> ev, IPoint otherPt)'.
|
build (Release):
Polybool.Net/Logic/Intersecter.cs#L62
Dereference of a possibly null reference.
|
build (Release):
Polybool.Net/Logic/Intersecter.cs#L61
Possible null reference argument for parameter 'p11' in 'int Intersecter.EventCompare(bool p1IsStart, IPoint p11, IPoint p12, bool p2IsStart, IPoint p21, IPoint p22)'.
|
build (Release):
Polybool.Net/Logic/Intersecter.cs#L62
Possible null reference argument for parameter 'p21' in 'int Intersecter.EventCompare(bool p1IsStart, IPoint p11, IPoint p12, bool p2IsStart, IPoint p21, IPoint p22)'.
|
build (Release):
Polybool.Net/Logic/Intersecter.cs#L62
Possible null reference argument for parameter 'p22' in 'int Intersecter.EventCompare(bool p1IsStart, IPoint p11, IPoint p12, bool p2IsStart, IPoint p21, IPoint p22)'.
|
build (Release):
Polybool.Net/Logic/Intersecter.cs#L99
Dereference of a possibly null reference.
|
build (Release):
Polybool.Net/Logic/Intersecter.cs#L101
Dereference of a possibly null reference.
|