Skip to content

chore(deps): update dependency soenneker.reflection.cache to v2.1.33 … #69

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

chore(deps): update dependency soenneker.reflection.cache to v2.1.33 … #69

Triggered via push February 8, 2024 18:14
Status Success
Total duration 45s
Artifacts
publish-package
37s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-package: src/AutoFaker.cs#L50
Possible null reference return.
publish-package: src/AutoFakerBinder.cs#L44
Possible null reference argument for parameter 'type' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType type)'.
publish-package: src/AutoFakerBinder.cs#L60
Possible null reference assignment.
publish-package: src/AutoFakerBinder.cs#L93
Nullable value type may be null.
publish-package: src/AutoFakerBinder.cs#L164
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
publish-package: src/AutoFakerBinder.cs#L167
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
publish-package: src/AutoFakerBinder.cs#L169
Dereference of a possibly null reference.
publish-package: src/AutoFakerBinder.cs#L181
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.
publish-package: src/Override/AutoFakerOverride.cs#L16
Non-nullable property 'Faker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/AutoFakerBinder.cs#L216
Possible null reference argument for parameter 'name' in 'void AutoFakerContext.Setup(CachedType parentType, CachedType generateType, string name)'.