1. 27 Jan, 2016 4 commits
  2. 26 Jan, 2016 1 commit
  3. 25 Jan, 2016 1 commit
  4. 24 Jan, 2016 1 commit
  5. 23 Jan, 2016 3 commits
  6. 22 Jan, 2016 2 commits
  7. 21 Jan, 2016 2 commits
  8. 17 Jan, 2016 3 commits
  9. 16 Jan, 2016 1 commit
  10. 15 Jan, 2016 3 commits
  11. 13 Jan, 2016 2 commits
  12. 12 Jan, 2016 1 commit
  13. 11 Jan, 2016 2 commits
  14. 10 Jan, 2016 2 commits
  15. 04 Jan, 2016 2 commits
  16. 03 Jan, 2016 3 commits
  17. 01 Jan, 2016 2 commits
  18. 31 Dec, 2015 1 commit
  19. 28 Dec, 2015 2 commits
  20. 27 Dec, 2015 2 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