-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception thrown when using WebOptimizer in ASP.NET Core MVC #519
Comments
@roncrush |
@roncrush Meanwhile if the exception is critical for you, you may want to switch to interpretation |
@dadhi Thanks! |
@roncrush Reproduced the exception locally. |
@roncrush fixed at least. |
DI v5.2.2 is out on NuGet |
@dadhi Awesome, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the great library! I've hit an issue with using DryIoc in an ASP.NET Core MVC application that also happens to use the WebOptimizer library. When running the application sometimes the following exception gets thrown in the console logs or as a developer exception page. It looks like there's sometimes an issue resolving the type
Microsoft.Extensions.Options.IOptionsSnapshot<WebOptimizer.WebOptimizerOptions>
:Reproduction Files
test/test.csproj
test/Program.cs
test/wwwroot/css/test.less
test/Controllers/HomeController.cs
test/Views/Home/Index.cshtml
test/Views/_ViewImports.cshtml
The text was updated successfully, but these errors were encountered: