Update deployment-develop.yml #249
Annotations
1 error and 10 warnings
deploy
Not Found
|
deploy:
gamevault/Helper/CommandHelper.cs#L14
Nullability of reference types in type of parameter 'parameter' of 'bool CommandHelper.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
deploy:
gamevault/Helper/CommandHelper.cs#L19
Nullability of reference types in type of parameter 'parameter' of 'void CommandHelper.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
deploy:
gamevault/Helper/CommandHelper.cs#L25
Nullability of reference types in type of 'event EventHandler CommandHelper.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
deploy:
gamevault/ViewModels/ViewModelBase.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler ViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
deploy:
gamevault/Helper/CacheHelper.cs#L21
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.
|
deploy:
gamevault/Helper/CrashReportHelper.cs#L33
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
deploy:
gamevault/Helper/CrashReportHelper.cs#L40
The variable 'ex' is declared but never used
|
deploy:
gamevault/Windows/UpdateWindow.xaml.cs#L29
Non-nullable field 'm_StoreHelper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
deploy:
gamevault/Windows/UpdateWindow.xaml.cs#L62
Converting null literal or possible null value to non-nullable type.
|
deploy:
gamevault/Windows/UpdateWindow.xaml.cs#L63
Dereference of a possibly null reference.
|