Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting of usings with underscore differs from Visual Studio #1327

Closed
RudyMauro-Datamind opened this issue Aug 20, 2024 · 1 comment · Fixed by #1328
Closed

Sorting of usings with underscore differs from Visual Studio #1327

RudyMauro-Datamind opened this issue Aug 20, 2024 · 1 comment · Fixed by #1328
Milestone

Comments

@RudyMauro-Datamind
Copy link

Input:

using Api.Repositories._Core;
using Api.Repositories.Helpers;

Output:

using Api.Repositories.Helpers;
using Api.Repositories._Core;

Expected behavior:
It should match the behavior of Visual Studio's "Sort usings"

using Api.Repositories._Core;
using Api.Repositories.Helpers;
@belav belav added this to the 0.29.1 milestone Aug 20, 2024
belav added a commit that referenced this issue Aug 22, 2024
belav added a commit that referenced this issue Aug 23, 2024
pisolofin pushed a commit to pisolofin/csharpier-editorconfig that referenced this issue Aug 24, 2024
@seoj-trifork
Copy link

Are there some docs about sorting using? I was looking for a tool that does this, I didn't know Csharpier did it because I couldn't find it in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants