aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
258 stars 124 forks source link

visual studio 2017 built in web code analysis disabled for big files #1046

Closed guylando closed 7 years ago

guylando commented 7 years ago

I can't find the configuration where i could specify the file size for this limitation. any ideas? The right click on a big css\js file has the "run code analysis" button missing and the auto analysis is disabled too. No documentation anywhere. Barely any relevant google results for visual studio "web code analysis". Where is this feature documentation??

guylando commented 7 years ago

Is this repository not-active? 11 days without an answer

guylando commented 7 years ago

Can you help? @madskristensen

madskristensen commented 7 years ago

The file limit is 35kb and there are no settings to change that. The reason is that the linters can go into stackoverflow when the file is too big

mlorbetske commented 7 years ago

@guylando yes, we're moving away from tracking issues on this repo in preference for Visual Studio Developer Community as discussed in #1026. This move allows us to route issues across the different teams within Visual Studio and should encourage more direct contact with the engineers investigating issues.

Since @madskristensen has responded with the reasoning behind this not being a configurable setting, I'll close this - if you feel that this is something that merits further consideration, please open an issue on the Developer Community site.

guylando commented 6 years ago

Here is the issue just in case: https://developercommunity.visualstudio.com/content/problem/76212/visual-studio-2017-built-in-web-code-analysis-disa.html