Skip to content

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
  • Added prerelease.txt marker file
  • Removed InputLoopService pattern and moved logic to Program.cs
  • Removed Core_9 project as pre-existing DataBus_1 sample showcases how to use NSB9 with ClaimCheck
  • Backported improvements from new DataBus_2 sample into DataBus_1
  • test

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
@github-actions github-actions bot closed this Aug 25, 2025
@cquirosj cquirosj reopened this Aug 25, 2025
@github-actions github-actions bot removed the stale Pull request has had no activity for 30 days. label Aug 26, 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<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

a
@cquirosj cquirosj force-pushed the cq/update-databus-custom-serializer-nservicebus10 branch from 5ae337f to 39d89b7 Compare August 26, 2025 22:53
@cquirosj cquirosj marked this pull request as ready for review August 28, 2025 16:19
@cquirosj cquirosj merged commit 49d77af into master Aug 28, 2025
4 checks passed
@cquirosj cquirosj deleted the cq/update-databus-custom-serializer-nservicebus10 branch August 28, 2025 16: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.

Update Sample: databus/custom-serializer
1 participant