Query service #84
Annotations
1 error and 10 warnings
Inspect code
Issues found.
|
Inspect code:
src/Ydb.Sdk/tests/Query/TestExecuteQuery.cs#L1
"[RedundantUsingDirective] Using directive is not required by the code and can be safely removed" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/tests/Query/TestExecuteQuery.cs
|
Inspect code:
src/Ydb.Sdk/tests/Query/TestExecuteQuery.cs#L121
"[UnusedVariable] Local variable 'part' is never used" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/tests/Query/TestExecuteQuery.cs(121,3486)
|
Inspect code:
src/Ydb.Sdk/src/Services/Query/QueryClient.cs#L2
"[RedundantUsingDirective] Using directive is not required by the code and can be safely removed" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Query/QueryClient.cs(2,22)
|
Inspect code:
src/Ydb.Sdk/src/Services/Query/QueryClient.cs#L20
"[UnusedParameter.Local] Parameter 'driver' is never used" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Query/QueryClient.cs(20,291)
|
Inspect code:
src/Ydb.Sdk/src/Services/Query/QueryClient.cs#L48
"[CSharpWarnings::CS1998] 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." on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Query/QueryClient.cs(48,964)
|
Inspect code:
src/Ydb.Sdk/src/Services/Query/QueryClient.cs#L55
"[CSharpWarnings::CS1998] 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." on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Query/QueryClient.cs(55,1150)
|
Inspect code:
src/Ydb.Sdk/src/Services/Query/QueryClient.cs#L60
"[CSharpWarnings::CS1998] 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." on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Query/QueryClient.cs(60,1282)
|
Inspect code:
src/Ydb.Sdk/src/Services/Query/QueryClient.cs#L65
"[CSharpWarnings::CS1998] 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." on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Query/QueryClient.cs(65,1376)
|
Inspect code:
src/Ydb.Sdk/src/Services/Query/QuerySession.cs#L2
"[RedundantUsingDirective] Using directive is not required by the code and can be safely removed" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Query/QuerySession.cs(2,22)
|
Inspect code:
src/Ydb.Sdk/src/Services/Query/QuerySession.cs#L37
"[ReturnTypeCanBeNotNullable] Return type of 'ResultSet' can be non-nullable" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Query/QuerySession.cs(37,686)
|
The logs for this run have expired and are no longer available.
Loading