Skip to content

Refactor non nullable to required #1384

Refactor non nullable to required

Refactor non nullable to required #1384

Triggered via pull request December 26, 2025 16:32
Status Success
Total duration 14m 4s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/Worker.cs#L169
Dereference of a possibly null reference.
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/Worker.cs#L168
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/PeopleMessageFormatter.cs#L53
Dereference of a possibly null reference.
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/PeopleMessageFormatter.cs#L41
Dereference of a possibly null reference.
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/PeopleMessageFormatter.cs#L39
Dereference of a possibly null reference.
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/Worker.cs#L169
Dereference of a possibly null reference.
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/Worker.cs#L168
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/PeopleMessageFormatter.cs#L53
Dereference of a possibly null reference.
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/PeopleMessageFormatter.cs#L41
Dereference of a possibly null reference.
Analyze (csharp): src/Examples/OpenApiNSwagClientExample/PeopleMessageFormatter.cs#L39
Dereference of a possibly null reference.