[ISSUE #876] Add transaction message retry attempt for C# client Producer #1366
Annotations
8 warnings
Build artifacts:
csharp/tests/ProcessQueueTest.cs#L112
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 artifacts:
csharp/tests/ClientTest.cs#L36
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 artifacts:
csharp/tests/ClientTest.cs#L103
The variable 'e' is declared but never used
|
Build artifacts:
csharp/tests/ClientTest.cs#L110
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 artifacts:
csharp/tests/ProcessQueueTest.cs#L112
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 artifacts:
csharp/tests/ClientTest.cs#L36
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 artifacts:
csharp/tests/ClientTest.cs#L103
The variable 'e' is declared but never used
|
Build artifacts:
csharp/tests/ClientTest.cs#L110
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