Update benchmark.yml #180
dotnet.yml
on: pull_request
build-netstandard20
27s
build-net46
1m 4s
Matrix: build-and-test
Annotations
50 warnings
|
build-and-test (macos-latest):
src/FastCloner/Code/FieldAccessorGenerator.cs#L10
Possible null reference argument for parameter 'type' in 'object? FastClonerCache.GetOrAddField(Type type, string name, Func<Type, object?> valueFactory)'.
|
|
build-and-test (macos-latest):
src/FastCloner/Code/ReflectionHelper.cs#L30
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (macos-latest):
src/FastCloner/Code/ShallowObjectCloner.cs#L33
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
|
build-and-test (macos-latest):
src/FastCloner/FastClonerExtensions.cs#L34
Possible null reference return.
|
|
build-and-test (macos-latest):
src/FastCloner/FastClonerExtensions.cs#L29
Possible null reference return.
|
|
build-and-test (macos-latest):
src/FastCloner/FastClonerExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (macos-latest):
src/FastCloner/FastClonerExtensions.cs#L22
Possible null reference return.
|
|
build-and-test (macos-latest):
src/FastCloner/FastClonerExtensions.cs#L22
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (macos-latest):
src/FastCloner/FastClonerExtensions.cs#L15
Possible null reference return.
|
|
build-and-test (macos-latest):
src/FastCloner/Code/StaticMethodInfos.cs#L46
'StaticMethodInfos.CommonMethods.MemberwiseClone' hides inherited member 'object.MemberwiseClone()'. Use the new keyword if hiding was intended.
|
|
build-netstandard20:
src/FastCloner/Code/AhoCorasick.cs#L82
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:
src/FastCloner/Code/AhoCorasick.cs#L66
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:
src/FastCloner/FastClonerExtensions.cs#L34
Possible null reference return.
|
|
build-netstandard20:
src/FastCloner/FastClonerExtensions.cs#L29
Possible null reference return.
|
|
build-netstandard20:
src/FastCloner/FastClonerExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
|
|
build-netstandard20:
src/FastCloner/FastClonerExtensions.cs#L22
Possible null reference return.
|
|
build-netstandard20:
src/FastCloner/FastClonerExtensions.cs#L22
Converting null literal or possible null value to non-nullable type.
|
|
build-netstandard20:
src/FastCloner/FastClonerExtensions.cs#L15
Possible null reference return.
|
|
build-netstandard20:
src/FastCloner/Code/Extensions.cs#L18
Possible null reference assignment.
|
|
build-netstandard20:
src/FastCloner/Code/StaticMethodInfos.cs#L46
'StaticMethodInfos.CommonMethods.MemberwiseClone' hides inherited member 'object.MemberwiseClone()'. Use the new keyword if hiding was intended.
|
|
build-and-test (ubuntu-latest):
src/FastCloner/Code/AhoCorasick.cs#L82
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 (ubuntu-latest):
src/FastCloner/Code/AhoCorasick.cs#L66
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 (ubuntu-latest):
src/FastCloner/FastClonerExtensions.cs#L34
Possible null reference return.
|
|
build-and-test (ubuntu-latest):
src/FastCloner/FastClonerExtensions.cs#L29
Possible null reference return.
|
|
build-and-test (ubuntu-latest):
src/FastCloner/FastClonerExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (ubuntu-latest):
src/FastCloner/FastClonerExtensions.cs#L22
Possible null reference return.
|
|
build-and-test (ubuntu-latest):
src/FastCloner/FastClonerExtensions.cs#L22
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (ubuntu-latest):
src/FastCloner/FastClonerExtensions.cs#L15
Possible null reference return.
|
|
build-and-test (ubuntu-latest):
src/FastCloner/Code/Extensions.cs#L18
Possible null reference assignment.
|
|
build-and-test (ubuntu-latest):
src/FastCloner/Code/StaticMethodInfos.cs#L46
'StaticMethodInfos.CommonMethods.MemberwiseClone' hides inherited member 'object.MemberwiseClone()'. Use the new keyword if hiding was intended.
|
|
build-net46:
src/FastCloner/Code/AhoCorasick.cs#L82
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:
src/FastCloner/Code/AhoCorasick.cs#L66
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:
src/FastCloner/FastClonerExtensions.cs#L34
Possible null reference return.
|
|
build-net46:
src/FastCloner/FastClonerExtensions.cs#L29
Possible null reference return.
|
|
build-net46:
src/FastCloner/FastClonerExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
|
|
build-net46:
src/FastCloner/FastClonerExtensions.cs#L22
Possible null reference return.
|
|
build-net46:
src/FastCloner/FastClonerExtensions.cs#L22
Converting null literal or possible null value to non-nullable type.
|
|
build-net46:
src/FastCloner/FastClonerExtensions.cs#L15
Possible null reference return.
|
|
build-net46:
src/FastCloner/Code/Extensions.cs#L18
Possible null reference assignment.
|
|
build-net46:
src/FastCloner/Code/StaticMethodInfos.cs#L46
'StaticMethodInfos.CommonMethods.MemberwiseClone' hides inherited member 'object.MemberwiseClone()'. Use the new keyword if hiding was intended.
|
|
build-and-test (windows-latest):
src/FastCloner/Code/AhoCorasick.cs#L82
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 (windows-latest):
src/FastCloner/Code/AhoCorasick.cs#L66
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 (windows-latest):
src/FastCloner/FastClonerExtensions.cs#L34
Possible null reference return.
|
|
build-and-test (windows-latest):
src/FastCloner/FastClonerExtensions.cs#L29
Possible null reference return.
|
|
build-and-test (windows-latest):
src/FastCloner/FastClonerExtensions.cs#L29
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (windows-latest):
src/FastCloner/FastClonerExtensions.cs#L22
Possible null reference return.
|
|
build-and-test (windows-latest):
src/FastCloner/FastClonerExtensions.cs#L22
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test (windows-latest):
src/FastCloner/FastClonerExtensions.cs#L15
Possible null reference return.
|
|
build-and-test (windows-latest):
src/FastCloner/Code/StaticMethodInfos.cs#L46
'StaticMethodInfos.CommonMethods.MemberwiseClone' hides inherited member 'object.MemberwiseClone()'. Use the new keyword if hiding was intended.
|
|
build-and-test (windows-latest):
src/FastCloner/Code/Extensions.cs#L18
Possible null reference assignment.
|