Skip to content

chore(deps): update dependency soenneker.facts.local to v2.1.213 #85

chore(deps): update dependency soenneker.facts.local to v2.1.213

chore(deps): update dependency soenneker.facts.local to v2.1.213 #85

Triggered via pull request February 10, 2024 10:54
Status Failure
Total duration 43s
Artifacts

build-and-test.yml

on: pull_request
build-and-test
36s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: src/Override/AutoFakerOverride.cs#L21
Dereference of a possibly null reference.
build-and-test: src/Generators/Types/TypeGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Generators/Types/TypeGenerator.cs#L20
Possible null reference argument for parameter 'instance' in 'void AutoFakerBinder.PopulateInstance<TType>(object instance, AutoFakerContext context, CachedType cachedType)'.
build-and-test: src/AutoFakerBinder.cs#L44
Possible null reference argument for parameter 'type' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType type)'.
build-and-test: src/AutoFakerBinder.cs#L60
Possible null reference assignment.
build-and-test: src/Generators/Types/SetGenerator.cs#L15
Dereference of a possibly null reference.
build-and-test: src/Generators/Types/SetGenerator.cs#L23
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
build-and-test: src/Generators/Types/SetGenerator.cs#L23
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Generators/Types/SetGenerator.cs#L35
Dereference of a possibly null reference.
build-and-test: src/Generators/Types/SetGenerator.cs#L38
Possible null reference return.