Readme #23
Annotations
10 warnings
publish-package:
src/Abstract/IAutoFaker.cs#L18
Cannot convert null literal to non-nullable reference type.
|
publish-package:
src/Abstract/IAutoFaker.cs#L27
Cannot convert null literal to non-nullable reference type.
|
publish-package:
src/Config/AutoFakerConfigBuilder.cs#L14
Non-nullable property 'Args' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish-package:
src/AutoMember.cs#L32
Dereference of a possibly null reference.
|
publish-package:
src/AutoMember.cs#L42
Dereference of a possibly null reference.
|
publish-package:
src/AutoMember.cs#L23
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish-package:
src/AutoMember.cs#L23
Non-nullable property 'CachedType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish-package:
src/AutoMember.cs#L23
Non-nullable property 'Getter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish-package:
src/AutoMember.cs#L23
Non-nullable property 'Setter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish-package:
src/Generators/Types/TypeGenerator.cs#L14
Converting null literal or possible null value to non-nullable type.
|