fix cloning of AssemblyName #90
Annotations
10 warnings
|
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/ReflectionHelper.cs#L41
Converting null literal or possible null value to non-nullable type.
|
|
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/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