sample-dotnet-worker-servicebus-queue icon indicating copy to clipboard operation
sample-dotnet-worker-servicebus-queue copied to clipboard

Update sample to dotnet 8, use simplified API, simplify authentication

Open Richard87 opened this issue 1 year ago • 0 comments

I think some of the readme might be outdated, but its been tested with ConnectionString and AzureDefaultCredential.

  • Upgraded everything to Dotnet 8
  • Upgraded from QueueClient to ServiceBusClient
  • Localized all config to AddServiceBusClientExtension and used it in all three libraries
  • simplified Program.cs with new minimalist api style

Richard87 avatar Jun 05 '24 11:06 Richard87