chore(deps): update dependency soenneker.reflection.cache to v2.1.16 #57
build-and-test.yml
on: pull_request
build-and-test
42s
Annotations
10 warnings
build-and-test:
src/Abstract/IAutoFaker.cs#L18
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Abstract/IAutoFaker.cs#L27
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Generators/Types/TypeGenerator.cs#L40
Possible null reference argument for parameter 'instance' in 'void IAutoFakerBinder.PopulateInstance(object instance, AutoFakerContext context, Type type, MemberInfo[]? members = null)'.
|
build-and-test:
src/Generators/Types/TypeGenerator.cs#L14
Converting null literal or possible null value to non-nullable type.
|
build-and-test:
src/Generators/Types/TypeGenerator.cs#L17
Possible null reference argument for parameter 'instance' in 'void IAutoFakerBinder.PopulateInstance<TType>(object instance, AutoFakerContext context, MemberInfo[]? members = null)'.
|
build-and-test:
src/Generators/Types/SetGenerator.cs#L18
Converting null literal or possible null value to non-nullable type.
|
build-and-test:
src/Generators/Types/SetGenerator.cs#L29
Dereference of a possibly null reference.
|
build-and-test:
src/Generators/Types/SetGenerator.cs#L32
Possible null reference return.
|
build-and-test:
src/AutoFaker.cs#L25
Possible null reference return.
|
build-and-test:
src/Generators/Types/ReadOnlyDictionaryGenerator.cs#L17
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|