Skip to content

fix: path in HistoryManager/PluginLoader/ThemeLoader #26

fix: path in HistoryManager/PluginLoader/ThemeLoader

fix: path in HistoryManager/PluginLoader/ThemeLoader #26

Triggered via pull request April 25, 2025 14:30
Status Success
Total duration 36s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
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: Shell/Commands/CommandParser.cs#L72
Possible null reference argument for parameter 'item' in 'bool HashSet<string>.Add(string item)'.
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.