Chris McCown

Results 2 issues of Chris McCown

I'm using dotnet 5.0 in a linux docker container. My docker file has the following command to install libgdiplus: ``` FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base RUN apt-get update \ && apt-get...

We are using APP_INITIALIZER to load in our config settings. This means that we will not know the base url of our hub until APP_INITIALIZER completes. However, ofHub gets evaluated...