feat(readline): optimize key handling and input management (#15) #29
Annotations
5 warnings
|
Shell/Commands/CommandParser.cs#L72
Possible null reference argument for parameter 'item' in 'bool HashSet<string>.Add(string item)'.
|
|
Shell/Plugin/PluginLoader.cs#L13
Non-nullable property 'PluginList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Shell/ShellContext.cs#L18
Non-nullable property 'LSColors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Shell/ShellContext.cs#L18
Non-nullable property 'Prompt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
The logs for this run have expired and are no longer available.
Loading