Skip to content

Better Collection and ReadOnlyCollection support #176

Better Collection and ReadOnlyCollection support

Better Collection and ReadOnlyCollection support #176

Triggered via push April 19, 2024 15:13
Status Success
Total duration 41s
Artifacts
publish-package
32s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-package: src/AutoFakerBinder.cs#L55
Possible null reference argument for parameter 'cachedType' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType cachedType)'.
publish-package: src/AutoFakerBinder.cs#L55
Possible null reference argument for parameter 'cachedType' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType cachedType)'.
publish-package: src/AutoFakerBinder.cs#L63
Nullable value type may be null.
publish-package: src/AutoFakerBinder.cs#L79
Possible null reference assignment.
publish-package: src/AutoFakerBinder.cs#L121
Nullable value type may be null.
publish-package: src/AutoFakerBinder.cs#L134
Dereference of a possibly null reference.
publish-package: src/AutoFakerBinder.cs#L208
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.
publish-package: src/AutoFakerBinder.cs#L243
Possible null reference argument for parameter 'name' in 'void AutoFakerContext.Setup(CachedType parentType, CachedType generateType, string name)'.
publish-package: src/AutoMember.cs#L64
Possible null reference argument for parameter 'item' in 'bool HashSet<Type>.Contains(Type item)'.
publish-package: src/AutoMember.cs#L70
Dereference of a possibly null reference.