Skip to content

Add source generated logging to Services classes #349

Add source generated logging to Services classes

Add source generated logging to Services classes #349

Triggered via pull request January 15, 2024 15:26
Status Success
Total duration 37s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Build: src/App/Handlers/LyricsAnalyzerPromptStyleAutoCompleteHandler.cs#L21
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.
Build: src/App/Handlers/LyricsAnalyzerPromptStyleAutoCompleteHandler.cs#L21
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.