Initial commit #6
Annotations
10 warnings
Aptos.Examples/Playground.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.
|
Aptos.Examples/Main.cs#L42
Dereference of a possibly null reference.
|
Aptos.Examples/Main.cs#L53
Dereference of a possibly null reference.
|
Aptos.Examples/Playground.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.
|
Aptos.Examples/Playground.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.
|
Aptos.Examples/Main.cs#L42
Dereference of a possibly null reference.
|
Aptos.Examples/Main.cs#L53
Dereference of a possibly null reference.
|
Aptos.Examples/Playground.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.
|
Aptos.Examples/Main.cs#L42
Dereference of a possibly null reference.
|
Aptos.Examples/Main.cs#L53
Dereference of a possibly null reference.
|
This job succeeded
Loading