Skip to content

Build / Test (with Reports) #6

Build / Test (with Reports)

Build / Test (with Reports) #6

Manually triggered June 9, 2024 17:16
Status Failure
Total duration 54s
Artifacts

build-test.yml

on: workflow_dispatch
build-test
47s
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/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/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/Sample.razor#L21
Possible null reference assignment.
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)'.
build-test: src/BlazorInteractive/Components/Editor/CheckboxList.razor#L123
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.