codymullins / dotnet-tailwind

MIT License
28 stars 4 forks source link

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

Open koddek opened 10 months ago

koddek commented 10 months ago

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.

codymullins commented 9 months ago

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

koddek commented 9 months ago

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

as a nuget package

codymullins commented 9 months ago

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 commented 2 months ago

I am looking into this item soon.