Skip to content
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. #1030

Open
Junjun-zhao opened this issue Feb 27, 2024 · 0 comments
Assignees
Milestone

Comments

@Junjun-zhao
Copy link

Describe the bug
When running this application with the latest .NET 9 build, it stops working after accessing page. After investigation, we found 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 more information at dotnet/runtime#98646

To Reproduce
Steps to reproduce the behavior:

  1. Execute \Smartstore\Smartstore.Web.exe.
  2. Open edge to “http://localhost:5000” and maximize window.

Expected behavior
Page launch successfully.
image

Actual behavior
App crashed.
image

Additional context
After investigation, we found it caused by SharpScss and will block the function for Smartstore.
We've filed an xoofx/SharpScss#21 for SharpScss, and would like to give you a heads-up in SmartStore side.

@muratcakir muratcakir added this to the 6.0 milestone Feb 27, 2024
@muratcakir muratcakir self-assigned this Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants