1. 22 8月, 2017 1 次提交
  2. 18 8月, 2017 1 次提交
  3. 16 8月, 2017 3 次提交
  4. 15 8月, 2017 1 次提交
  5. 12 8月, 2017 1 次提交
  6. 11 8月, 2017 1 次提交
    • T
      Enable embedding sources to Windows PDBs (#21391) · 1c1fbc6b
      Tomáš Matoušek 提交于
      * Compare lines instead of using AssertXml when validating PDBs.
      
      AssertXml doesn't validate ordering.
      
      * Reorder expected PDB XML nodes to match actual order
      
      * Update to the latest Microsoft.DiaSymReader.* packages.
      
      * Enable embedding sources to Windows PDBs
      1c1fbc6b
  7. 10 8月, 2017 1 次提交
  8. 09 8月, 2017 2 次提交
  9. 08 8月, 2017 1 次提交
  10. 05 8月, 2017 1 次提交
  11. 04 8月, 2017 1 次提交
  12. 03 8月, 2017 2 次提交
  13. 02 8月, 2017 3 次提交
  14. 01 8月, 2017 3 次提交
  15. 30 7月, 2017 1 次提交
  16. 29 7月, 2017 5 次提交
    • G
      Address review comments · d1fe56b2
      Gen Lu 提交于
      d1fe56b2
    • G
      Fix tests after rebase · a9117b7b
      Gen Lu 提交于
      a9117b7b
    • G
      6a1c9675
    • G
      Fix IEventAssignmentExpression · 5aca5d78
      Gen Lu 提交于
      5aca5d78
    • J
      Use multi-targeting to control compilation helpers · 514ab614
      Jared Parsons 提交于
      This changes our core Roslyn.Test.Utilities project to use
      multi-targeting to control how we create our core compilation helper.
      Previously this was done by having a separate runtime specific assembly
      which was probed at runtime.
      
      The intent of this change is to make our build more correct here. I can
      now target just Roslyn.Test.Utilties with a net46 framework and get a
      runnable asset out of it. This is necessary in order for our unit tests
      to successfully run when moved to multi-target.
      
      Presently this makes it multi-target across net46, netcoreapp2.0 and
      netstandard1.3. The impl in netstandard 1.3 simply throw for this
      specific API. Over the long term it make make sense to pull this out to
      a separate library that only targets net46 + netcoreapp2.0. That
      requires a much deeper investment in multi-targeting though. Decided to
      start smaller for now.
      514ab614
  17. 28 7月, 2017 2 次提交
  18. 26 7月, 2017 2 次提交
  19. 25 7月, 2017 3 次提交
  20. 21 7月, 2017 3 次提交
  21. 20 7月, 2017 1 次提交
  22. 19 7月, 2017 1 次提交