Bump the all-deps group with 1 update #299
Closed
Annotations
4 warnings
|
Build & Test in Release Mode:
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 in Release Mode:
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 in Release Mode:
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 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