Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

ci: 修复工作流依赖关系错误 #21

ci: 修复工作流依赖关系错误

ci: 修复工作流依赖关系错误 #21

Triggered via push June 15, 2025 04:49
Status Success
Total duration 9m 55s
Artifacts 6

build.yml

on: push
Matrix: build_app
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

66 warnings
Build_win_x64: ClassIsland.Shared/ObservableDictionary.cs#L149
Possible null reference return.
Build_win_x64: ClassIsland.Shared/ObservableDictionary.cs#L125
Possible null reference return.
Build_win_x64: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_win_x64: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'CollectionChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_win_x64: ClassIsland.Shared/Helpers/ConfigureFileHelper.cs#L45
The variable 'ex' is declared but never used
Build_win_x64: ClassIsland.Shared/ObservableDictionary.cs#L25
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_win_x64: ClassIsland.Shared/ObservableDictionary.cs#L17
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_win_x64: ClassIsland.Shared/ObservableDictionary.cs#L15
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build_win_x64: ClassIsland.Shared/ObservableDictionary.cs#L14
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableDictionary<TKey, TValue>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
Build_win_x64: ClassIsland.Shared/ObservableDictionary.cs#L6
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_win_x64
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/
Build_linux_arm64: ClassIsland.Shared/ObservableDictionary.cs#L149
Possible null reference return.
Build_linux_arm64: ClassIsland.Shared/ObservableDictionary.cs#L125
Possible null reference return.
Build_linux_arm64: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_linux_arm64: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'CollectionChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_linux_arm64: ClassIsland.Shared/Helpers/ConfigureFileHelper.cs#L45
The variable 'ex' is declared but never used
Build_linux_arm64: ClassIsland.Shared/ObservableDictionary.cs#L25
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_linux_arm64: ClassIsland.Shared/ObservableDictionary.cs#L17
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_linux_arm64: ClassIsland.Shared/ObservableDictionary.cs#L15
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build_linux_arm64: ClassIsland.Shared/ObservableDictionary.cs#L14
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableDictionary<TKey, TValue>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
Build_linux_arm64: ClassIsland.Shared/ObservableDictionary.cs#L6
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_linux_arm64
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/
Build_any_any: ClassIsland.Shared/ObservableDictionary.cs#L149
Possible null reference return.
Build_any_any: ClassIsland.Shared/ObservableDictionary.cs#L125
Possible null reference return.
Build_any_any: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_any_any: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'CollectionChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_any_any: ClassIsland.Shared/Helpers/ConfigureFileHelper.cs#L45
The variable 'ex' is declared but never used
Build_any_any: ClassIsland.Shared/ObservableDictionary.cs#L25
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_any_any: ClassIsland.Shared/ObservableDictionary.cs#L17
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_any_any: ClassIsland.Shared/ObservableDictionary.cs#L15
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build_any_any: ClassIsland.Shared/ObservableDictionary.cs#L14
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableDictionary<TKey, TValue>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
Build_any_any: ClassIsland.Shared/ObservableDictionary.cs#L6
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_any_any
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/
Build_win_x86: ClassIsland.Shared/ObservableDictionary.cs#L149
Possible null reference return.
Build_win_x86: ClassIsland.Shared/ObservableDictionary.cs#L125
Possible null reference return.
Build_win_x86: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_win_x86: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'CollectionChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_win_x86: ClassIsland.Shared/Helpers/ConfigureFileHelper.cs#L45
The variable 'ex' is declared but never used
Build_win_x86: ClassIsland.Shared/ObservableDictionary.cs#L25
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_win_x86: ClassIsland.Shared/ObservableDictionary.cs#L17
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_win_x86: ClassIsland.Shared/ObservableDictionary.cs#L15
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build_win_x86: ClassIsland.Shared/ObservableDictionary.cs#L14
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableDictionary<TKey, TValue>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
Build_win_x86: ClassIsland.Shared/ObservableDictionary.cs#L6
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_win_x86
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/
Build_win_arm64: ClassIsland.Shared/ObservableDictionary.cs#L149
Possible null reference return.
Build_win_arm64: ClassIsland.Shared/ObservableDictionary.cs#L125
Possible null reference return.
Build_win_arm64: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_win_arm64: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'CollectionChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_win_arm64: ClassIsland.Shared/Helpers/ConfigureFileHelper.cs#L45
The variable 'ex' is declared but never used
Build_win_arm64: ClassIsland.Shared/ObservableDictionary.cs#L25
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_win_arm64: ClassIsland.Shared/ObservableDictionary.cs#L17
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_win_arm64: ClassIsland.Shared/ObservableDictionary.cs#L15
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build_win_arm64: ClassIsland.Shared/ObservableDictionary.cs#L14
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableDictionary<TKey, TValue>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
Build_win_arm64: ClassIsland.Shared/ObservableDictionary.cs#L6
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_win_arm64
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/
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L176
Dereference of a possibly null reference.
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L149
Possible null reference return.
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L125
Possible null reference return.
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'CollectionChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L25
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L17
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L15
Nullability of reference types in type of 'event PropertyChangedEventHandler ObservableDictionary<TKey, TValue>.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L14
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ObservableDictionary<TKey, TValue>.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
Build_linux_x64: ClassIsland.Shared/ObservableDictionary.cs#L6
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build_linux_x64
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/

Artifacts

Produced during runtime
Name Size Digest
out_app_any_any Expired
34.8 MB
sha256:838a7bd60ff9150d19a7bfcd870b6adc83a6f40f8d0a8cad163b6bb6807741f4
out_app_linux_arm64 Expired
10.3 MB
sha256:64ee4e0b44651aeaa8241d0d73502b3162a21da6a89183a43b40b966a30228bf
out_app_linux_x64 Expired
10.7 MB
sha256:55e717027ddcf0f585b7d205668ea6d6744b312aa59ed110246baa56e03a13bc
out_app_win_arm64 Expired
7.76 MB
sha256:ab801091d0cc634e45f095bcadfa2bc65b344201597ae62ca992dd78dadba1ff
out_app_win_x64 Expired
11.8 MB
sha256:c8012325b48c50c75d06a8e52700d6db6fe344e27cc5ef82175382211ffd5d8b
out_app_win_x86 Expired
10.8 MB
sha256:ddf9576a226130ea325ffe08bd35a6e851b2203320491e9c8485ce2cab60ce7b