Merge pull request #456 from csharpfritz/feature_UserQuickGrid #7
dotnet.yml
on: push
build
3m 59s
Create docker image for Web
0s
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/TagzApp.Components/InputDictionary.razor#L48
Dereference of a possibly null reference.
|
build:
src/TagzApp.Components/InputDictionary.razor#L48
Possible null reference argument for parameter 'key' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
build:
src/TagzApp.Components/InputDictionary.razor#L54
Dereference of a possibly null reference.
|
build:
src/TagzApp.Components/InputDictionary.razor#L54
Possible null reference assignment.
|
build:
src/TagzApp.Common/UiState.cs#L17
Non-nullable event 'UiUpdate' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L32
Possible null reference argument for parameter 'configurationString' in 'Task IConfigureTagzApp.InitializeConfiguration(string providerName, string configurationString)'.
|
build:
src/TagzApp.Common/DbConfigureTagzApp.cs#L28
Possible null reference return.
|
build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L108
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L82
Dereference of a possibly null reference.
|
build:
src/TagzApp.Common/ConfigureTagzAppFactory.cs#L89
Dereference of a possibly null reference.
|