1. 10 3月, 2016 1 次提交
  2. 27 2月, 2016 1 次提交
  3. 12 2月, 2016 1 次提交
  4. 11 2月, 2016 1 次提交
  5. 05 2月, 2016 1 次提交
  6. 23 1月, 2016 1 次提交
  7. 11 1月, 2016 1 次提交
  8. 22 12月, 2015 1 次提交
  9. 16 12月, 2015 1 次提交
  10. 27 11月, 2015 1 次提交
    • J
      Fix UsedNamespaceOrType::Equals · b40e1bba
      Jared Parsons 提交于
      The Equals method was using reference equality to compare ITypeReference instances.  Correct comparison of that type must use .Equals as equivalent generic values can be different objects.
      
      This surfaced as a bug in determinism.  In the case we had an alias'd using where the target type was generic this Equals method came into play.  Based on whether we got a generic cache hit or not ended up changing the PDB output and as an effect the determinism id of the resulting assembly.
      
      closes #7015
      b40e1bba
  11. 04 11月, 2015 1 次提交
  12. 03 11月, 2015 1 次提交
  13. 28 10月, 2015 1 次提交
  14. 24 10月, 2015 1 次提交
    • J
      Update project.jsons to support building with Update 1. · 42526f58
      Jason Malinowski 提交于
      With Visual Studio 2015 Update 1 you should not specify -anycpu
      in the runtimes section. Right now we'll have both to allow us to build
      with and without Update 1, and we'll remove the old ones once we've
      made the transition.
      
      Update 1 also tries deploying implementations for some class libraries,
      so I'm updating all our test and VSIX deployment class libraries to
      now include implementations.
      42526f58
  15. 18 10月, 2015 1 次提交
  16. 16 10月, 2015 1 次提交
  17. 14 10月, 2015 1 次提交
  18. 13 10月, 2015 1 次提交
  19. 10 10月, 2015 2 次提交
  20. 09 10月, 2015 4 次提交
  21. 07 10月, 2015 2 次提交
  22. 19 9月, 2015 2 次提交
  23. 09 9月, 2015 1 次提交
  24. 03 9月, 2015 1 次提交