Skip to content

Add custom control adapter layer with Roslyn analyzer for Web Forms m… #56

Add custom control adapter layer with Roslyn analyzer for Web Forms m…

Add custom control adapter layer with Roslyn analyzer for Web Forms m… #56

Triggered via push February 2, 2026 09:23
Status Success
Total duration 3m 28s
Artifacts

codeql.yml

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

Annotations

11 warnings
Analyze (csharp): src/BlazorWebFormsComponents/DataList.razor.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/BlazorWebFormsComponents/HelperComponents/Eval.razor#L21
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
Analyze (csharp): src/BlazorWebFormsComponents/HelperComponents/BlazorWebFormsScripts.razor#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
Analyze (csharp): src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' defines operator == or operator != but does not override Object.GetHashCode()
Analyze (csharp): src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
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): src/BlazorWebFormsComponents/Button.razor.cs#L13
Obsolete member 'Button.PostBackUrl' overrides non-obsolete member 'ButtonBaseComponent.PostBackUrl'
Analyze (csharp): src/BlazorWebFormsComponents/DataList.razor.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/BlazorWebFormsComponents/DataList.razor.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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/