-
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
.NET 6 #42
Comments
Have you tried to use it with .NET 6? |
Cool. 👍 |
Net 6 is not working for me. How did you make it work? exact same code works fine with .net 5. i am simply using
app.scss file has partial scsss import
but not working at all. without single code change .net 5 works fine |
I'm using it like this in a .NET 6 Razor pages + Blazor project with just Program.cs (no startup.cs): In Program.cs
My .scss files are inside "wwwroot\theme\sass" folder and my scripts inside "wwwroot\theme\js" folder. My appsettings.json (Disk cache disabled only while in development!)
make sure your .scss files have the correct import paths defined. To be able to analyse what's going wrong, you can replicate only the WebOptimizer.Sass project in your solution and debug it. It will help a lot! |
@HybridSolutions thanks for your reply. i have tried with simple test project but somehow i couldnt get it working. is my appsettings.json required or optional? you can check the other issue here. i tried a simple repro #49 |
Hi, does this library support .NET 6? Will it? Thanks.
The text was updated successfully, but these errors were encountered: