Not all css is being recognized in isolation
This issue has been moved from a ticket on Developer Community.
[regression] [worked-in:Visual Studio Version 2026 18.0.2] @* App.Razor *@
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <base href="https://developercommunity.visualstudio.com/" />
<ResourcePreloader />
<link rel="stylesheet" href="lib/FontAwesome/css/all.css" />
<link rel="stylesheet" href="lib/App.css" />
<link rel="stylesheet" href="lib/ColorCss.css" />
<link rel="stylesheet" href="lib/DefaultCss.css" />
<link rel="stylesheet" href="lib/MainCss.css" />
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="TheProjectName.styles.css" />
<ImportMap />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet />
</head> <body class="Free-0"> <Routes /> <ReconnectModal />
<script src="JScript/SystemJS.js"></script>
<script src="JScript/MenuJS.js"></script>
<script src="JScript/GeoJS.js"></script>
<script src="JScript/PrintJS.js"></script>
<script src="JScript/jQuery v3.7.1.js"></script>
<script src="@Assets["_framework/blazor.web.js"]"></script>
</body>
</html>
Recognizes some Css FontAwesome but none of the css dropdowns work seems like it only picks ups some of them
this was after creating a new project and copiny my existing components in
I am using Blazor Server WEB APP .net 10 C# Visual Studio Version 18.0.2 .NET SDK 10.0.100
nuget and extensions are UpToDate .. not using Azure
<script src="_framework/blazor.web.js"></script>
EF Core Power Tools latest version SSMS 22
Original Comments
Feedback Bot on 12/3/2025, 07:31 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Could we ask for minimal reproduction repository?
Thank you for filing this issue. In order for us to investigate this issue, please provide a minimal repro project that illustrates the problem without unnecessary code. Please share with us in a public GitHub repo because we cannot open ZIP attachments, and don't include any confidential content.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
See our Issue Management Policies for more information.