1. 29 9月, 2018 1 次提交
  2. 19 9月, 2018 1 次提交
  3. 18 9月, 2018 1 次提交
  4. 14 9月, 2018 3 次提交
  5. 13 9月, 2018 2 次提交
  6. 12 9月, 2018 4 次提交
  7. 11 9月, 2018 1 次提交
    • C
      Compile Server Hash Check (#29711) · c48339b9
      Chris Sienkiewicz 提交于
      * Fix compiler server mismatched version:
      - Ensure compiler server returns correct response when providing an incorrect protocol value
      - Add test to check
      - Fix tests that break
      
      * Check compiler sha as part of build server protocol:
      - Add the CommitHashAttribute to the needed assemblies
      - Bump the protocol version to 3
      - Add a new CommitHash field to build request
      - Fill out the CommitHash from the CommitHashAttribute value when creating build requests
      - Check that the commitHash on a de-serialized build request matches the one compiled into the assembly
      - Return a new IncorrectHash response if hashes fail to match
      - Fail early on the client side if we can't get the hash
      c48339b9
  8. 06 9月, 2018 1 次提交
  9. 01 9月, 2018 2 次提交
  10. 31 8月, 2018 2 次提交
  11. 30 8月, 2018 2 次提交
  12. 29 8月, 2018 1 次提交
  13. 28 8月, 2018 3 次提交
    • J
      Cleaned up test failures · 2fe688c7
      Jared Parsons 提交于
      2fe688c7
    • T
      NuGet packaging (#29408) · 8a34dfb2
      Tomáš Matoušek 提交于
      * NuGet packaging
      
      * Add missing VS package references
      
      * Fix scripts
      
      * Add comment on Workspace.Desktop references with PrivateAssets
      
      * Fix Microsoft.NETCore.Compilers package
      
      * Fix up references
      
      * Build fixes
      
      * Correct OutputPath for package projects
      
      * Use NuGetRepack to force exact versions in per-build packages
      8a34dfb2
    • J
      PR feedback · d3ecdae7
      Jared Parsons 提交于
      d3ecdae7
  14. 27 8月, 2018 1 次提交
  15. 22 8月, 2018 1 次提交
  16. 18 8月, 2018 1 次提交
  17. 15 8月, 2018 2 次提交
  18. 14 8月, 2018 1 次提交
  19. 10 8月, 2018 1 次提交
  20. 09 8月, 2018 2 次提交
  21. 01 8月, 2018 1 次提交
  22. 27 7月, 2018 1 次提交
  23. 26 7月, 2018 2 次提交
  24. 19 7月, 2018 2 次提交
    • T
      Replace Nonshipping property with IsShipping · 93d73122
      Tomas Matousek 提交于
      93d73122
    • J
      Fix tests to be only conditionally skipped · 636ec14f
      Jared Parsons 提交于
      When conditionally skipping tests for CoreClr I mistakenly
      unconditionally skipped them in my attempt to document the reason for
      the skip. The use of the Skip property causes the test to be
      unconditionally skipped, not documenting the reason.
      
      In addition to fixing this I prevented this from happening in the
      future. It's very rare for a `[ConditionalFact]` to actually want to use
      Skip as it means unconditionally skip. This is generally only for short
      term bug work arounds. Hence I changed `ConditionalFactAttribute` as
      follows:
      
      - Added a new Skip property that is obsolete and has no setter.
      Completely prevents the code `[ConditionalFact(..., Skip = )`
      - Added a Reason property documentation in the case the test is skipped.
      - Added an AlwaysSkip property in the case you always want to skip.
      636ec14f
  25. 18 7月, 2018 1 次提交