chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 (#270) #304
Annotations
10 warnings
publish-package:
src/AutoFakerBinder.cs#L63
Possible null reference argument for parameter 'cachedType' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType cachedType)'.
|
publish-package:
src/AutoFakerBinder.cs#L71
Nullable value type may be null.
|
publish-package:
src/AutoFakerBinder.cs#L87
Possible null reference assignment.
|
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)'.
|
publish-package:
src/Generators/Types/SetGenerator.cs#L23
Converting null literal or possible null value to non-nullable type.
|
publish-package:
src/Generators/Types/SetGenerator.cs#L36
Dereference of a possibly null reference.
|
publish-package:
src/Generators/Types/SetGenerator.cs#L39
Possible null reference return.
|
publish-package:
src/AutoFaker{T}.cs#L107
Possible null reference argument for parameter 'binder' in 'AutoFakerContext.AutoFakerContext(AutoFakerConfig config, AutoFakerBinder binder, Faker faker, CacheService cacheService, CachedType? type = null)'.
|
publish-package:
src/AutoFaker{T}.cs#L107
Possible null reference argument for parameter 'cacheService' in 'AutoFakerContext.AutoFakerContext(AutoFakerConfig config, AutoFakerBinder binder, Faker faker, CacheService cacheService, CachedType? type = null)'.
|