Remove console logs. #20
Annotations
8 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
BlazorExperiments/Shared/CanvasComponent.razor#L9
Possible null reference argument for parameter 'callback' in 'EventCallback<KeyboardEventArgs> EventCallbackFactory.Create<KeyboardEventArgs>(object receiver, Action<KeyboardEventArgs> callback)'.
|
build:
BlazorExperiments/Shared/CanvasComponent.razor#L11
Dereference of a possibly null reference.
|
build:
BlazorExperiments/Shared/CanvasComponent.razor#L12
Dereference of a possibly null reference.
|
build:
BlazorExperiments/Shared/CanvasComponent.razor#L13
Possible null reference argument for parameter 'callback' in 'EventCallback<TouchEventArgs> EventCallbackFactory.Create<TouchEventArgs>(object receiver, Action<TouchEventArgs> callback)'.
|
build:
BlazorExperiments/Shared/CanvasComponent.razor#L14
Possible null reference argument for parameter 'callback' in 'EventCallback<TouchEventArgs> EventCallbackFactory.Create<TouchEventArgs>(object receiver, Action<TouchEventArgs> callback)'.
|
build:
BlazorExperiments/Shared/SnakeGame.razor#L28
Component parameter 'CellsPerRow' should not be set outside of its component.
|
build:
BlazorExperiments/Shared/SnakeGame.razor#L31
Component parameter 'CellsPerRow' should not be set outside of its component.
|