Add #pragma warning disable to generated code headers - #33
Closed
IngbertPalm wants to merge 1 commit into
Closed
Annotations
1 error and 10 warnings
|
|
|
src/FastCloner/Code/FastClonerGenerator.cs#L686
Dereference of a possibly null reference.
|
|
src/FastCloner/Code/FastClonerGenerator.cs#L663
Dereference of a possibly null reference.
|
|
src/FastCloner/Code/FastClonerCache.cs#L249
Possible null reference return.
|
|
src/FastCloner/Code/FastCloneState.cs#L299
Non-nullable field 'entries' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/FastCloner/Code/FastCloneState.cs#L299
Non-nullable field 'buckets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/FastCloner/Code/AhoCorasick.cs#L29
Converting null literal or possible null value to non-nullable type.
|
|
src/FastCloner/Code/FieldAccessorGenerator.cs#L18
Possible null reference argument for parameter 'type' in 'UnaryExpression Expression.Convert(Expression expression, Type type)'.
|
|
src/FastCloner/Code/FieldAccessorGenerator.cs#L10
Possible null reference return.
|
|
src/FastCloner/Code/FieldAccessorGenerator.cs#L10
Converting null literal or possible null value to non-nullable type.
|
|
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)'.
|
The logs for this run have expired and are no longer available.
Loading