Skip to content

readme

readme #25

Triggered via push January 26, 2024 23:12
Status Success
Total duration 41s
Artifacts
publish-package
31s
publish-package
Fit to window
Zoom out
Zoom in

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/Context/AutoFakerContextOverride.cs#L12
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/Context/AutoFakerContext.cs#L49
Non-nullable property 'ParentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/Context/AutoFakerContext.cs#L49
Non-nullable property 'GenerateType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/Context/AutoFakerContext.cs#L49
Non-nullable property 'GenerateName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/Context/AutoFakerContext.cs#L49
Non-nullable property 'Instance' 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.