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
I was just trying to use this with an Az function backend (.NET 5 isolated) and since this depends on web host abstractions, I get:
FailureException: System.InvalidOperationException: Unable to resolve service for type 'Microsoft.AspNetCore.Hosting.IHostingEnvironment' while attempting to activate 'Raven.DependencyInjection.RavenOptionsSetup'
For now I will workaround this by doing manual creation but this would be nice to support in the future!
I was just trying to use this with an Az function backend (.NET 5 isolated) and since this depends on web host abstractions, I get:
For now I will workaround this by doing manual creation but this would be nice to support in the future!
Related: microsoft/ApplicationInsights-dotnet#1235
The text was updated successfully, but these errors were encountered: