Open NechiK opened 3 years ago
Hi @AdrianWilczynski Is there a chance that you will have time to add support for dotnet 5?
I didn't test this, but I was under the impression that it will work on .NET 5 through RollForward
setting.
I feel like the issue might be with you trying to add this to a project as a regular NuGet package. You could try installing it globally (dotnet tool install --global CSharpToTypeScript.CLITool
) or (if you want to add it to the project) as a local tool: https://andrewlock.net/new-in-net-core-3-local-tools/
Hi, I'm trying to install CLI Tool for net5.0 project, but I'm getting compatibility error.
Is it possible to add support for net5.0? I'm working on converting backend enums and interfaces to TypeScript files. We're going to automate it and add it to the build pipeline in order to keep interfaces and enums the same on both sides.