RafBot - Benchmark #32
Merged
Annotations
11 warnings
|
|
|
Bots/ExampleTraderBot/ExampleTrader.cs#L9
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.
|
|
Bots/ExampleTraderBot/ExampleTrader.cs#L9
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.
|
|
Bots/HendrikBot/DeJongeTrader.cs#L9
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.
|
|
Bots/HendrikBot/DeJongeTrader.cs#L9
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.
|
|
Bots/DeonBot/DeonBot.cs#L11
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.
|
|
Bots/DeonBot/DeonBot.cs#L11
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.
|
|
Bots/YurritBot/YurritTrader.cs#L13
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.
|
|
Bots/YurritBot/BuyCalculator.cs#L5
Parameter 'int maximumBuyAmountPerStock' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
|
Bots/YurritBot/YurritTrader.cs#L13
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.
|
|
Bots/YurritBot/BuyCalculator.cs#L5
Parameter 'int maximumBuyAmountPerStock' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
The logs for this run have expired and are no longer available.
Loading