Tags: belav/csharpier
Tags
Merge branch 'main' into 1.0.0 # Conflicts: # .github/workflows/publish_nuget.yml # Src/CSharpier.Cli.Tests/CliTests.cs # Src/CSharpier.Cli/Options/OptionsProvider.cs # docs/CLI.md
Update doc now that I actually may understand how local vs global too… …ls are invoked
Undo the change to tool command (#1461) If a tool has a command of `csharpier` then to invoke it as a local tool you need to use `dotnet csharpier`. Only a globally installed tool works with `csharpier`. It doesn't seem worth the trouble to change the command because of that. If dotnet/sdk#14626 is done, this can be revisited. closes #1450
PreviousNext