small optimizations #387
Merged
small optimizations #387
Annotations
10 warnings
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading