Excludes constants in automembers #77
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build:
src/AutoFakerBinder.cs#L44
Possible null reference argument for parameter 'type' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType type)'.
|
Build:
src/AutoFakerBinder.cs#L60
Possible null reference assignment.
|
Build:
src/AutoFakerBinder.cs#L93
Nullable value type may be null.
|
Build:
src/AutoFakerBinder.cs#L164
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
|
Build:
src/AutoFakerBinder.cs#L167
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
|
Build:
src/AutoFakerBinder.cs#L169
Dereference of a possibly null reference.
|
Build:
src/AutoFakerBinder.cs#L181
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.
|
Build:
src/AutoFakerBinder.cs#L216
Possible null reference argument for parameter 'name' in 'void AutoFakerContext.Setup(CachedType parentType, CachedType generateType, string name)'.
|
Build:
src/Override/AutoFakerOverride.cs#L21
Dereference of a possibly null reference.
|
Build:
src/Generators/Types/TypeGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading