Skip to content

update readme

update readme #2

Triggered via push February 21, 2024 06:46
Status Failure
Total duration 2m 9s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 23 warnings
Dotnet Build
Error 403: Resource not accessible by integration
Dotnet Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Dotnet Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Dotnet Build: Aria2Fast/Service/AppConfig.cs#L20
Nullability of reference types in type of 'event PropertyChangedEventHandler AppConfigData.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Dotnet Build: Aria2Fast/Service/GAHelper.cs#L44
Cannot convert null literal to non-nullable reference type.
Dotnet Build: Aria2Fast/Service/GAHelper.cs#L110
Cannot convert null literal to non-nullable reference type.
Dotnet Build: Aria2Fast/Service/Model/BaseNotificationModel.cs#L15
Nullability of reference types in type of 'event PropertyChangedEventHandler BaseNotificationModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Dotnet Build: Aria2Fast/MainWindow.xaml.cs#L46
Non-nullable field '_messageBoxLeft' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Dotnet Build: Aria2Fast/MainWindow.xaml.cs#L46
Non-nullable field '_messageBoxRight' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Dotnet Build: Aria2Fast/App.xaml.cs#L59
Dereference of a possibly null reference.
Dotnet Build: Aria2Fast/Service/SubscriptionManager.cs#L55
Non-nullable event 'OnSubscriptionProgressChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Dotnet Build: Aria2Fast/Service/SubscriptionManager.cs#L62
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.
Dotnet Build: Aria2Fast/MainWindow.xaml.cs#L63
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Dotnet 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/
Dotnet Build: Aria2Fast/Service/AppConfig.cs#L20
Nullability of reference types in type of 'event PropertyChangedEventHandler AppConfigData.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Dotnet Build: Aria2Fast/Service/GAHelper.cs#L44
Cannot convert null literal to non-nullable reference type.
Dotnet Build: Aria2Fast/Service/GAHelper.cs#L110
Cannot convert null literal to non-nullable reference type.
Dotnet Build: Aria2Fast/Service/Model/BaseNotificationModel.cs#L15
Nullability of reference types in type of 'event PropertyChangedEventHandler BaseNotificationModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
Dotnet Build: Aria2Fast/MainWindow.xaml.cs#L46
Non-nullable field '_messageBoxLeft' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Dotnet Build: Aria2Fast/MainWindow.xaml.cs#L46
Non-nullable field '_messageBoxRight' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Dotnet Build: Aria2Fast/App.xaml.cs#L59
Dereference of a possibly null reference.
Dotnet Build: Aria2Fast/Service/SubscriptionManager.cs#L55
Non-nullable event 'OnSubscriptionProgressChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Dotnet Build: Aria2Fast/Service/SubscriptionManager.cs#L62
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.
Dotnet Build: Aria2Fast/MainWindow.xaml.cs#L63
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.