Skip to content

Deps

Deps #76

Triggered via push January 23, 2026 19:35
Status Success
Total duration 3m 8s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Missing XML comment for publicly visible type or member 'InnerSdkConfig.OnPlanUpgradeCollectionChanged(object?, NotifyCollectionChangedEventArgs)'
build
Missing XML comment for publicly visible type or member 'InnerSdkConfig.OnPlanRemoveCollectionChanged(object?, NotifyCollectionChangedEventArgs)'
build
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
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
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
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
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
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
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/Helpers/MetaDataHelper.cs#L175
Converting null literal or possible null value to non-nullable type.
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/