Skip to content

优化代码,恢复布局时自动备份;优化载入逻辑 #18

优化代码,恢复布局时自动备份;优化载入逻辑

优化代码,恢复布局时自动备份;优化载入逻辑 #18

Triggered via push March 17, 2025 13:07
Status Success
Total duration 2m 2s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build_publish: MainForm.cs#L465
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_publish: MainForm.cs#L464
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_publish: DesktopIcoManager.cs#L225
Cannot convert null literal to non-nullable reference type.
build_publish: DesktopIcoManager.cs#L224
Cannot convert null literal to non-nullable reference type.
build_publish: DesktopIcoManager.cs#L223
Cannot convert null literal to non-nullable reference type.
build_publish: DesktopIcoManager.cs#L143
Cannot convert null literal to non-nullable reference type.
build_publish: DesktopIcoManager.cs#L137
Cannot convert null literal to non-nullable reference type.
build_publish: DesktopIcoManager.cs#L131
Cannot convert null literal to non-nullable reference type.
build_publish: MainForm.cs#L19
Nullability of reference types in type of parameter 'sender' of 'void MainForm.MainForm_Load(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build_publish: DesktopIcoManager.cs#L114
Possible null reference argument for parameter 'icons' in 'void DesktopIcoManager.SetDesktopIcons(List<IconInfo> icons)'.