Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bson serialization #645

Merged
merged 7 commits into from
Jul 24, 2024
Merged

Add Bson serialization #645

merged 7 commits into from
Jul 24, 2024

Conversation

SteveDunn
Copy link
Owner

@SteveDunn SteveDunn commented Jul 24, 2024

Add support for generating BSON serializers for value objects.
Implements #404

Added bunch of Bson serialization tests in SerializationAndConversionTests. This involved creating new files with Bson serializable classes and the tests themselves. Also, implemented the Bson serializer logic in a new file in Vogen project.
Updated example using BSON to use testcontainers and faker
Add a check to skip the MongoScenario execution if the code is not running locally or on a Linux environment within GitHub Actions. This ensures the scenario only runs under supported environments, avoiding potential issues on other platforms.
@SteveDunn SteveDunn merged commit fc6d240 into main Jul 24, 2024
6 checks passed
@SteveDunn SteveDunn deleted the bson branch July 24, 2024 21:43
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