Skip to content

Deps | 3.0.14

Deps | 3.0.14 #69

Triggered via push December 9, 2025 03:22
Status Success
Total duration 1m 52s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/Helpers/MetaDataHelper.cs#L173
Converting null literal or possible null value to non-nullable type.
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: ShadowPluginLoader.WinUI/Scanners/PluginScanner.cs#L173
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#L158
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
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/