1. 23 11月, 2017 1 次提交
  2. 22 11月, 2017 1 次提交
  3. 18 11月, 2017 1 次提交
    • H
      made NFW to use runtime callstack rather than callstack from fake exc… (#23202) · 24959fe7
      Heejae Chang 提交于
      * made NFW to use runtime callstack rather than callstack from fake exception
      
      also, made WatsonReporter from VS and ServiceHub to share more implementation
      
      * PR feedback.
      
      rather than using null exception which is taken cared by NFW, we explicitly throw exception to have callstack so that it can show up in perfview as well.
      
      * centralize who throws exception if given exception is never thrown.
      
      also, explicitly add runtime callstack in one of reserved slot to make NFW bucketting better.
      
      * fixed tests and added empty callstack test
      24959fe7
  4. 17 11月, 2017 1 次提交
  5. 15 11月, 2017 2 次提交
  6. 14 11月, 2017 2 次提交
  7. 11 11月, 2017 1 次提交
  8. 28 10月, 2017 1 次提交
    • H
      made NFW to bucket things better (#22865) · 7dfc2fa4
      Heejae Chang 提交于
      * made NFW to bucket things better
      
      NFW API allows caller to supply extra info to make bucketting better.
      
      this takes advantage of that ability for certain exception types which we know inner or remote exception is more important than the generic outter exception.
      
      * added more comments
      7dfc2fa4
  9. 14 10月, 2017 1 次提交
    • H
      made NFW to bucket things better (#22657) · c5152dfb
      Heejae Chang 提交于
      * made NFW to bucket things better
      
      NFW API allows caller to supply extra info to make bucketting better.
      
      this takes advantage of that ability for certain exception types which we know inner or remote exception is more important than the generic outter exception.
      
      * added more comments
      c5152dfb
  10. 01 10月, 2017 1 次提交
  11. 26 9月, 2017 1 次提交
  12. 12 9月, 2017 1 次提交
    • J
      Merge the contents of ServicesVisualStudio.Next into ServicesVisualStudio · efe7e8b4
      Jason Malinowski 提交于
      We don't need the split anymore now that we're only supporting Dev15.
      
      Unfortunately this required the introduction of a NuGet package that
      has a namespace "Workspace" to our VS project, which meant I had to
      disambiguate Workspace wherever it's used in that layer. I considered
      doing an extern alias instead to disambiguate, but applying that to a
      ProjectReference isn't supported. That's tracked by NuGet/Home#4989.
      efe7e8b4
  13. 09 9月, 2017 1 次提交
  14. 06 9月, 2017 1 次提交
  15. 01 9月, 2017 4 次提交
    • J
      Moved a lot more projects to net461 · d98f9ecf
      Jared Parsons 提交于
      The continued mixing of assets between net46 and net461 was causing a
      huge number of binding redirect issues in our test assets. Need to move
      everything to a consistent 461 to avoid this.
      d98f9ecf
    • J
      Moved to xunit 2.2.0 · 145fa1fc
      Jared Parsons 提交于
      This primarily moves us to the 2.2.0 version of xunit. In order to make
      that transition though a number of other changes needed to happen as
      well:
      
      1. Needed to move our desktop target to 4.6.1. This should've been
      required some time ago but we were essentially depending on bugs in the
      SDK / NuGet.
      1. Remove the DeployCoreClrTestRuntime project. This entire idea
      depended on having the xunit.console.netcore package. This has since
      been deleted and doesn't work with the 2.0 SDK.
      1. Remove the deploy compiler tools project. Can just use dotnet exec
      now and that's much more efficient.
      1. Resolve a new ambiguity with KeyValuePair. A helper of ours now
      exists in netcoreapp2.0.
      
      I fully expect a number of Jenkins legs to fail with this change: build
      correctness, coreclr and ubuntu. But I want to validate our other legs
      and am still trackind down answers needed to fix the others.
      145fa1fc
    • C
      Add tools|options support · f1e5c451
      Cyrus Najmabadi 提交于
      f1e5c451
    • T
      Better error reporting for VsLanguageDebugInfo (#21651) · 9ecb210e
      Tomáš Matoušek 提交于
      Better error reporting for VsLanguageDebugInfo
      9ecb210e
  16. 24 8月, 2017 1 次提交
  17. 23 8月, 2017 3 次提交
  18. 08 8月, 2017 1 次提交
  19. 02 8月, 2017 1 次提交
  20. 28 7月, 2017 1 次提交
  21. 27 7月, 2017 1 次提交
  22. 26 7月, 2017 2 次提交
  23. 25 7月, 2017 1 次提交
  24. 21 7月, 2017 2 次提交
  25. 19 7月, 2017 1 次提交
  26. 16 7月, 2017 1 次提交
  27. 12 7月, 2017 2 次提交
  28. 11 7月, 2017 1 次提交
    • J
      Remove use of ProjectGuid · 9a572f10
      Jared Parsons 提交于
      In the new SDK we no longer have a need for ProjectGuid. This change
      will:
      
      - Remove ProjectGuid from project files
      - Remove Name + Project items from ProjectReference entries
      - Change BuildBoss to enforce both of these items
      9a572f10
  29. 10 7月, 2017 1 次提交
  30. 06 7月, 2017 1 次提交