Skip to content

Speed improvements (#45) #54

Speed improvements (#45)

Speed improvements (#45) #54

Triggered via push February 5, 2024 02:47
Status Success
Total duration 44s
Artifacts
publish-package
35s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-package: src/AutoFakerBinder.cs#L62
Possible null reference assignment.
publish-package: src/Services/GeneratorService.cs#L57
Nullable value type may be null.
publish-package: src/AutoFaker.cs#L50
Possible null reference return.
publish-package: src/Services/GeneratorService.cs#L65
Nullable value type may be null.
publish-package: src/Services/GeneratorService.cs#L74
Nullable value type may be null.
publish-package: src/AutoFakerBinder.cs#L99
Nullable value type may be null.
publish-package: src/AutoFakerBinder.cs#L137
Possible null reference argument for parameter 'item' in 'bool HashSet<Type>.Contains(Type item)'.
publish-package: src/AutoFakerBinder.cs#L177
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
publish-package: src/AutoFakerBinder.cs#L182
Possible null reference argument for parameter 'constructors' in 'CachedConstructor? AutoFakerBinder.ResolveTypedConstructor(CachedType type, CachedConstructor[] constructors)'.
publish-package: src/AutoFakerBinder.cs#L185
Dereference of a possibly null reference.