Implement new CS2 trade-up formula with pre-normalized floats #31
Annotations
22 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Publish FloatTool project:
FloatTool/Common/RelayCommand.cs#L44
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
Publish FloatTool project:
FloatTool/Common/RelayCommand.cs#L50
Nullability of reference types in type of parameter 'parameters' of 'void RelayCommand.Execute(object parameters)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
|
Publish FloatTool project:
FloatTool/Common/RelayCommand.cs#L39
Nullability of reference types in type of parameter 'parameters' of 'bool RelayCommand.CanExecute(object parameters)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
|
Publish FloatTool project:
FloatTool/ViewModels/SettingsViewModel.cs#L249
Cannot convert null literal to non-nullable reference type.
|
|
Publish FloatTool project:
FloatTool/ViewModels/SettingsViewModel.cs#L248
Nullability of reference types in type of 'event PropertyChangedEventHandler SettingsViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Publish FloatTool project:
FloatTool/ViewModels/BenchmarkViewModel.cs#L253
Cannot convert null literal to non-nullable reference type.
|
|
Publish FloatTool project:
FloatTool/ViewModels/BenchmarkViewModel.cs#L252
Nullability of reference types in type of 'event PropertyChangedEventHandler BenchmarkViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Publish FloatTool project
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Publish FloatTool project
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Publish FloatTool project
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Build solution:
FloatTool/Common/RelayCommand.cs#L39
Nullability of reference types in type of parameter 'parameters' of 'bool RelayCommand.CanExecute(object parameters)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
|
Build solution:
ItemsParser/ItemParser.cs#L284
Dereference of a possibly null reference.
|
|
Build solution:
ItemsParser/ItemParser.cs#L249
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
|
Build solution:
ItemsParser/ItemParser.cs#L159
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
|
Build solution:
ItemsParser/ItemParser.cs#L142
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
|
Build solution:
ItemsParser/ItemParser.cs#L114
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
|
Build solution:
ItemsParser/ItemParser.cs#L107
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
|
Build solution:
ItemsParser/ItemParser.cs#L75
Possible null reference argument for parameter 'key' in 'string ItemParser.GetTranslation(string key)'.
|
|
Build solution:
ItemsParser/ItemParser.cs#L72
Possible null reference assignment.
|
|
Build solution
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Restore dependencies
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Loading