improve release script #54
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
FastCloner/FastClonerExtensions.cs#L13
Possible null reference return.
|
Build:
FastCloner/FastClonerExtensions.cs#L20
Converting null literal or possible null value to non-nullable type.
|
Build:
FastCloner/FastClonerExtensions.cs#L20
Possible null reference return.
|
Build:
FastCloner/FastClonerExtensions.cs#L27
Converting null literal or possible null value to non-nullable type.
|
Build:
FastCloner/FastClonerExtensions.cs#L27
Possible null reference return.
|
Build:
FastCloner/FastClonerExtensions.cs#L32
Possible null reference return.
|
Build:
FastCloner/Code/ShallowObjectCloner.cs#L33
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
Build:
FastCloner/Code/ReflectionHelper.cs#L41
Converting null literal or possible null value to non-nullable type.
|
Build:
FastCloner/Code/FieldAccessorGenerator.cs#L11
Possible null reference argument for parameter 'type' in 'object? FastClonerCache.GetOrAddField(Type type, Func<Type, object?> valueFactory)'.
|
Build:
FastCloner/Code/FieldAccessorGenerator.cs#L11
Converting null literal or possible null value to non-nullable type.
|
Loading