Fix further regressions while using iterative approach #101
Annotations
1 error and 10 warnings
|
Error setting status:
Resource not accessible by integration
Request object:
{
"context": "Tests",
"description": "The tests passed",
"state": "success",
"owner": "lofcz",
"repo": "FastCloner",
"sha": "ee19858be02e72103f4a022841e41573f3226ef2",
"target_url": "https://github.com/lofcz/FastCloner/actions/runs/18201029885"
}
|
|
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.
|
|
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.
|
|
FastCloner/Code/ReflectionHelper.cs#L41
Converting null literal or possible null value to non-nullable type.
|
|
FastCloner/FastClonerExtensions.cs#L32
Possible null reference return.
|
|
FastCloner/FastClonerExtensions.cs#L27
Possible null reference return.
|
|
FastCloner/FastClonerExtensions.cs#L27
Converting null literal or possible null value to non-nullable type.
|
|
FastCloner/FastClonerExtensions.cs#L20
Possible null reference return.
|
|
FastCloner/FastClonerExtensions.cs#L20
Converting null literal or possible null value to non-nullable type.
|
|
FastCloner/FastClonerExtensions.cs#L13
Possible null reference return.
|
|
FastCloner/Code/Extensions.cs#L8
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading