Skip to content

[deploy] dependency updates #134

[deploy] dependency updates

[deploy] dependency updates #134

Triggered via push May 31, 2026 12:03
Status Failure
Total duration 35s
Artifacts
build_and_deploy
30s
build_and_deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build_and_deploy
Process completed with exit code 1.
build_and_deploy: Blazor/EventParameterGenerator.cs#L20
The diagnostic description should be one or multiple sentences ending with a punctuation sign and should not have any leading or trailing whitespaces
build_and_deploy: Blazor/EventParameterGenerator.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn/blob/main/docs/roslyn-analyzers/rules/RS1038.md)
build_and_deploy: Blazor/RequiredParameterAnalyzer.cs#L195
The variable 'e' is declared but never used
build_and_deploy: Blazor/RequiredParameterAnalyzer.cs#L170
The variable 'e' is declared but never used
build_and_deploy: Blazor/RequiredParameterAnalyzer.cs#L155
The variable 'e' is declared but never used
build_and_deploy: Blazor/RequiredParameterAnalyzer.cs#L150
The variable 'e' is declared but never used
build_and_deploy: Blazor/RequiredParameterAnalyzer.cs#L128
Dereference of a possibly null reference.
build_and_deploy: Blazor/EventParameterGenerator.cs#L139
Possible null reference argument for parameter 'category' in 'IEnumerable<(string, string)> EventParameterGenerator.GetParameters(ITypeSymbol category, int values)'.
build_and_deploy: Blazor/EventParameterGenerator.cs#L139
Nullable value type may be null.
build_and_deploy: Blazor/EventParameterGenerator.cs#L117
Unboxing a possibly null value.