Skip to content

Merge branch 'main' of https://github.com/soenneker/soenneker.utils.a… #70

Merge branch 'main' of https://github.com/soenneker/soenneker.utils.a…

Merge branch 'main' of https://github.com/soenneker/soenneker.utils.a… #70

Triggered via push February 8, 2024 23:19
Status Success
Total duration 43s
Artifacts
publish-package
34s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-package: src/Override/AutoFakerOverride.cs#L16
Non-nullable property 'Faker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/Override/AutoFakerOverride.cs#L16
Non-nullable property 'Faker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/Override/AutoFakerOverride.cs#L32
Dereference of a possibly null reference.
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/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/Generators/Types/SetGenerator.cs#L15
Dereference of a possibly null reference.
publish-package: src/Generators/Types/SetGenerator.cs#L23
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
publish-package: src/Generators/Types/SetGenerator.cs#L23
Converting null literal or possible null value to non-nullable type.