chore(deps): update dependency soenneker.reflection.cache to v2.1.41 #90
build-and-test.yml
on: pull_request
build-and-test
33s
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/AutoFakerBinder.cs#L60
Possible null reference assignment.
|
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/AutoMember.cs#L49
Dereference of a possibly null reference.
|
build-and-test:
src/AutoMember.cs#L27
Non-nullable field 'Setter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-test:
src/Extensions/AutoConfigBuilderExtension.cs#L26
Possible null reference return.
|
build-and-test:
src/Context/AutoFakerOverrideContext.cs#L42
Possible null reference assignment.
|
build-and-test:
src/Context/AutoFakerOverrideContext.cs#L43
Possible null reference assignment.
|
build-and-test:
src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'GenerateType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|