Skip to content

IReadOnlyCollection test #175

IReadOnlyCollection test

IReadOnlyCollection test #175

Triggered via push April 18, 2024 20:30
Status Success
Total duration 47s
Artifacts
publish-package
37s
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#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/Generators/Types/TypeGenerator.cs#L16
Converting null literal or possible null value to non-nullable type.
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/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)'.