Skip to content

chore(deps): update dependency soenneker.facts.local to v2.1.214 (#63) #86

chore(deps): update dependency soenneker.facts.local to v2.1.214 (#63)

chore(deps): update dependency soenneker.facts.local to v2.1.214 (#63) #86

Triggered via push February 11, 2024 18:13
Status Success
Total duration 57s
Artifacts
publish-package
48s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-package: src/Generators/Types/TypeGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
publish-package: src/Generators/Types/TypeGenerator.cs#L20
Possible null reference argument for parameter 'instance' in 'void AutoFakerBinder.PopulateInstance<TType>(object instance, AutoFakerContext context, CachedType cachedType)'.
publish-package: src/Context/AutoFakerOverrideContext.cs#L42
Possible null reference assignment.
publish-package: src/Context/AutoFakerOverrideContext.cs#L43
Possible null reference assignment.
publish-package: src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'GenerateType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'GenerateName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/AutoFakerBinder.cs#L45
Possible null reference argument for parameter 'type' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType type)'.
publish-package: src/AutoFakerBinder.cs#L61
Possible null reference assignment.
publish-package: src/Generators/Types/SetGenerator.cs#L15
Dereference of a possibly null reference.