PacktPublishing / Pragmatic-Microservices-with-CSharp-and-Azure

Pragmatic Microservices with C# and Azure, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 4 Preview 7

christiannagel opened this issue · comments

Updates:

  • Bump NuGet packages
  • Codebreaker.ServiceDefaults
    • Extensions.cs: ConfigureHttpCilentDefaults - UseServiceDiscovery changed to AddServiceDiscovery
  • Codebreaker.AppHost
    • change package reference from Aspire.Hosting to Aspire.Hosting.AppHost
    • add Aspire.Hosting.SqlServer, Aspire.Hosting.Azure.CosmosDB
    • add packages
  • launchSettings.json
    • add https profile
    • add ASPIRE_ALLOW_UNSECURED_TRANSPORT with http
    • add DOTNET_RESOURCE_SERVICE_ENDPOINT_URL
  • Codebreaker.GameAPIs
    • update http file