Skip to content

Tags: belav/csharpier

Tags

1.0.0-alpha33

Toggle 1.0.0-alpha33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Finishing up some last TODOs around xml formatting (#1473)

Notable fixes

Fixing an issue with the msbuild version checker keeping a file open too
long.
Treating a file with compilation errors as a failure when formatting
with csharpier server.

closes #1435

vscode-2.0.6

Toggle vscode-2.0.6's commit message

vscode-2.0.5

Toggle vscode-2.0.5's commit message

vscode-2.0.4

Toggle vscode-2.0.4's commit message

vs-2.0.1

Toggle vs-2.0.1's commit message

rider-2.1.1

Toggle rider-2.1.1's commit message

1.0.0-alpha32

Toggle 1.0.0-alpha32's commit message
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

rider-2.1.0

Toggle rider-2.1.0's commit message

1.0.0-alpha24

Toggle 1.0.0-alpha24's commit message
Update doc now that I actually may understand how local vs global too…

…ls are invoked

1.0.0-alpha22

Toggle 1.0.0-alpha22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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