Bump the dotnet group with 1 update #1336
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.
|