chore(deps): update dependency soenneker.facts.local to v2.1.213 #89
build-and-test.yml
on: pull_request
build-and-test
47s
Annotations
10 warnings
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#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/AutoFakerBinder.cs#L93
Nullable value type may be null.
|
build-and-test:
src/Generators/Types/TypeGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
|
build-and-test:
src/Generators/Types/TypeGenerator.cs#L20
Possible null reference argument for parameter 'instance' in 'void AutoFakerBinder.PopulateInstance<TType>(object instance, AutoFakerContext context, CachedType cachedType)'.
|
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.
|