Skip to content

Bump the dotnet group with 1 update #1336

Bump the dotnet group with 1 update

Bump the dotnet group with 1 update #1336

Triggered via pull request November 26, 2025 20:15
Status Success
Total duration 3m 36s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): RepoMan/State.cs#L41
Non-nullable field 'RepositoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): RepoMan/State.cs#L41
Non-nullable field 'IssuePrBody' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): RepoMan/State.cs#L41
Non-nullable field 'Issue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): RepoMan/State.cs#L41
Non-nullable field 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): RepoMan/State.cs#L41
Non-nullable field '_cachedStateBody' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): RepoMan/Utilities.cs#L10
Non-nullable field '_httpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): XmlDocConflictResolver/Program.cs#L29
Possible null reference argument for parameter 'ecmaxmlDir' in 'void Program.MergeAndAnnotate(DirectoryInfo iXmlDir, DirectoryInfo ecmaxmlDir)'.
Analyze (csharp): XmlDocConflictResolver/Program.cs#L29
Possible null reference argument for parameter 'iXmlDir' in 'void Program.MergeAndAnnotate(DirectoryInfo iXmlDir, DirectoryInfo ecmaxmlDir)'.
Analyze (csharp): XmlDocConflictResolver/Program.cs#L27
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): XmlDocConflictResolver/Program.cs#L26
Converting null literal or possible null value to non-nullable type.