Skip to content

Build / Test (with Reports) #4

Build / Test (with Reports)

Build / Test (with Reports) #4

Manually triggered April 30, 2024 09:36
Status Failure
Total duration 1m 5s
Artifacts

build-test.yml

on: workflow_dispatch
build-test
55s
build-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-test
Process completed with exit code 1.
build-test: src/BlazorInteractive/Components/Editor/SampleArgs.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test: src/BlazorInteractive/Components/Editor/SampleArgs.cs#L7
Non-nullable property 'AdditionalNamespaces' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test: src/BlazorInteractive/Components/Editor/SampleArgs.cs#L9
Non-nullable property 'SourceCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test: src/BlazorInteractive/Components/Editor/CompilationArgs.cs#L5
Non-nullable property 'SourceCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test: src/BlazorInteractive/Components/Editor/CompilationArgs.cs#L7
Non-nullable property 'References' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test: src/BlazorInteractive/Components/Editor/Sample.razor#L21
Possible null reference assignment.
build-test: src/BlazorInteractive/Components/Editor/EditorComponent.razor#L142
'Global.SetTheme(string)' is obsolete: 'This method is deprecated as it's WASM only. Use the overload that takes an IJSRuntime parameter.'
build-test: src/BlazorInteractive/Components/Editor/CheckboxList.razor#L29
Dereference of a possibly null reference.
build-test: src/BlazorInteractive/Components/Editor/CheckboxList.razor#L38
Possible null reference argument for parameter 'aSelectedId' in 'void CheckboxList<TItem>.CheckboxClicked(string aSelectedId, object aChecked)'.
build-test: src/BlazorInteractive/Components/Editor/CheckboxList.razor#L38
Possible null reference argument for parameter 'aChecked' in 'void CheckboxList<TItem>.CheckboxClicked(string aSelectedId, object aChecked)'.