Skip to content

I need help with ReSharper command line tools #98

Answered by alirezanet
AlaiyaNetwork asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @AlaiyaNetwork,

Could you please take a look at version v0.6.4 and let me know if it resolves your issue? In this release, you now have the ability to add a separator to the ${staged} variable, for instance, ${staged:;}.

I've included an example in the release notes, available here.

{
   "name": "jb cleanup",
   "group": "pre-commit",
   "command": "dotnet",
   "pathMode": "relative",
   "include": ["**/*.cs", "**/*.vb", "*.cs"],
   "args": [
      "jb",
      "cleanupcode",
      "--include=${staged:;}", 
      "solutionFile.sln"
   ]
}

Let me know if you have any questions!

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@alirezanet
Comment options

@AlaiyaNetwork
Comment options

@AlaiyaNetwork
Comment options

@alirezanet
Comment options

@alirezanet
Comment options

Comment options

You must be logged in to vote
1 reply
@AlaiyaNetwork
Comment options

Answer selected by alirezanet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants