1. 15 Jan, 2016 3 commits
  2. 13 Jan, 2016 2 commits
  3. 12 Jan, 2016 1 commit
  4. 11 Jan, 2016 2 commits
  5. 10 Jan, 2016 2 commits
  6. 04 Jan, 2016 2 commits
  7. 03 Jan, 2016 3 commits
  8. 01 Jan, 2016 2 commits
  9. 31 Dec, 2015 1 commit
  10. 28 Dec, 2015 2 commits
  11. 27 Dec, 2015 4 commits
    • Brendan Forster's avatar
      Merge pull request #1813 from AArnott/patch-5 · 656f766b
      Brendan Forster authored
      Stop ignoring StyleCop.json
      656f766b
    • Andrew Arnott's avatar
      Remove `build/` suppression · 849fa552
      Andrew Arnott authored
      The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in.
      
      I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
      849fa552
    • Andrew Arnott's avatar
      Stop ignoring StyleCop.json · 346fb933
      Andrew Arnott authored
      StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't.
      See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/documentation/Configuration.md#source-control for the documented case.
      
      Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.
      346fb933
    • Andrew Arnott's avatar
      6d1612cf
  12. 21 Dec, 2015 2 commits
  13. 17 Dec, 2015 2 commits
  14. 14 Dec, 2015 2 commits
  15. 13 Dec, 2015 3 commits
  16. 11 Dec, 2015 1 commit
  17. 10 Dec, 2015 2 commits
  18. 07 Dec, 2015 1 commit
  19. 06 Dec, 2015 2 commits
  20. 05 Dec, 2015 1 commit