How to prevent ReSharper from creating folders in solution?

青春壹個敷衍的年華 提交于 2019-12-14 01:30:18

问题


ReSharper 6 creates folders like ReSharper.projectname with the files and folders below in it. That caused a lot of problems with MSDeploy and source control in general. I had to add ignore rules everywhere. What's the right way to prevent that from happening? Is switching back to Visual Studio Intellisense enough?

08/05/2011  02:21 PM                 8 AspFileDataCache.dat
08/05/2011  02:25 PM    <DIR>          BuildScriptCache
08/05/2011  02:25 PM    <DIR>          JavaScriptCache
08/05/2011  02:24 PM    <DIR>          JbPdbInfo
08/05/2011  02:25 PM    <DIR>          MVC
08/05/2011  02:25 PM    <DIR>          NamedArguments
08/05/2011  02:25 PM    <DIR>          Resources
08/05/2011  02:25 PM               172 SymbolCache.bin
08/05/2011  02:25 PM    <DIR>          TagPrefixes
08/05/2011  02:25 PM    <DIR>          TodoCache
08/05/2011  02:25 PM    <DIR>          WebSymbols
08/05/2011  02:25 PM    <DIR>          WordIndex
08/05/2011  01:19 PM    <DIR>          XmlIndex

回答1:


Resharper -> Options, go to the General tab and change "store caches in" to "system TEMP folder" instead of "solution folder"




回答2:


Resharper 9 just added a new option "Custom folder", so you can put the cache anywhere event in ramdisk



来源:https://stackoverflow.com/questions/6955928/how-to-prevent-resharper-from-creating-folders-in-solution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!