⬆️ Bump files with dotnet-file sync #142
build.yml
on: pull_request
os-matrix
9s
dotnet-format
35s
Matrix: build
Annotations
12 warnings
|
build-macOS-latest:
src/Tests/Tests.cs#L37
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-macOS-latest:
src/YamlPeek/Extensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
build-macOS-latest:
src/Tests/Tests.cs#L37
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-macOS-latest:
src/YamlPeek/Extensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
build-ubuntu-latest:
src/Tests/Tests.cs#L37
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/YamlPeek/Extensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
build-ubuntu-latest:
src/Tests/Tests.cs#L37
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/YamlPeek/Extensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
build-windows-latest:
src/Tests/Tests.cs#L37
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-windows-latest:
src/YamlPeek/Extensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
build-windows-latest:
src/Tests/Tests.cs#L37
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-windows-latest:
src/YamlPeek/Extensions.cs#L17
Cannot convert null literal to non-nullable reference type.
|