Skip to content

Seperation - LogTabWindow #66

Seperation - LogTabWindow

Seperation - LogTabWindow #66

Triggered via pull request May 25, 2025 23:16
Status Success
Total duration 2m 28s
Artifacts

test_dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Logexpert.Core/Config/ColumnizerMaskEntry.cs#L10
Non-nullable field 'columnizerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Logexpert.Core/Config/HighlightMaskEntry.cs#L11
Non-nullable field 'mask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Logexpert.Core/Config/HighlightMaskEntry.cs#L10
Non-nullable field 'highlightGroupName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Logexpert.Core/Config/Preferences.cs#L59
Non-nullable field 'multiFileOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Logexpert.Core/Config/Preferences.cs#L23
Non-nullable field 'defaultEncoding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Logexpert.Core/Config/Preferences.cs#L74
Cannot convert null literal to non-nullable reference type.
build: src/Logexpert.Core/Config/Settings.cs#L37
Non-nullable field 'lastDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Logexpert.Core/Classes/Filter/FilterStarter.cs#L38
Non-nullable field '_progressCallback' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Logexpert.Core/Config/ToolEntry.cs#L18
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Logexpert.Core/Config/ToolEntry.cs#L15
Non-nullable field 'iconFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.