1. 18 11月, 2017 1 次提交
  2. 15 9月, 2017 1 次提交
  3. 12 9月, 2017 2 次提交
  4. 01 9月, 2017 1 次提交
    • 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
  5. 29 7月, 2017 1 次提交
    • J
      Remove Desktop customization · cac9d6b2
      Jared Parsons 提交于
      Portable unit tests now build their desktop variants directly to the
      UnitTests directory in a runnable state. This allwos tests to be run
      directly and removes the need for the desktop deployment project.
      cac9d6b2
  6. 18 7月, 2017 1 次提交
    • J
      Restructure how assets are published · 033fc121
      Jared Parsons 提交于
      Our long term goal with asset publishing is to make it a completely
      separate step from build. It's an operation which can optional be done
      after builds complete. Even being done multiple times if needed to say
      work around errors.
      
      Additionally publish should be a deliberate, explicit operation. The
      simple act of branching should not publish by default, it should be
      explicitly opted into.
      
      This moves us in that direction by doing the following:
      
      - Centralizes our publish story to a single file: PublishData.json in
      master
      - Makes publish a step that can easily be run on any completed build
      - Makes NuGet / VSIX publishing per branch and configurable. Allows for
      uploads to many feeds if necessary
      - Begins using dotnet/versions to track our packages.
      033fc121
  7. 28 6月, 2017 3 次提交
  8. 24 6月, 2017 2 次提交
  9. 17 6月, 2017 1 次提交
  10. 11 5月, 2017 1 次提交
  11. 02 5月, 2017 1 次提交
  12. 01 5月, 2017 4 次提交
  13. 25 4月, 2017 1 次提交
  14. 15 4月, 2017 1 次提交
  15. 12 4月, 2017 1 次提交
    • J
      Remove Concord project · d6d33272
      Jared Parsons 提交于
      At this point the Concord project exists just to fix a signing issue in
      the Debugger NuGet packages.
      
      This project is causing problems in our port to the new SDK because it's
      a Net 45 portable project that is referenced by Net 20 projects.  The
      old build silently ignores this incompatibility but the new SDK takes
      issue with it, and the method it uses to pass DLLs around.
      
      Taking the simpler approach here of just fixing the signing issues (side
      thread going with debugger team) and removing the project.
      d6d33272
  16. 07 4月, 2017 1 次提交
  17. 31 3月, 2017 2 次提交
  18. 15 3月, 2017 1 次提交
  19. 08 2月, 2017 1 次提交
    • T
      Stack depth finder (#16830) · 36f6cc6f
      Ty Overby 提交于
      * remove superfluous use of local function
      
      * add preliminary stack depth finder
      
      * vs changed files
      
      * Use shorter version number for s.c.immutable
      36f6cc6f
  20. 02 2月, 2017 1 次提交
    • J
      Remove TestUtilities.FX45 · 6d95933c
      Jared Parsons 提交于
      This project is no longer necessary.  It used to help us get TDD working fine in Visual Studio.  That's no lonegr needed with the recent build cleanup.  TDD still functions with this project removed.
      6d95933c
  21. 31 1月, 2017 2 次提交
  22. 26 1月, 2017 1 次提交
  23. 18 1月, 2017 1 次提交
  24. 29 12月, 2016 4 次提交
  25. 28 12月, 2016 1 次提交
  26. 17 12月, 2016 2 次提交
  27. 14 12月, 2016 1 次提交
    • R
      Add Razor shims · cc06ef45
      Ryan Nowak 提交于
      Add Razor Language Service shim for accessing the remote client
      
      Add Razor Remote Workspace shim for getting access to the solution in
      the ServiceHub process. This relies on the same set of Roslyn services
      being called by the client to initialize state in the remote process.
      
      Add overloads to the 'remote' solution service to avoid a need for IVT in
      in the Razor Remote Workspace shim. Checksum is internal to Workspace.
      cc06ef45