1. 19 2月, 2020 1 次提交
  2. 23 1月, 2020 1 次提交
  3. 21 8月, 2019 1 次提交
    • J
      Remove RuntimeIdentifiers · 2f23b77f
      Jared Parsons 提交于
      The `$(RuntimeIdentifiers)` property was added some time ago to support
      scenarios like self contained in our infrastructure. That is no longer
      done during build and this property is no longer necessary. Further it's
      causing us additional restore time to bring down runtimes we don't need.
      2f23b77f
  4. 02 5月, 2019 1 次提交
    • T
      Project cleanup (#35403) · e051790e
      Tomáš Matoušek 提交于
      * Remove RoslynProjectType
      
      * Remove ToolsVersion, namespace from Project tags
      
      * Remove updating of MSBuildAllProjects
      
      * Update BuildBoss
      
      * Delete DeployTooolsetCompiler
      e051790e
  5. 25 1月, 2019 1 次提交
  6. 19 1月, 2019 1 次提交
  7. 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
  8. 13 9月, 2018 1 次提交
  9. 19 7月, 2018 1 次提交
  10. 17 7月, 2018 1 次提交
  11. 11 7月, 2018 1 次提交
    • A
      Normalize xunit.runner.visualstudio references (#28312) · 687d4b49
      Andy Gocke 提交于
      The C# syntax tests were missing a reference to xunit.runner.visualstudio
      which prevented them from working in the Test Explorer in 15.8 Preview.
      Rather than just adding a reference to this one test, I've added a reference
      to the root test utilities project, that almsot every test references, and
      deleted the explicit references in the test leaf projects. This should
      hopefully be a more robust method of using the XUnit VS test adapter.
      687d4b49
  12. 29 4月, 2018 1 次提交
  13. 09 2月, 2018 1 次提交
  14. 19 12月, 2017 1 次提交
  15. 07 12月, 2017 1 次提交
  16. 15 11月, 2017 1 次提交
  17. 14 11月, 2017 1 次提交
  18. 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
  19. 26 7月, 2017 1 次提交
  20. 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
  21. 06 7月, 2017 1 次提交
  22. 04 7月, 2017 2 次提交
  23. 03 7月, 2017 1 次提交
  24. 01 7月, 2017 1 次提交
  25. 28 6月, 2017 1 次提交
  26. 09 5月, 2017 2 次提交
  27. 01 5月, 2017 1 次提交
  28. 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
  29. 31 12月, 2016 3 次提交
  30. 29 12月, 2016 4 次提交
  31. 28 12月, 2016 1 次提交
    • J
      Re-arranging portable TestUtilities part 2 · 1ce0fd18
      Jared Parsons 提交于
      The Compilers.sln solution is compiling again and tests which don't
      require AppDomain support are running again.  There is a bit of work
      that is needed for AppDomains that I want to separate out.  In
      particular the separation to portable means we have to redo some of the
      serialization code.
      1ce0fd18
  32. 08 11月, 2016 1 次提交
  33. 04 11月, 2016 1 次提交