Skip to content

Not all css is being recognized in isolation #64642

@vsfeedback

Description

@vsfeedback

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/" />

&lt;ResourcePreloader /&gt;

&lt;link rel="stylesheet" href="lib/FontAwesome/css/all.css" /&gt;
&lt;link rel="stylesheet" href="lib/App.css" /&gt;
&lt;link rel="stylesheet" href="lib/ColorCss.css" /&gt;
&lt;link rel="stylesheet" href="lib/DefaultCss.css" /&gt;
&lt;link rel="stylesheet" href="lib/MainCss.css" /&gt;
&lt;link rel="stylesheet" href="app.css" /&gt;
&lt;link rel="stylesheet" href="TheProjectName.styles.css" /&gt;

&lt;ImportMap /&gt;
&lt;link rel="icon" type="image/png" href="favicon.png" /&gt;
&lt;HeadOutlet /&gt;

</head>
<body class="Free-0">
<Routes />
<ReconnectModal />

&lt;script src="JScript/SystemJS.js"&gt;&lt;/script&gt;
&lt;script src="JScript/MenuJS.js"&gt;&lt;/script&gt;
&lt;script src="JScript/GeoJS.js"&gt;&lt;/script&gt;
&lt;script src="JScript/PrintJS.js"&gt;&lt;/script&gt;
&lt;script src="JScript/jQuery v3.7.1.js"&gt;&lt;/script&gt;

&lt;script src="@Assets["_framework/blazor.web.js"]"&gt;&lt;/script&gt;

</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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Author: Migration Bot 🤖The issue was created by a issue mover bot. The author may not be the actual author.Needs: Author FeedbackThe author of this issue needs to respond in order for us to continue investigating this issue.Needs: ReproIndicates that the team needs a repro project to continue the investigation on this issuearea-blazorIncludes: Blazor, Razor Components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions