Skip to content

chore(deps): update dependency soenneker.reflection.cache to v2.1.22 #61

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

chore(deps): update dependency soenneker.reflection.cache to v2.1.22 #61

Triggered via pull request February 2, 2024 03:53
Status Success
Total duration 45s
Artifacts

build-and-test.yml

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

Annotations

10 warnings
build-and-test: src/Abstract/IAutoFaker.cs#L18
Cannot convert null literal to non-nullable reference type.
build-and-test: src/Abstract/IAutoFaker.cs#L27
Cannot convert null literal to non-nullable reference type.
build-and-test: src/Generators/Types/TypeGenerator.cs#L40
Possible null reference argument for parameter 'instance' in 'void IAutoFakerBinder.PopulateInstance(object instance, AutoFakerContext context, Type type, MemberInfo[]? members = null)'.
build-and-test: src/Generators/Types/TypeGenerator.cs#L14
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Generators/Types/TypeGenerator.cs#L17
Possible null reference argument for parameter 'instance' in 'void IAutoFakerBinder.PopulateInstance<TType>(object instance, AutoFakerContext context, MemberInfo[]? members = null)'.
build-and-test: src/AutoFaker.cs#L25
Possible null reference return.
build-and-test: src/Generators/Types/SetGenerator.cs#L18
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Generators/Types/SetGenerator.cs#L29
Dereference of a possibly null reference.
build-and-test: src/Generators/Types/SetGenerator.cs#L32
Possible null reference return.
build-and-test: src/AutoMember.cs#L32
Dereference of a possibly null reference.