dotnet / format

Home for the dotnet-format command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide `dotnet format` API as non-tool NuGet package

FrediKats opened this issue · comments

I'd like to use dotnet format as part of another C# application. But dotnet format has <PackAsTool>true</PackAsTool>.

Is any way to add dotnet format as nuget package to other project? Any plans to support this case? Any suggestion/workaround?

Hi @FrediKats, we have no plans of releasing dotnet-format as a library for use in other projects. You can always shell out to the dotnet format tool instead.

Thx for answer.