PR for jonko0493 - 420/merge #10
Annotations
1 error and 6 warnings
Run tests
Process completed with exit code 1.
|
Run tests:
src/SerialLoops/ViewModels/MainWindowViewModel.cs#L495
The variable 'savedMessInfo' is assigned but its value is never used
|
Run tests:
src/SerialLoops/ViewModels/MainWindowViewModel.cs#L676
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.
|
Build project:
src/SerialLoops/ViewModels/MainWindowViewModel.cs#L495
The variable 'savedMessInfo' is assigned but its value is never used
|
Build project:
src/SerialLoops/ViewModels/MainWindowViewModel.cs#L676
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.
|
Build project:
src/SerialLoops/ViewModels/MainWindowViewModel.cs#L495
The variable 'savedMessInfo' is assigned but its value is never used
|
Build project:
src/SerialLoops/ViewModels/MainWindowViewModel.cs#L676
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.
|
Loading