Skip to content

chore(deps): update dependency soenneker.reflection.cache to v2.1.57 #113

chore(deps): update dependency soenneker.reflection.cache to v2.1.57

chore(deps): update dependency soenneker.reflection.cache to v2.1.57 #113

Triggered via pull request February 19, 2024 16:27
Status Failure
Total duration 40s
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/AutoFakerBinder.cs#L47
Possible null reference argument for parameter 'cachedType' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType cachedType)'.
build-and-test: src/AutoFakerBinder.cs#L63
Possible null reference assignment.
build-and-test: src/AutoFaker.cs#L69
Dereference of a possibly null reference.
build-and-test: src/AutoFaker.cs#L69
Dereference of a possibly null reference.
build-and-test: src/AutoFakerBinder.cs#L97
Nullable value type may be null.
build-and-test: src/AutoFakerBinder.cs#L110
Dereference of a possibly null reference.
build-and-test: src/AutoFakerBinder.cs#L168
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
build-and-test: src/AutoFakerBinder.cs#L171
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
build-and-test: src/AutoFakerBinder.cs#L188
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.
build-and-test: src/AutoFakerBinder.cs#L223
Possible null reference argument for parameter 'name' in 'void AutoFakerContext.Setup(CachedType parentType, CachedType generateType, string name)'.