dotnet.yml
on: push
build-netstandard20
15s
build-net462
1m 46s
Matrix: build-and-test
Annotations
5 errors and 10 warnings
|
build-netstandard20
Process completed with exit code 1.
|
|
build-netstandard20
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0.
|
|
build-net462
Process completed with exit code 1.
|
|
build-net462
Assets file 'D:\a\FastCloner\FastCloner\FastCloner\obj\project.assets.json' doesn't have a target for 'net462'. Ensure that restore has run and that you have included 'net462' in the TargetFrameworks for your project.
|
|
build-net462
Assets file 'D:\a\FastCloner\FastCloner\FastCloner\obj\project.assets.json' doesn't have a target for 'net462'. Ensure that restore has run and that you have included 'net462' in the TargetFrameworks for your project.
|
|
build-and-test (9.0.101):
FastCloner/Code/ReflectionHelper.cs#L41
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (9.0.101):
FastCloner/Code/AhoCorasick.cs#L81
Argument of type 'Dictionary<char, AhoCorasick.Node>' cannot be used for parameter 'dictionary' of type 'Dictionary<char, AhoCorasick.Node?>' in 'Node? Extensions.GetValueOrDefault<char, Node?>(Dictionary<char, Node?> dictionary, char key, Node? defaultValue = null)' due to differences in the nullability of reference types.
|
|
build-and-test (9.0.101):
FastCloner/Code/AhoCorasick.cs#L65
Argument of type 'Dictionary<char, AhoCorasick.Node>' cannot be used for parameter 'dictionary' of type 'Dictionary<char, AhoCorasick.Node?>' in 'Node? Extensions.GetValueOrDefault<char, Node?>(Dictionary<char, Node?> dictionary, char key, Node? defaultValue = null)' due to differences in the nullability of reference types.
|
|
build-and-test (9.0.101):
FastCloner/FastClonerExtensions.cs#L32
Possible null reference return.
|
|
build-and-test (9.0.101):
FastCloner/FastClonerExtensions.cs#L27
Possible null reference return.
|
|
build-and-test (9.0.101):
FastCloner/FastClonerExtensions.cs#L27
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (9.0.101):
FastCloner/FastClonerExtensions.cs#L20
Possible null reference return.
|
|
build-and-test (9.0.101):
FastCloner/FastClonerExtensions.cs#L20
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (9.0.101):
FastCloner/FastClonerExtensions.cs#L13
Possible null reference return.
|
|
build-and-test (9.0.101):
FastCloner/Code/Extensions.cs#L8
Possible null reference assignment.
|