1. 05 12月, 2018 5 次提交
  2. 04 12月, 2018 1 次提交
    • T
      Use Arcade testing targets (#30330) · 2f345d03
      Tomáš Matoušek 提交于
      * Use Arcade testing targets
      
      * Skip CodeStyle tests on Mono
      
      * Include net472 in test target frameworks for Mono
      
      * Remove incorrect file existence check.
      
      * Update ADO integration test yaml
      2f345d03
  3. 01 12月, 2018 4 次提交
  4. 30 11月, 2018 3 次提交
    • H
      make sure to VS and OOP to use same file to get mvid of analyzer file... · c2cf0763
      Heejae Chang 提交于
      make sure to VS and OOP to use same file to get mvid of analyzer file reference when creating checksum for both VS and OOP (#31438)
      
      the problem is that the OOP always used the actual file that got used for analyzer (in other words, shadow copied file in VS), but VS used original file to get MVID.
      
      based on shadow copying logic, 2 (with same assembly identity) might actually be 2 different files by sharing a shadow copied file between 2 original files with same assembly identitis causing MVID to be different.
      
      this make sure all use same file for MVID so that regardless of host implementation of analyzer loader (who is the actual thing that control what file will be used to get analyzers), we get consistent MVID
      c2cf0763
    • T
      Fix ApplyPartialNgenOptimization property name · b7bff69b
      Tomas Matousek 提交于
      b7bff69b
    • S
      Pull Members Up via quick action (#31211) · 5ef09631
      Shen Chen 提交于
      Related issue: https://github.com/dotnet/roslyn/issues/25145
      This PR add the function to VS and let use to pull members up via quick action
      5ef09631
  5. 28 11月, 2018 2 次提交
  6. 27 11月, 2018 12 次提交
  7. 25 11月, 2018 3 次提交
  8. 23 11月, 2018 2 次提交
  9. 22 11月, 2018 1 次提交
  10. 21 11月, 2018 1 次提交
  11. 20 11月, 2018 5 次提交
  12. 17 11月, 2018 1 次提交