Andrew Stanton
Andrew Stanton
I get that error from time to time, usually when I "go online" after I've been disconnected from TFS, but sometimes during a NuGet operation too.
That's not going to stop VS from checking them out and cluttering up pending changes whenever you update a nuget package.
@jnm2 at least here it doesn't get auto closed due to lack of interest. The product teams treat defects reported here closer to actual defects that customers need fixing than...
@IanKemp pretty sure I've seen these files in git repos also. VS probably respects the .gitignore file, where it does not do so consistently with the .tfignore (and will continue...
[Related](https://github.com/TomasHubelbauer/fuck-you-stale-bot)
[Related](https://fvsch.com/stale-bots)
@andrei-epure-sonarsource - Would this apply to SonarCloud as well?
Just excluded from code coverage analysis, which is what that runsettings file declares for the VS enterprise code coverage tooling.
At the bottom of that docs page @JFMG shared is a link to [this page](https://docs.microsoft.com/en-US/visualstudio/test/customizing-code-coverage-analysis?view=vs-2019#include-or-exclude-assemblies-and-members) that details the types that can be included or excluded for coverage analysis. In the...
@andrei-epure-sonarsource to answer your questions (didnt see them, sorry) The Attribute filter and module path are usually the thing I would use the most, because historically I've had to exclude...