Skip to content

sonar: fix remaining mechanical issues (batch 3) - #398

Merged
MPCoreDeveloper merged 1 commit into
masterfrom
sonar/mechanical-cleanup-3
Sep 4, 2026
Merged

sonar: fix remaining mechanical issues (batch 3)#398
MPCoreDeveloper merged 1 commit into
masterfrom
sonar/mechanical-cleanup-3

Conversation

@MPCoreDeveloper

Copy link
Copy Markdown
Owner

Third batch against SonarCloud new-code issues:

  • S1066 (SqlParser.Core): nested guard merged into the point-lookup condition.
  • S3267 (Table.CRUD): repoint-column dedupe and transactional tombstone buffering simplified with Where.
  • S2325 (Table.CRUD): TrySlicePayloadFromFile is now static.

Validated: SharpCoreDB.Tests 1777/0, SharpCoreDB.CQRS.Tests 64/0.

- SqlParser.Core: merge nested guard into indexed point-lookup condition (S1066)
- Table.CRUD: S3267 loop simplification for repoint dedupe and transactional tombstone buffering
- Table.CRUD: TrySlicePayloadFromFile is now static (S2325)
@MPCoreDeveloper
MPCoreDeveloper merged commit 6bf48ae into masterSep 4, 2026
5 checks passed
@MPCoreDeveloper
MPCoreDeveloper deleted the sonar/mechanical-cleanup-3 branch September 4, 2026 19:26
@sonarqubecloud

Copy link
Copy Markdown

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@MPCoreDeveloper