Skip to content

Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 #471

Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2

Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 #471

Triggered via pull request February 7, 2025 14:19
Status Success
Total duration 2m 11s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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/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/TestUtilities.cs#L77
Possible null reference argument for parameter 'path' in 'IDirectoryInfo IDirectory.CreateDirectory(string path)'.
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/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.