Autofac + ASP.NET Core 6 + Hot Reload/Debug = crash
One of the cool things in .NET 6 is the concept of hot reload if doing something like dotnet watch run. This extends into ASP.NET to things like Razor pages. If your like me, wants a specific IoC c...