Bump xunit from 2.4.2 to 2.9.3 #353
build.yml
on: pull_request
os-matrix
16s
dotnet-format
40s
Matrix: build
Annotations
2 warnings
build-ubuntu-latest:
src/Tests/Tests.cs#L185
Argument of type 'HashSet<string>' cannot be used for parameter 'set' of type 'HashSet<string?>' in 'void Assert.Contains<string?>(string? expected, HashSet<string?> set)' due to differences in the nullability of reference types.
|
build-ubuntu-latest:
src/Tests/Tests.cs#L185
Argument of type 'HashSet<string>' cannot be used for parameter 'set' of type 'HashSet<string?>' in 'void Assert.Contains<string?>(string? expected, HashSet<string?> set)' due to differences in the nullability of reference types.
|