Provides native integration with Tailwind CSS and .NET

developer-tools dotnet hot-reload msbuild tailwindcss
2 Open Issues Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug a hot reload issue in a .NET Blazor WebAssembly application using the Tailwind.Hosting package. The problem is that changes to Tailwind CSS classes are not reflected in the browser during development due to a `FileNotFoundException` for `Tailwind.Hosting` and a failure to regenerate the Tailwind CSS output file. The solution likely involves verifying the correct installation and configuration of the `Tailwind.Hosting` and `Tailwind.Hosting.Build` NuGet packages, ensuring the correct paths are specified in the project file, and potentially addressing the `FileNotFoundException` by checking the project's references and build process.

Complexity: 4/5
bug help wanted

Provides native integration with Tailwind CSS and .NET

C#
#developer-tools#dotnet#hot-reload#msbuild#tailwindcss

AI Summary: The task requires debugging a file path issue within a .NET Tailwind CSS integration tool on Windows. The problem arises when using the artifacts output feature of .NET 9+ and manifests as an incorrect path to the downloaded Tailwind executable. The solution likely involves adjusting path handling within the tool's code to correctly account for Windows file system conventions and the artifacts output directory structure.

Complexity: 4/5
bug help wanted good first issue

Provides native integration with Tailwind CSS and .NET

C#
#developer-tools#dotnet#hot-reload#msbuild#tailwindcss