chore(deps): update dependency soenneker.reflection.cache to v2.1.45 #93
build-and-test.yml
on: pull_request
build-and-test
29s
Annotations
10 warnings
build-and-test:
src/AutoFakerBinder.cs#L45
Possible null reference argument for parameter 'type' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType type)'.
|
build-and-test:
src/AutoFakerBinder.cs#L61
Possible null reference assignment.
|
build-and-test:
src/AutoFakerBinder.cs#L95
Nullable value type may be null.
|
build-and-test:
src/AutoFakerBinder.cs#L108
Dereference of a possibly null reference.
|
build-and-test:
src/AutoFaker.cs#L69
Dereference of a possibly null reference.
|
build-and-test:
src/AutoFaker.cs#L69
Dereference of a possibly null reference.
|
build-and-test:
src/AutoFakerBinder.cs#L166
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
|
build-and-test:
src/AutoFakerBinder.cs#L169
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
|
build-and-test:
src/AutoFakerBinder.cs#L171
Dereference of a possibly null reference.
|
build-and-test:
src/AutoFakerBinder.cs#L183
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.
|