Skip to content

Update README.md

Update README.md #104

Triggered via push February 17, 2024 03:58
Status Success
Total duration 45s
Artifacts
publish-package
37s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-package: src/AutoFakerBinder.cs#L45
Possible null reference argument for parameter 'type' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType type)'.
publish-package: src/AutoFakerBinder.cs#L61
Possible null reference assignment.
publish-package: src/AutoFakerBinder.cs#L95
Nullable value type may be null.
publish-package: src/AutoFakerBinder.cs#L108
Dereference of a possibly null reference.
publish-package: src/AutoFaker.cs#L69
Dereference of a possibly null reference.
publish-package: src/AutoFaker.cs#L69
Dereference of a possibly null reference.
publish-package: src/AutoFakerBinder.cs#L166
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
publish-package: src/AutoFakerBinder.cs#L169
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
publish-package: src/AutoFakerBinder.cs#L171
Dereference of a possibly null reference.
publish-package: src/AutoFakerBinder.cs#L183
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.