Skip to content

modernize pass two#9

Merged
Menelion merged 3 commits into
masterfrom
modernize-pass-two
Nov 5, 2025
Merged

modernize pass two#9
Menelion merged 3 commits into
masterfrom
modernize-pass-two

Conversation

@Menelion

@Menelion Menelion commented Nov 5, 2025

Copy link
Copy Markdown
Contributor

Menelion and others added 3 commits November 5, 2025 00:31
- Modernize null checks: `== null` → `is null`, `!= null` → `is not null`
- Add braces to single-line if statements for consistency
- Improve code readability and follow modern C# conventions

Files modified:
- src/SharpSync/Core/ConflictAnalysis.cs
- src/SharpSync/Core/SmartConflictResolver.cs
- src/SharpSync/Database/SqliteSyncDatabase.cs
- src/SharpSync/Database/SqliteSyncTransaction.cs
- src/SharpSync/Storage/LocalFileStorage.cs
- src/SharpSync/Storage/WebDavStorage.cs
- src/SharpSync/Sync/SyncFilter.cs
- tests/SharpSync.Tests/Sync/SyncEngineTests.cs

Co-authored-by: Claude <noreply@anthropic.com>
@Menelion Menelion merged commit c3dce41 into master Nov 5, 2025
1 check passed
@Menelion Menelion deleted the modernize-pass-two branch November 5, 2025 21:39
Sign up for free to 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