Is there an existing issue for this?
Describe the bug
Breaking change by dependendecy injection. This change is not documented
Expected Behavior
Do not break things
Steps To Reproduce
Upgrade to dotnet 7, call working dotnet6 code with minimal dependency injection.
Exceptions (if any)
System.InvalidOperationException : Unable to resolve service for type 'Microsoft.Extensions.Configuration.IConfiguration' while attempting to activate 'Microsoft.AspNetCore.Authentication.DefaultAuthenticationConfigurationProvider'.
.NET Version
7.0.100
Anything else?
No response