@Enterpub wrote:
I'm developing web app with ASP.NET Core framework, using Visual Studio 2015 (VS) and Resharper. I use Ember 2.10 for client side. The problem is ember-cli "build" command generates huge amount of files in "tmp" folder (about 300-500 Mb) and VS + Resharper immediately tries to process all of them. Processing of those files takes up to 5 mins and VS just hangs all this time. It is very inconvenient to work.
Turning off Reshrper helps a little, but still processing files takes much time + working without Reshrper is not convenient. I have not found how to tell VS ignore files in some specific folder - looks like it is impossible. Resharper has such option, but nothing changes.
Is it possible to specify custom folder for files in "tmp" folder? If yes, placing it to outside VS source code would be a solution.
Thank you for answer
Posts: 1
Participants: 1