Exporting as a markdown file via --export for search and list #38
Annotations
20 warnings
|
Commands/ConfigCommand.cs#L28
Non-nullable property 'BrowserBookmarkPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Commands/ConfigCommand.cs#L24
Non-nullable property 'HtmlBookmarkFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Commands/ConfigCommand.cs#L20
Non-nullable property 'Browser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Commands/ConfigCommand.cs#L16
Non-nullable property 'RemoveMarkdownFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Commands/ConfigCommand.cs#L12
Non-nullable property 'AddMarkdownFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BookmarkEngines/HtmlBookmarks.cs#L20
Non-nullable field '_log' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
BrowserKnownPaths.cs#L33
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
|
BrowserKnownPaths.cs#L25
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
|
BrowserKnownPaths.cs#L17
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
|
BrowserKnownPaths.cs#L9
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
|
Commands/ConfigCommand.cs#L16
Non-nullable property 'RemoveMarkdownFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Commands/ConfigCommand.cs#L12
Non-nullable property 'AddMarkdownFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
BookmarkEngines/HtmlBookmarks.cs#L20
Non-nullable field '_log' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
BookmarkEngines/MarkdownBookmarks.cs#L54
Converting null literal or possible null value to non-nullable type.
|
|
TinyCitySettings.cs#L9
Non-nullable property 'ApplicationConfigDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
TinyCitySettings.cs#L63
Converting null literal or possible null value to non-nullable type.
|
|
BrowserKnownPaths.cs#L33
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
|
BrowserKnownPaths.cs#L25
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
|
BrowserKnownPaths.cs#L17
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
|
BrowserKnownPaths.cs#L9
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
The logs for this run have expired and are no longer available.
Loading