Added algorithm selection #20
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
source/NSD.UI/App.axaml.cs#L32
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.
|
source/NSD.UI/MainWindowViewModel.cs#L40
Dereference of a possibly null reference.
|
source/NSD.UI/MainWindowViewModel.cs#L40
Converting null literal or possible null value to non-nullable type.
|
source/NSD.UI/MainWindowViewModel.cs#L72
Converting null literal or possible null value to non-nullable type.
|
source/NSD.UI/MainWindowViewModel.cs#L72
Dereference of a possibly null reference.
|
source/NSD.UI/MainWindow.axaml.cs#L66
Dereference of a possibly null reference.
|
source/NSD.UI/MainWindow.axaml.cs#L66
Converting null literal or possible null value to non-nullable type.
|
source/NSD.UI/MainWindow.axaml.cs#L81
Dereference of a possibly null reference.
|
source/NSD.UI/MainWindow.axaml.cs#L81
Converting null literal or possible null value to non-nullable type.
|
source/NSD.UI/MainWindow.axaml.cs#L88
Dereference of a possibly null reference.
|
source/NSD/Filter.cs#L16
Non-nullable field 'coefficients' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
source/NSD.UI/App.axaml.cs#L32
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.
|
source/NSD.UI/MainWindowViewModel.cs#L40
Dereference of a possibly null reference.
|
source/NSD.UI/MainWindowViewModel.cs#L40
Converting null literal or possible null value to non-nullable type.
|
source/NSD.UI/MainWindowViewModel.cs#L72
Converting null literal or possible null value to non-nullable type.
|
source/NSD.UI/MainWindowViewModel.cs#L72
Dereference of a possibly null reference.
|
source/NSD.UI/MainWindow.axaml.cs#L66
Dereference of a possibly null reference.
|
source/NSD.UI/MainWindow.axaml.cs#L66
Converting null literal or possible null value to non-nullable type.
|
source/NSD.UI/MainWindow.axaml.cs#L81
Dereference of a possibly null reference.
|
source/NSD.UI/MainWindow.axaml.cs#L81
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading