Skip to content

Adds uid to PresentTag #34

Adds uid to PresentTag

Adds uid to PresentTag #34

Re-run triggered August 16, 2023 15:22
Status Success
Total duration 1m 20s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: LegoDimensions/Color.cs#L1360
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
build: LegoDimensions/LegoPortal.cs#L403
Cannot convert null literal to non-nullable reference type.
build: LegoDimensions/Color.cs#L1218
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
build: LegoDimensions/LegoPortal.cs#L121
Non-nullable property 'SerialNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: LegoDimensions/Color.cs#L1455
Unboxing a possibly null value.
build: LegoDimensions/LegoPortal.cs#L484
Cannot convert null literal to non-nullable reference type.
build: LegoDimensions/Portal/PadTag.cs#L12
Non-nullable property 'CardUid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: LegoDimensions/LegoPortal.cs#L26
Cannot convert null literal to non-nullable reference type.
build: LegoDimensions/Portal/Message.cs#L164
Potential stack overflow. Move the stackalloc out of the loop.
build: LegoDimensions/Portal/Message.cs#L170
Potential stack overflow. Move the stackalloc out of the loop.