Skip to content

Fix further regressions while using iterative approach #100

Fix further regressions while using iterative approach

Fix further regressions while using iterative approach #100

Status Failure
Total duration 1m 1s
Artifacts

dotnet.yml

on: pull_request
build-netstandard20
23s
build-netstandard20
build-net46
51s
build-net46
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 30 warnings
build-netstandard20
Error setting status: Resource not accessible by integration Request object: { "context": "Build (netstandard2.0)", "description": "The build for netstandard2.0 passed", "state": "success", "owner": "lofcz", "repo": "FastCloner", "sha": "d0951aebcb01b69f7b72dd097565607c22da695c", "target_url": "https://github.com/lofcz/FastCloner/actions/runs/18195381159" }
build-net46
Error setting status: Resource not accessible by integration Request object: { "context": "Build (net46)", "description": "The build for net46 passed", "state": "success", "owner": "lofcz", "repo": "FastCloner", "sha": "d0951aebcb01b69f7b72dd097565607c22da695c", "target_url": "https://github.com/lofcz/FastCloner/actions/runs/18195381159" }
build-and-test (9.0.101)
Error setting status: Resource not accessible by integration Request object: { "context": "Tests", "description": "The tests passed", "state": "success", "owner": "lofcz", "repo": "FastCloner", "sha": "d0951aebcb01b69f7b72dd097565607c22da695c", "target_url": "https://github.com/lofcz/FastCloner/actions/runs/18195381159" }
build-netstandard20: 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-netstandard20: FastCloner/Code/ReflectionHelper.cs#L41
Converting null literal or possible null value to non-nullable type.
build-netstandard20: 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-netstandard20: FastCloner/FastClonerExtensions.cs#L32
Possible null reference return.
build-netstandard20: FastCloner/FastClonerExtensions.cs#L27
Possible null reference return.
build-netstandard20: FastCloner/FastClonerExtensions.cs#L27
Converting null literal or possible null value to non-nullable type.
build-netstandard20: FastCloner/FastClonerExtensions.cs#L20
Possible null reference return.
build-netstandard20: FastCloner/FastClonerExtensions.cs#L20
Converting null literal or possible null value to non-nullable type.
build-netstandard20: FastCloner/FastClonerExtensions.cs#L13
Possible null reference return.
build-netstandard20: FastCloner/Code/Extensions.cs#L8
Possible null reference assignment.
build-net46: FastCloner/Code/ReflectionHelper.cs#L41
Converting null literal or possible null value to non-nullable type.
build-net46: 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-net46: 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-net46: FastCloner/FastClonerExtensions.cs#L32
Possible null reference return.
build-net46: FastCloner/FastClonerExtensions.cs#L27
Possible null reference return.
build-net46: FastCloner/FastClonerExtensions.cs#L27
Converting null literal or possible null value to non-nullable type.
build-net46: FastCloner/FastClonerExtensions.cs#L20
Possible null reference return.
build-net46: FastCloner/FastClonerExtensions.cs#L20
Converting null literal or possible null value to non-nullable type.
build-net46: FastCloner/FastClonerExtensions.cs#L13
Possible null reference return.
build-net46: FastCloner/Code/Extensions.cs#L8
Possible null reference assignment.
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/Code/ReflectionHelper.cs#L41
Converting null literal or possible null value to non-nullable type.
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.