Skip to content

CodeQL

CodeQL #147

Triggered via schedule July 28, 2025 17:43
Status Success
Total duration 1m 56s
Artifacts

codeql-analysis.yml

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

Annotations

3 errors and 10 warnings
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp): samples/BlazorServerSide/Components/Pages/Home.razor#L220
Non-nullable field 'QuillHtml' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): samples/BlazorServerSide/Components/Pages/Home.razor#L241
The variable 'e' is declared but never used
Analyze (csharp): samples/BlazorClientSide/Pages/Home.razor#L229
Non-nullable field 'QuillHTMLCodeContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): samples/BlazorClientSide/Pages/Home.razor#L226
Non-nullable field 'QuillContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): samples/BlazorClientSide/Pages/Home.razor#L225
Non-nullable field 'QuillHTMLContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): samples/BlazorClientSide/Pages/Home.razor#L223
Non-nullable field 'QuillCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): samples/BlazorClientSide/Pages/Home.razor#L222
Non-nullable field 'QuillReadOnly' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): samples/BlazorClientSide/Pages/Home.razor#L221
Non-nullable field 'QuillNative' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): samples/BlazorClientSide/Pages/Home.razor#L220
Non-nullable field 'QuillHtml' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): samples/BlazorClientSide/Pages/Home.razor#L241
The variable 'e' is declared but never used