Remove temporary token for accessing repo. Deprecating token. #23
Annotations
27 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1, actions/upload-release-asset@v1. 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 uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
VXMusicDesktop/MVVM/ViewModel/ConnectionsViewModel.cs#L18
Nullability of reference types in type of 'event PropertyChangedEventHandler ConnectionsViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
VXMusicDesktop/Core/ObservableObject.cs#L15
Cannot convert null literal to non-nullable reference type.
|
VXMusicDesktop/Core/RelayCommand.cs#L28
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
VXMusicDesktop/Core/RelayCommand.cs#L33
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
VXMusicDesktop/Core/RelayCommand.cs#L16
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
VXMusicDesktop/Core/RelayCommand.cs#L22
Cannot convert null literal to non-nullable reference type.
|
VXMusicDesktop/Overlay/VXMusicOverlayInterface.cs#L96
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.
|
VXMusicDesktop/Overlay/VXMusicOverlayInterface.cs#L98
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.
|
VXMusicDesktop/Overlay/VXMusicOverlayInterface.cs#L111
Dereference of a possibly null reference.
|
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/
|
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/
|
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/
|
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/
|
VXMusic/Recognition/AudD/AudDHttpClient.cs#L13
Nullability of reference types in return type of 'Result? AudDResponse.Result.get' doesn't match implicitly implemented member 'Result IRecognitionApiClientResponse.Result.get' (possibly because of nullability attributes).
|
VXMusic/LogParser/Helpers/TailSubscription.cs#L20
Cannot convert null literal to non-nullable reference type.
|
VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L5
Non-nullable property 'matches' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L7
Non-nullable property 'timezone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L8
Non-nullable property 'tagid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L9
Non-nullable property 'track' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L14
Non-nullable property 'trackInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L19
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L27
Non-nullable property 'background' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L28
Non-nullable property 'coverart' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/
|
This job succeeded
Loading