Skip to content

Conversation

@ChuckNovice
Copy link
Owner

Summary

  • Remove FluentAssertions package from all test projects and replace with xUnit Assert calls
  • Add CamelCaseElementNameConvention to MongoDB provider registration for consistent property naming
  • Remove BsonElement attributes from RecurringThingDocument (convention handles naming now)

Test plan

  • All 154 unit tests pass
  • Code formatting verified with dotnet format --verify-no-changes
  • Build succeeds with no warnings

🤖 Generated with Claude Code

- Remove FluentAssertions package from all test projects
- Replace all FluentAssertions assertions with xUnit Assert calls
- Add CamelCaseElementNameConvention to MongoDB provider registration
- Remove BsonElement attributes from RecurringThingDocument

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ChuckNovice ChuckNovice merged commit 0c84bc3 into main Jan 28, 2026
2 checks passed
@ChuckNovice ChuckNovice deleted the refactor/remove-fluentassertions-and-bson-attributes branch January 28, 2026 05:20
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.

2 participants