Bump System.Text.Json from 9.0.1 to 9.0.2 #474
Annotations
1 error and 10 warnings
Analyze
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Analyze:
src/EawModinfo.Tests/TestUtilities.cs#L77
Possible null reference argument for parameter 'path' in 'IDirectoryInfo IDirectory.CreateDirectory(string path)'.
|
Analyze:
src/EawModinfo.Tests/ModinfoValidatorTests.cs#L334
Non-nullable property 'Dependencies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze:
src/EawModinfo.Tests/ModinfoValidatorTests.cs#L334
Non-nullable property 'Custom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze:
src/EawModinfo.Tests/ModinfoValidatorTests.cs#L334
Non-nullable property 'Languages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze:
src/EawModinfo.Tests/ModReferenceBuilderTest.cs#L244
Argument of type 'IEnumerable<(string Identifier, ModType Type, string Name)>' cannot be used for parameter 'collection' of type 'IEnumerable<(string Identifier, ModType Type, string? Name)>' in 'void List<(string Identifier, ModType Type, string? Name)>.AddRange(IEnumerable<(string Identifier, ModType Type, string? Name)> collection)' due to differences in the nullability of reference types.
|
Analyze:
src/EawModinfo.Tests/TestUtilities.cs#L77
Possible null reference argument for parameter 'path' in 'IDirectoryInfo IDirectory.CreateDirectory(string path)'.
|
Analyze:
src/EawModinfo.Tests/ModinfoValidatorTests.cs#L334
Non-nullable property 'Dependencies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze:
src/EawModinfo.Tests/ModinfoValidatorTests.cs#L334
Non-nullable property 'Custom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze:
src/EawModinfo.Tests/ModinfoValidatorTests.cs#L334
Non-nullable property 'Languages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analyze:
src/EawModinfo.Tests/ModReferenceBuilderTest.cs#L244
Argument of type 'IEnumerable<(string Identifier, ModType Type, string Name)>' cannot be used for parameter 'collection' of type 'IEnumerable<(string Identifier, ModType Type, string? Name)>' in 'void List<(string Identifier, ModType Type, string? Name)>.AddRange(IEnumerable<(string Identifier, ModType Type, string? Name)> collection)' due to differences in the nullability of reference types.
|