Bump xunit from 2.9.0 to 2.9.1 in /src (#126) #97
deploy-site.yml
on: push
deploy-to-github-pages
1m 30s
Annotations
11 warnings
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/CompilationArgs.cs#L5
Non-nullable property 'SourceCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/CompilationArgs.cs#L7
Non-nullable property 'References' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/SampleArgs.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/SampleArgs.cs#L7
Non-nullable property 'AdditionalNamespaces' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/SampleArgs.cs#L9
Non-nullable property 'SourceCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/Sample.razor#L21
Possible null reference assignment.
|
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/CheckboxList.razor#L29
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/CheckboxList.razor#L38
Possible null reference argument for parameter 'aSelectedId' in 'void CheckboxList<TItem>.CheckboxClicked(string aSelectedId, object aChecked)'.
|
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/CheckboxList.razor#L38
Possible null reference argument for parameter 'aChecked' in 'void CheckboxList<TItem>.CheckboxClicked(string aSelectedId, object aChecked)'.
|
deploy-to-github-pages:
src/BlazorInteractive/Components/Editor/CheckboxList.razor#L123
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
|
deploy-to-github-pages
Unexpected input(s) 'GITHUB_TOKEN', valid inputs are ['ssh-key', 'token', 'branch', 'folder', 'target-folder', 'commit-message', 'clean', 'clean-exclude', 'dry-run', 'force', 'git-config-name', 'git-config-email', 'repository-name', 'tag', 'single-commit', 'silent']
|