Skip to content

Table service

Table service #49

Triggered via pull request October 9, 2023 14:38
@XmasAppleXmasApple
synchronize #45
tableService
Status Failure
Total duration 2m 59s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
Inspection
Issues found.
autoformat check
Process completed with exit code 1.
Inspection: src/Ydb.Sdk/tests/TableService/TestTransaction.cs#L4
"[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/TableService/TestTransaction.cs(4,69)
Inspection: src/Ydb.Sdk/tests/TableService/TestTransaction.cs#L13
"[PrivateFieldCanBeConvertedToLocalVariable] The field is always assigned before being used and can be converted into a local variable" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/tests/TableService/TestTransaction.cs(13,291)
Inspection: src/Ydb.Sdk/src/Services/Table/CreateTable.cs#L200
"[CSharpWarnings::CS8618] Non-nullable property 'PresetName' is uninitialized. Consider declaring the property as nullable." on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Table/CreateTable.cs(200,5678)
Inspection: src/Ydb.Sdk/src/Services/Table/Shared/TableIndex.cs#L12
"[UnusedParameter.Local] Parameter 'indexType' is never used" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Table/Shared/TableIndex.cs(12,308)
Inspection: src/Ydb.Sdk/src/Services/Table/Shared/TableIndex.cs#L19
"[UnusedParameter.Local] Parameter 'indexType' is never used" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Table/Shared/TableIndex.cs(19,497)
Inspection: src/Ydb.Sdk/src/Services/Table/Transaction.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/src/Services/Table/Transaction.cs
Inspection: src/Ydb.Sdk/src/Services/Table/Transaction.cs#L168
"[EmptyConstructor] Empty constructor is redundant. The compiler generates the same by default." on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Table/Transaction.cs(168,3689)
Inspection: src/Ydb.Sdk/src/Value/YdbValueParser.cs#L316
"[AssignNullToNotNullAttribute] Possible 'null' assignment to non-nullable entity" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Value/YdbValueParser.cs(316,7239)
Inspection: src/Ydb.Sdk/src/Value/YdbValueParser.cs#L316
"[AssignNullToNotNullAttribute] Possible 'null' assignment to non-nullable entity" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Value/YdbValueParser.cs(316,7256)