Andrey Taritsyn
Andrey Taritsyn
Hello, Aaron! 1. What NuGet package do you have installed: WebMarkupMin.AspNetCore6, WebMarkupMin.AspNetCore7, WebMarkupMin.AspNetCore8 or WebMarkupMin.AspNetCoreLatest? 1. Which logger do you use: `ThrowExceptionLogger`, `AspNetCoreLogger` or some other?
Try to reproduce this error in the form of demo project and send me a link to it. Then I'll see how I can fix this problem.
Hello, Aaron! I'm closing this issue for now, because I can't reproduce this error. It is possible that this error occurs when interacting with some third-party Middleware.
Hello, Aaron! > app.UseResponseCompression(); > app.UseWebMarkupMin() It's better not to do this. Perhaps I should explicitly write about this in the documentation. > If I disable the WebMarkupMin compression line...
I added a deprecation message to the [LibSass Host for .NET](https://github.com/Taritsyn/LibSassHost) project.
Hello, Esa! > … but I would like to use this library for modern css-minification. What modules of the Bundle Transformer do you use? > I have a class library...
Hello, Esa! > I'm only using Nuglify to minimize css and nothing more. Microsoft ASP.NET Web Optimization Framework is an extensible library and such simple functionality can be implemented without...
Hello, Esa! This code is based on the source codes of the [`CssMinify`](https://github.com/aspnet/AspNetWebOptimization/blob/master/src/System.Web.Optimization/CssMinify.cs), [`JsMinify`](https://github.com/aspnet/AspNetWebOptimization/blob/master/src/System.Web.Optimization/JsMinify.cs) and [`StyleBundle`](https://github.com/aspnet/AspNetWebOptimization/blob/master/src/System.Web.Optimization/StyleBundle.cs) classes of the [Microsoft ASP.NET Web Optimization Framework](https://github.com/aspnet/AspNetWebOptimization/).