Skip to content

chore(deps): update dependency soenneker.reflection.cache to v2.1.70 #145

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

chore(deps): update dependency soenneker.reflection.cache to v2.1.70 #145

Triggered via pull request March 2, 2024 10:33
Status Success
Total duration 44s
Artifacts

build-and-test.yml

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

Annotations

10 warnings
build-and-test: src/AutoFakerBinder.cs#L48
Possible null reference argument for parameter 'cachedType' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType cachedType)'.
build-and-test: src/AutoFakerBinder.cs#L56
Nullable value type may be null.
build-and-test: src/AutoFakerBinder.cs#L72
Possible null reference assignment.
build-and-test: src/AutoFakerBinder.cs#L108
Nullable value type may be null.
build-and-test: src/AutoFakerBinder.cs#L121
Dereference of a possibly null reference.
build-and-test: src/AutoFakerBinder.cs#L195
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.
build-and-test: src/AutoFakerBinder.cs#L230
Possible null reference argument for parameter 'name' in 'void AutoFakerContext.Setup(CachedType parentType, CachedType generateType, string name)'.
build-and-test: src/AutoMember.cs#L64
Possible null reference argument for parameter 'item' in 'bool HashSet<Type>.Contains(Type item)'.
build-and-test: src/AutoMember.cs#L70
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.