Is your feature request related to a problem? Please describe.
Basically in Rider for a .net blazor application the color option for hexes isn't being detected, so you can't change them with the plugin. if you copy paste the code into a .cs file in the same project it will work, but the files that are .razor don't work.
The project is basically just the default .net 8 blazor example template in rider(2024.1.2), but I added Nlog and blazorise(v1.6.0). The code above is in the Routes.razor file, it is used to modify the default colors for the web application via blazorise.
Is your feature request related to a problem? Please describe. Basically in Rider for a .net blazor application the color option for hexes isn't being detected, so you can't change them with the plugin. if you copy paste the code into a .cs file in the same project it will work, but the files that are .razor don't work.
You can see here it doesn't show the icon to select color. https://i.imgur.com/Ivjowsb.png
but if I paste it into the program.cs file it works
https://i.imgur.com/0iU4ZS0.png
For context the Routes.razor file contains the following code
The project is basically just the default .net 8 blazor example template in rider(2024.1.2), but I added Nlog and blazorise(v1.6.0). The code above is in the Routes.razor file, it is used to modify the default colors for the web application via blazorise.
Blazorise installation guide https://blazorise.com/docs/start
Might be this also doesn't work for razor files for MVC projects and etc, but a bit too busy to check right now.
Describe the solution you'd like Would like for the icons to appear in the
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.