dotnet-tailwind icon indicating copy to clipboard operation
dotnet-tailwind copied to clipboard

[REQ] Update the package to work with .NET MAUI Blazor Hybrid App

Open koddek opened this issue 1 year ago • 4 comments

Firstly, the simplicity of this project’s setup is impressive. I attempted to use it in a new .NET MAUI Blazor Hybrid App, but it wouldn’t install, resulting in this error: "Install failed (project: TryTailwind, package: Tailwind v0.6.1) Package 'Tailwind 0.6.1' has a package type 'DotnetTool' that is not supported by project '../TryTailwind/TryTailwind/TryTailwind.csproj'."

Please update it to work with .NET MAUI Blazor Hybrid Apps.

koddek avatar Jan 10 '24 16:01 koddek

Hey there, did you try installing this as a nuget package or as a dotnet tool?

codymullins avatar Jan 25 '24 01:01 codymullins

Hey there, did you try installing this as a nuget package or as a dotnet tool?

as a nuget package

koddek avatar Jan 26 '24 20:01 koddek

Understood, as of right now the tool only is supported via dotnet tool, we're working on a way to include it as a nuget package. If you're able, try it as a tool, otherwise I'll update you when we've made progress on the nuget package :)

codymullins avatar Jan 26 '24 22:01 codymullins

I am looking into this item soon.

codymullins avatar Aug 15 '24 13:08 codymullins