add thread safety test #29
Annotations
11 warnings
build-and-test (9.0.101)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-and-test (9.0.101):
FastCloner/FastClonerExtensions.cs#L13
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#L20
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#L27
Possible null reference return.
|
build-and-test (9.0.101):
FastCloner/FastClonerExtensions.cs#L32
Possible null reference return.
|
build-and-test (9.0.101):
FastCloner/Code/ShallowObjectCloner.cs#L33
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
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#L8
Non-nullable field 'Failure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test (9.0.101):
FastCloner/Code/AhoCorasick.cs#L10
Non-nullable field 'Pattern' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|