Skip to content

Sprint 3: Add DetailsView and PasswordRecovery components #20

Sprint 3: Add DetailsView and PasswordRecovery components

Sprint 3: Add DetailsView and PasswordRecovery components #20

Triggered via pull request February 12, 2026 17:52
Status Success
Total duration 2m 59s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp): src/BlazorWebFormsComponents/Page.razor.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/BlazorWebFormsComponents/Page.razor.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/BlazorWebFormsComponents/Page.razor.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/BlazorWebFormsComponents/Page.razor.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/BlazorWebFormsComponents/IPageService.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/BlazorWebFormsComponents/IPageService.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/BlazorWebFormsComponents/IPageService.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/BlazorWebFormsComponents/Button.razor.cs#L13
Obsolete member 'Button.PostBackUrl' overrides non-obsolete member 'ButtonBaseComponent.PostBackUrl'
Analyze (csharp): src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' defines operator == or operator != but does not override Object.GetHashCode()
Analyze (csharp): src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/