Skip to content

Merge pull request #456 from csharpfritz/feature_UserQuickGrid #7

Merge pull request #456 from csharpfritz/feature_UserQuickGrid

Merge pull request #456 from csharpfritz/feature_UserQuickGrid #7

Triggered via push July 11, 2024 00:57
Status Success
Total duration 4m 13s
Artifacts

dotnet.yml

on: push
Create docker image for Web
0s
Create docker image for Web
Fit to window
Zoom out
Zoom in

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.