chore(deps): update dependency soenneker.reflection.cache to v2.1.82 #165
Annotations
10 warnings
Build:
src/AutoFakerBinder.cs#L55
Possible null reference argument for parameter 'cachedType' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType cachedType)'.
|
Build:
src/AutoFakerBinder.cs#L63
Nullable value type may be null.
|
Build:
src/AutoFakerBinder.cs#L79
Possible null reference assignment.
|
Build:
src/AutoFakerBinder.cs#L121
Nullable value type may be null.
|
Build:
src/AutoFakerBinder.cs#L134
Dereference of a possibly null reference.
|
Build:
src/AutoFakerBinder.cs#L208
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.
|
Build:
src/AutoFakerBinder.cs#L243
Possible null reference argument for parameter 'name' in 'void AutoFakerContext.Setup(CachedType parentType, CachedType generateType, string name)'.
|
Build:
src/AutoFaker{T}.cs#L185
Possible null reference return.
|
Build:
src/AutoFakerBinder.cs#L297
Possible null reference assignment.
|
Build:
src/Generators/Types/TypeGenerator.cs#L16
Converting null literal or possible null value to non-nullable type.
|
Loading