Skip to content

update deps

update deps #257

Triggered via push December 7, 2025 17:43
Status Failure
Total duration 1m 6s
Artifacts

test.yml

on: push
Matrix: Build & Test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Build & Test (ubuntu-latest)
Process completed with exit code 1.
Build & Test (ubuntu-latest)
Duplicate 'Compile' items were included. The .NET SDK includes 'Compile' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultCompileItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'Spec/ModinfoFinderCollection.cs'
Build & Test (ubuntu-latest)
Duplicate 'Compile' items were included. The .NET SDK includes 'Compile' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultCompileItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'Spec/ModInfoFinderCollection.cs'
Build & Test (windows-latest): src/EawModinfo.Tests/TestUtilities.cs#L77
Possible null reference argument for parameter 'path' in 'IDirectoryInfo IDirectory.CreateDirectory(string path)'.
Build & Test (windows-latest): 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.
Build & Test (windows-latest): src/EawModinfo.Tests/ModinfoValidatorTests.cs#L344
Non-nullable property 'Languages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): src/EawModinfo.Tests/ModinfoValidatorTests.cs#L342
Non-nullable property 'Custom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): src/EawModinfo.Tests/ModinfoValidatorTests.cs#L338
Non-nullable property 'Dependencies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows-latest): src/EawModinfo.Tests/TestUtilities.cs#L77
Possible null reference argument for parameter 'path' in 'IDirectoryInfo IDirectory.CreateDirectory(string path)'.
Build & Test (windows-latest): src/EawModinfo.Tests/EqualityTestHelpers.cs#L61
Possible null reference argument for parameter 'other' in 'bool IEquatable<T>.Equals(T other)'.
Build & Test (windows-latest): src/EawModinfo.Tests/EqualityTestHelpers.cs#L53
Possible null reference argument for parameter 'other' in 'bool IEquatable<T>.Equals(T other)'.
Build & Test (windows-latest): src/EawModinfo.Tests/EqualityTestHelpers.cs#L37
Possible null reference argument for parameter 'y' in 'bool IEqualityComparer<T>.Equals(T x, T y)'.
Build & Test (windows-latest): src/EawModinfo.Tests/EqualityTestHelpers.cs#L37
Possible null reference argument for parameter 'x' in 'bool IEqualityComparer<T>.Equals(T x, T y)'.