Skip to content

chore(deps): update dependency soenneker.reflection.cache to v2.1.40 #87

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

chore(deps): update dependency soenneker.reflection.cache to v2.1.40 #87

Triggered via pull request February 11, 2024 01:23
Status Success
Total duration 49s
Artifacts

build-and-test.yml

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

Annotations

10 warnings
build-and-test: src/AutoFakerBinder.cs#L44
Possible null reference argument for parameter 'type' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType type)'.
build-and-test: src/Override/AutoFakerOverride.cs#L21
Dereference of a possibly null reference.
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/AutoFakerBinder.cs#L60
Possible null reference assignment.
build-and-test: src/AutoFaker.cs#L57
Dereference of a possibly null reference.
build-and-test: src/AutoFaker.cs#L57
Dereference of a possibly null reference.
build-and-test: src/AutoFakerBinder.cs#L93
Nullable value type may be null.
build-and-test: src/AutoFakerBinder.cs#L164
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
build-and-test: src/AutoFakerBinder.cs#L167
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
build-and-test: src/AutoFakerBinder.cs#L169
Dereference of a possibly null reference.