[FEAT] - config file #34
Annotations
5 warnings
|
build:
Shell/Commands/CommandParser.cs#L72
Possible null reference argument for parameter 'item' in 'bool HashSet<string>.Add(string item)'.
|
|
build:
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.
|
|
build:
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.
|
|
build:
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.
|
|
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|