You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not support dotnet 8.x. Can you update to dotnet 9.x and check and see if that resolves your issue? I updated your sample repo to dotnet 9.x and it built and packaged to a nuget. I looked inside the nuget and there is now a Component1.razor.css file included as of dotnet 9.0.30. Can you check and verify if this solves your issue?
TheCodeTraveler
changed the title
[BUG] repro steps for style bug
[BUG] Adding community toolkit to razor class library breaks styles.css
Jan 26, 2025
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Same issue as #2104
I have created a sample project here https://github.com/Freysi21/reprocommunitytoolkit.mauibug
building rclreprobug will result in a nuget package with no styles.css when refrencing CommunityToolkit.Maui
Without the refrence the nuget package includes it.
It seems like this has been solved but a repro sample was not provided.
Expected Behavior
Without the refrence the nuget package includes css for razor pages.
Steps To Reproduce
Run sample rclreprobug project and see that nuget package contains no css.
Link to public reproduction project repository
https://github.com/Freysi21/reprocommunitytoolkit.mauibug
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: