Skip to content

Update databus custom-serializer to NServiceBus 10 #7514

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cquirosj
Copy link
Contributor

@cquirosj cquirosj commented Jul 18, 2025

  • Updated all .csproj files to target .NET 10 and NServiceBus 10.0.0-alpha.1
  • Added NServiceBus.ClaimCheck 2.0.0-alpha.1 package
  • Migrated from DataBusProperty to regular array properties
  • Updated BsonDataBusSerializer to BsonClaimCheckSerializer implementing IClaimCheckSerializer
  • Replaced UseDataBus with UseClaimCheck<FileShareClaimCheck, BsonClaimCheckSerializer>
  • Added prerelease.txt marker file
  • Removed InputLoopService pattern and moved logic to Program.cs
  • Updated message handler to work with regular arrays instead of DataBusProperty
  • Added claim check conventions for properties starting with 'Large'
  • test

Fixes: #7289

cquirosj added 2 commits July 18, 2025 00:18
- Updated all .csproj files to target .NET 10 and NServiceBus 10.0.0-alpha.1
- Added NServiceBus.ClaimCheck 2.0.0-alpha.1 package
- Migrated from DataBusProperty<T> to regular array properties
- Updated BsonDataBusSerializer to BsonClaimCheckSerializer implementing IClaimCheckSerializer
- Replaced UseDataBus with UseClaimCheck<FileShareClaimCheck, BsonClaimCheckSerializer>
- Added prerelease.txt marker file
- Removed InputLoopService pattern and moved logic to Program.cs
- Updated message handler to work with regular arrays instead of DataBusProperty<T>
- Added claim check conventions for properties starting with 'Large'

Fixes: #7289
@cquirosj cquirosj self-assigned this Jul 18, 2025
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Pull request has had no activity for 30 days. label Aug 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Pull request has had no activity for 30 days.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Sample: databus/custom-serializer
1 participant