Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 #108
Annotations
5 warnings
Build & Test in Release Mode:
src/EawModinfo.Tests/TestUtilities.cs#L77
Possible null reference argument for parameter 'path' in 'IDirectoryInfo IDirectory.CreateDirectory(string path)'.
|
Build & Test in Release Mode:
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.
|
Build & Test in Release Mode:
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.
|
Build & Test in Release Mode:
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.
|
Build & Test in Release Mode:
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.
|
Loading