Skip to content

Update blob-storage-databus-cleanup-function sample to NServiceBus 10 #7520

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

  • Update SenderAndReceiver from .NET 9 to .NET 10 preview
  • Keep Azure Functions on .NET 9 (Azure Functions doesn't support .NET 10 yet)
  • Update NServiceBus packages to 10.0.0-alpha.1 versions
  • Update from DataBus to ClaimCheck API (NServiceBus.ClaimCheck 2.0.0-alpha.1)
  • Replace DataBusProperty with regular byte[] properties
  • Remove InputLoopService pattern and modernize Program.cs
  • Update ClaimCheck configuration with SystemJsonClaimCheckSerializer
  • Add prerelease.txt marker file
  • test
  • Fixes: Update Sample: databus/blob-storage-databus-cleanup-function #7288

cquirosj added 2 commits July 18, 2025 00:17
- Migrate SenderAndReceiver from .NET 9 to .NET 10 preview
- Keep Azure Functions on .NET 9 (Azure Functions doesn't support .NET 10 yet)
- Update NServiceBus packages to 10.0.0-alpha.1 versions
- Migrate from DataBus to ClaimCheck API (NServiceBus.ClaimCheck 2.0.0-alpha.1)
- Replace DataBusProperty<T> with regular byte[] properties
- Remove InputLoopService pattern and modernize Program.cs
- Update ClaimCheck configuration with SystemJsonClaimCheckSerializer
- Add prerelease.txt marker file

Fixes: #7288
@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/blob-storage-databus-cleanup-function
1 participant