Skip to content

Packable :(

Packable :( #81

Triggered via push February 11, 2024 01:33
Status Success
Total duration 38s
Artifacts
publish-package
30s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-package: src/AutoFaker.cs#L57
Dereference of a possibly null reference.
publish-package: src/AutoFaker.cs#L57
Dereference of a possibly null reference.
publish-package: src/AutoFakerBinder.cs#L44
Possible null reference argument for parameter 'type' in 'CachedConstructor? AutoFakerBinder.GetConstructor(CachedType type)'.
publish-package: src/AutoFakerBinder.cs#L60
Possible null reference assignment.
publish-package: src/AutoFakerBinder.cs#L93
Nullable value type may be null.
publish-package: src/AutoFakerBinder.cs#L164
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
publish-package: src/AutoFakerBinder.cs#L167
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
publish-package: src/AutoFakerBinder.cs#L169
Dereference of a possibly null reference.
publish-package: src/AutoFakerBinder.cs#L181
Possible null reference argument for parameter 'value' in 'bool Dictionary<CachedType, CachedConstructor>.TryAdd(CachedType key, CachedConstructor value)'.
publish-package: src/AutoFakerBinder.cs#L216
Possible null reference argument for parameter 'name' in 'void AutoFakerContext.Setup(CachedType parentType, CachedType generateType, string name)'.