Skip to content

Feat | Config json

Feat | Config json #62

Triggered via push October 6, 2025 03:01
Status Success
Total duration 2m 53s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: ShadowPluginLoader.WinUI/GeneratedFiles/ShadowObservableConfig.SourceGenerator/ShadowObservableConfig.SourceGenerator.Generators.ConfigGenerator/BaseSdkConfig.Config.g.cs#L39
Non-nullable property 'Loader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ShadowPluginLoader.WinUI/GeneratedFiles/ShadowObservableConfig.SourceGenerator/ShadowObservableConfig.SourceGenerator.Generators.ConfigGenerator/InnerSdkConfig.Config.g.cs#L44
Non-nullable field '_planUpgrade' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: ShadowPluginLoader.WinUI/GeneratedFiles/ShadowObservableConfig.SourceGenerator/ShadowObservableConfig.SourceGenerator.Generators.ConfigGenerator/InnerSdkConfig.Config.g.cs#L44
Non-nullable field '_planRemove' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: ShadowPluginLoader.WinUI/Scanners/PluginScanner.cs#L165
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: ShadowPluginLoader.WinUI/Scanners/PluginScanner.cs#L150
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: ShadowPluginLoader.WinUI/GeneratedFiles/ShadowObservableConfig.SourceGenerator/ShadowObservableConfig.SourceGenerator.Generators.ConfigGenerator/PlanRemoveData.Config.g.cs#L27
Non-nullable field '_path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: ShadowPluginLoader.WinUI/GeneratedFiles/ShadowObservableConfig.SourceGenerator/ShadowObservableConfig.SourceGenerator.Generators.ConfigGenerator/PlanRemoveData.Config.g.cs#L27
Non-nullable field '_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: ShadowPluginLoader.WinUI/GeneratedFiles/ShadowObservableConfig.SourceGenerator/ShadowObservableConfig.SourceGenerator.Generators.ConfigGenerator/PlanUpgradeData.Config.g.cs#L27
Non-nullable field '_zipPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: ShadowPluginLoader.WinUI/GeneratedFiles/ShadowObservableConfig.SourceGenerator/ShadowObservableConfig.SourceGenerator.Generators.ConfigGenerator/PlanUpgradeData.Config.g.cs#L27
Non-nullable field '_targetPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: ShadowPluginLoader.WinUI/GeneratedFiles/ShadowObservableConfig.SourceGenerator/ShadowObservableConfig.SourceGenerator.Generators.ConfigGenerator/PlanUpgradeData.Config.g.cs#L27
Non-nullable field '_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/