chore(deps): update dependency soenneker.facts.local to v2.1.226 (#91) #118
Annotations
10 warnings
publish-package:
src/AutoFakerBinder.cs#L47
Possible null reference argument for parameter 'cachedType' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType cachedType)'.
|
publish-package:
src/AutoFakerBinder.cs#L63
Possible null reference assignment.
|
publish-package:
src/AutoFakerBinder.cs#L98
Nullable value type may be null.
|
publish-package:
src/AutoFakerBinder.cs#L111
Dereference of a possibly null reference.
|
publish-package:
src/AutoFakerBinder.cs#L185
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.
|
publish-package:
src/AutoFakerBinder.cs#L220
Possible null reference argument for parameter 'name' in 'void AutoFakerContext.Setup(CachedType parentType, CachedType generateType, string name)'.
|
publish-package:
src/AutoFakerBinder.cs#L270
Possible null reference assignment.
|
publish-package:
src/Generators/Types/TypeGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
|
publish-package:
src/Generators/Types/SetGenerator.cs#L15
Dereference of a possibly null reference.
|
publish-package:
src/Generators/Types/SetGenerator.cs#L23
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
|