-
Notifications
You must be signed in to change notification settings - Fork 26
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
Move project to core 3.0 and get ERROR #10
Comments
I am having the exact same issue. I think the newest version of the package needs to be released to NuGet. |
This release exists in Nuget with check "Include prerelease", but error saved ( |
Try it now with the latest 3.x version from NuGet. |
Thanks, i updated latest 3.x version from Nuget and error hide ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When run application and trying get scss/site.min.css crahed with error
System.MissingMethodException: Method not found: 'Microsoft.Extensions.FileProviders.IFileProvider WebOptimizer.AssetExtensions.GetFileProvider(WebOptimizer.IAsset, Microsoft.AspNetCore.Hosting.IHostingEnvironment)'. at WebOptimizer.Sass.Compiler.ExecuteAsync(IAssetContext context) at WebOptimizer.Asset.ExecuteAsync(HttpContext context, IWebOptimizerOptions options) at WebOptimizer.AssetBuilder.BuildAsync(IAsset asset, HttpContext context, IWebOptimizerOptions options) at WebOptimizer.AssetMiddleware.HandleAssetAsync(HttpContext context, IAsset asset, WebOptimizerOptions options) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication
1 application)`and in brower get 500 error code Not found file
Can you help me ?
The text was updated successfully, but these errors were encountered: