-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[dotnet-sdk-9.0.100-preview.2.24113.6] SharpScss.dll causes application crash when converting scss to css #21
Comments
Hi @Junjun-zhao, I've got the same issue. Do you have any workaround? |
Hi @ronikurnia1 No, we are still blocked by this issue. |
Though this is not normal. It seems this is a bug in .NET 9
|
I've just tested it using |
Actually, I think it is tracked in this issue dotnet/runtime#109033 and it should be fixed in a upcoming version of .NET 9 |
Thanks @xoofx. This issue has been fixed on the latest 3.0.0 and .NET 9 GA build. |
When testing 3rd party application which referring to the SharpScss nuget package with the latest .NET 9 build, it stops working after accessing page. It is caused by SharpScss.dll when converting scss to css. The exception from Visual Studio output window is: "Exception thrown: 'SharpScss.ScssException' in SharpScss.dll". Please refer to dotnet/runtime#98646 for more reference.
Reproduction Steps
Minimal Repro steps (Demo attached):
ConsoleDemo.zip
The machine has dotnet-sdk-9.0.100-preview.2.24113.6 installed.
Expected behavior

Launch successfully with converted css output in command window:
Actual behavior
App crashed with stop working prompt window.
The text was updated successfully, but these errors were encountered: