Decouple UI businesslogic #41
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.
|