Skip to content

import from NFA .ctm #5

import from NFA .ctm

import from NFA .ctm #5

Triggered via push February 18, 2024 03:49
Status Success
Total duration 1m 5s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: KaddaOK.AvaloniaApp/WaveformDraw.cs#L80
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: KaddaOK.AvaloniaApp/Views/NarrowingView.axaml.cs#L29
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: KaddaOK.AvaloniaApp/Views/EditLinesView.axaml.cs#L31
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: KaddaOK.AvaloniaApp/WaveformDraw.cs#L80
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: KaddaOK.AvaloniaApp/Views/NarrowingView.axaml.cs#L29
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: KaddaOK.AvaloniaApp/Views/EditLinesView.axaml.cs#L31
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.