Skip to content

Removed the thread that watches file changes #37

Removed the thread that watches file changes

Removed the thread that watches file changes #37

Triggered via pull request March 31, 2025 07:19
Status Success
Total duration 1m 18s
Artifacts

test_dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Logexpert.UI/Dialogs/AboutBox.cs#L125
Converting null literal or possible null value to non-nullable type.
build: src/Logexpert.UI/Dialogs/AboutBox.cs#L125
Dereference of a possibly null reference.
build: src/Logexpert.UI/Dialogs/AboutBox.cs#L70
Dereference of a possibly null reference.
build: src/LogExpert/Controls/LogWindow/LogWindowsPublic.cs#L160
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: src/LogExpert/Controls/LogWindow/LogWindowsPublic.cs#L118
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: src/LogExpert/Classes/Log/LogfileReader.cs#L654
The variable 'ex' is declared but never used
build: src/LogExpert/Classes/Log/LogfileReader.cs#L650
The variable 'ex' is declared but never used
build: src/Logexpert.UI/Dialogs/AboutBox.cs#L125
Converting null literal or possible null value to non-nullable type.
build: src/Logexpert.UI/Dialogs/AboutBox.cs#L125
Dereference of a possibly null reference.
build: src/Logexpert.UI/Dialogs/AboutBox.cs#L70
Dereference of a possibly null reference.