Joe Gallagher

Results 6 comments of Joe Gallagher

Sure, here is our `dockerfile`: ```dockerfile FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build ARG PAT WORKDIR /source COPY containerapp containerapp COPY NuGet.config . RUN dotnet nuget update source "Internal Feed" -u pat -p...

Ah, yes, sorry about that. Those environment variables are being set in the Azure Container App via an ARM template, below with minor redactions: ```yaml resourceGroup: 'REDACTED_SECRET_VALUE' location: 'centralus' name:...

Hi @andrewlock, We're not using an explicit static constructor in `Program` (Minimal API), but I will update the Zendesk ticket with the actual source code.

`3.5.0` is working great for us, thanks!