Skip to content

Decouple UI businesslogic #41

Decouple UI businesslogic

Decouple UI businesslogic #41

Triggered via pull request April 3, 2025 18:05
Status Success
Total duration 5m 12s
Artifacts

test_dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Logexpert.Core/Config/Settings.cs#L44
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/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.
build: src/Logexpert.Core/Entities/EventArgs/GuiStateArgs.cs#L29
Non-nullable property 'CurrentEncoding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Logexpert.Core/Classes/Bookmark/BookmarkDataProvider.cs#L23
Non-nullable event 'AllBookmarksRemoved' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Logexpert.Core/Classes/Bookmark/BookmarkDataProvider.cs#L23
Non-nullable event 'BookmarkRemoved' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Logexpert.Core/Classes/Bookmark/BookmarkDataProvider.cs#L23
Non-nullable event 'BookmarkAdded' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Logexpert.Core/Classes/Bookmark/BookmarkDataProvider.cs#L18
Non-nullable event 'AllBookmarksRemoved' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Logexpert.Core/Classes/Bookmark/BookmarkDataProvider.cs#L18
Non-nullable event 'BookmarkRemoved' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Logexpert.Core/Classes/Bookmark/BookmarkDataProvider.cs#L18
Non-nullable event 'BookmarkAdded' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.