Adds uid to PresentTag
#36
Annotations
10 warnings
LegoDimensions/Color.cs#L1360
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|
LegoDimensions/LegoPortal.cs#L403
Cannot convert null literal to non-nullable reference type.
|
LegoDimensions/Portal/PadTag.cs#L12
Non-nullable property 'CardUid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LegoDimensions/Color.cs#L1218
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
LegoDimensions/LegoPortal.cs#L121
Non-nullable property 'SerialNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
LegoDimensions/Color.cs#L1455
Unboxing a possibly null value.
|
LegoDimensions/LegoPortal.cs#L484
Cannot convert null literal to non-nullable reference type.
|
LegoDimensions/LegoPortal.cs#L26
Cannot convert null literal to non-nullable reference type.
|
LegoDimensions/Portal/Message.cs#L164
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
LegoDimensions/Portal/Message.cs#L170
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
The logs for this run have expired and are no longer available.
Loading