Skip to content

feat(Generator): project to generate test csv files #6

feat(Generator): project to generate test csv files

feat(Generator): project to generate test csv files #6

Triggered via push July 25, 2023 12:14
Status Success
Total duration 1m 12s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Kentico.Xperience.Contacts.Importer/Services/ImportService/ImportService.cs#L90
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.