Add support of decimal type #45
tests.yml
on: pull_request
Matrix: integration-tests
Matrix: unit-tests
Annotations
8 warnings
unit-tests (ubuntu-22.04, 7.0.x):
src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
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.
|
unit-tests (ubuntu-22.04, 6.0.x):
src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
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.
|
unit-tests (macos-12, 7.0.x):
src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
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.
|
unit-tests (macos-12, 6.0.x):
src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
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.
|
integration-tests (trunk, 7.0.x):
src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
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.
|
integration-tests (trunk, 6.0.x):
src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
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.
|
unit-tests (windows-2022, 7.0.x):
src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
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.
|
unit-tests (windows-2022, 6.0.x):
src/Ydb.Sdk/tests/Value/TestBasicsIntegration.cs#L264
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.
|