You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this works as expected in version 4.2.2, in 5.0.1 I am running into:
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteFactory.Populate()
at Microsoft.Extensions.DependencyInjection.ServiceProvider..ctor(ICollection`1 serviceDescriptors, ServiceProviderOptions options)
at Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(IServiceCollection services, ServiceProviderOptions options)
at Microsoft.Extensions.Hosting.HostApplicationBuilder.Build()
at Microsoft.AspNetCore.Builder.WebApplicationBuilder.Build()
at Program.<Main>$(String[] args) in /XXX/Program.cs:line 15
Let me please know if I can provide some useful information!
The text was updated successfully, but these errors were encountered:
Hi, while playing around updating and upgrading my app I run into a compatibility issue.
Here is an example of the registration code:
While this works as expected in version 4.2.2, in 5.0.1 I am running into:
Let me please know if I can provide some useful information!
The text was updated successfully, but these errors were encountered: