Build / Test (with Reports) #4
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)'.
|