Table service #45
lint.yml
on: pull_request
autoformat check
2m 30s
Inspection
1m 52s
Annotations
2 errors and 7 warnings
Inspection
Issues found.
|
autoformat check
Process completed with exit code 1.
|
Inspection:
src/Ydb.Sdk/src/Services/Table/DescribeTableOptions.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/DescribeTableOptions.cs
|
Inspection:
src/Ydb.Sdk/src/Services/Table/Shared/TtlSettings.cs#L103
"[RedundantDefaultMemberInitializer] Initializing property by default value is redundant" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Table/Shared/TtlSettings.cs(103,3465)
|
Inspection:
src/Ydb.Sdk/src/Services/Table/Shared/TtlSettings.cs#L103
"[RedundantDefaultMemberInitializer] Initializing property by default value is redundant" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Table/Shared/TtlSettings.cs(103,3465)
|
Inspection:
src/Ydb.Sdk/src/Services/Table/Shared/TtlSettings.cs#L104
"[RedundantDefaultMemberInitializer] Initializing property by default value is redundant" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Table/Shared/TtlSettings.cs(104,3571)
|
Inspection:
src/Ydb.Sdk/src/Services/Table/Shared/TtlSettings.cs#L104
"[RedundantDefaultMemberInitializer] Initializing property by default value is redundant" on /home/runner/work/ydb-dotnet-sdk/ydb-dotnet-sdk/src/Ydb.Sdk/src/Services/Table/Shared/TtlSettings.cs(104,3571)
|
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)
|