Bump version number #60
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 use a deprecated Node.js version 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/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/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/App.xaml.cs#L49
Possible null reference assignment.
|
VXMusicDesktop/App.xaml.cs#L65
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
VXMusicDesktop/App.xaml.cs#L65
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
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/LogParser/Helpers/TailSubscription.cs#L20
Cannot convert null literal to non-nullable reference type.
|
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/Recognition/AudD/AudDModel/Spotify.cs#L10
Non-nullable property 'album' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L11
Non-nullable property 'artists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L12
Non-nullable property 'available_markets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L16
Non-nullable property 'external_ids' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L17
Non-nullable property 'external_urls' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L18
Non-nullable property 'href' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L19
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L21
Non-nullable property 'name' 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