build: 修复打包构建为 .net 8 的问题 #7
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
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.
|
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'.
|
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'.
|
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.
|
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.
|
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.
|
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.
|
ClassIsland.Shared/ObservableDictionary.cs#L125
Possible null reference return.
|
ClassIsland.Shared/ObservableDictionary.cs#L149
Possible null reference return.
|
ClassIsland.Shared/Helpers/ConfigureFileHelper.cs#L45
The variable 'ex' is declared but never used
|
This job succeeded
Loading