Hi,
I have a question regarding style classes, such as "theme-solid". I can use them in my application perfectly fine. However, while using Rider, I see warnings on the axaml that they are not found. This does not happen for style classes that I define in my style collections.
For instance:
<Button Grid.Row="2"
Classes="theme-solid accent" />
Rider shows a warning that "Style class theme-solid" not found.
For style classes that I have created, importing the style collection with "StyleInclude" solves the problem. Is it possible to remove the warning for Actipro styles as well?
Thank you in advance. (By the way, I find this library great, very nice-looking. So thanks!)
(Using Windows 11, Jetbrains Rider 2025.3, .NET 8. Actipro 25.2.1)