Anyone using the R# command line tools with .Net Core?
Our company bought R# licenses last year, and I've been hoping to use its command tools in our TeamCity CI to enforce code formatting and static analysis. Unfortunately for some reason I can't figure the tools on the server seem to have a problem resolving references. The code cleanup tool for example doesn't report any errors, but it sees tons of using directives as unneeded and wants to remove them from the code. Likewise the code inspection tool reports errors resolving those references. The project can and does build, test, and run fine on the CI agents... and on my local machine R# (both in VS and the command line tools) don't report any problems with the code. I'm at a loss as to how to get these guys working together. Any suggestions?
0 comments:
Post a Comment