Skip to content

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

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

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

Triggered via pull request February 10, 2024 04:22
Status Failure
Total duration 42s
Artifacts

build-and-test.yml

on: pull_request
build-and-test
33s
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/Context/AutoFakerOverrideContext.cs#L42
Possible null reference assignment.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L43
Possible null reference assignment.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'GenerateType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'GenerateName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/AutoMember.cs#L43
Possible null reference argument for parameter 'item' in 'bool HashSet<Type>.Contains(Type item)'.
build-and-test: src/AutoMember.cs#L49
Dereference of a possibly null reference.
build-and-test: src/AutoMember.cs#L27
Non-nullable field 'Setter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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.