Further improvements to performance #56
Annotations
1 error and 10 warnings
publish-package
Process completed with exit code 1.
|
publish-package:
src/AutoFakerBinder.cs#L44
Possible null reference argument for parameter 'type' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType type)'.
|
publish-package:
src/AutoFakerBinder.cs#L60
Possible null reference assignment.
|
publish-package:
src/AutoMember.cs#L43
Possible null reference argument for parameter 'item' in 'bool HashSet<Type>.Contains(Type item)'.
|
publish-package:
src/AutoMember.cs#L49
Dereference of a possibly null reference.
|
publish-package:
src/AutoMember.cs#L27
Non-nullable field 'Setter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish-package:
src/AutoMember.cs#L69
Possible null reference argument for parameter 'item' in 'bool HashSet<Type>.Contains(Type item)'.
|
publish-package:
src/AutoMember.cs#L75
Dereference of a possibly null reference.
|
publish-package:
src/AutoMember.cs#L55
Non-nullable field 'Setter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish-package:
src/AutoFakerBinder.cs#L93
Nullable value type may be null.
|
publish-package:
src/AutoFaker.cs#L50
Possible null reference return.
|