1. 04 5月, 2019 1 次提交
    • K
      Support TimeTravelTraceInterop in function resolver. (#35318) · 0094fecd
      kceiw 提交于
      * Support TimeTravelTraceInterop in function resolver.
      
      - The function resolver isn't loaded when the base monitor is
      TimeTravelTraceInterop, which needs it to resolve function for function
      breakpoint.
      - To add TimeTravelTraceInterop to the right vsdconfigxml file, I also
      need to update some package so that it can be built.
      
      * Address PR feedback.
      
      - PrivateVisualStudioPackage isn't necessary since I set PrivateAssets=true in the package reference.
      0094fecd
  2. 03 5月, 2019 1 次提交
  3. 02 5月, 2019 3 次提交
  4. 01 5月, 2019 2 次提交
  5. 27 4月, 2019 1 次提交
  6. 26 4月, 2019 1 次提交
  7. 25 4月, 2019 2 次提交
  8. 24 4月, 2019 1 次提交
    • J
      Make bootstrap 32 bit in 32 bit CI · 929282ab
      Jared Parsons 提交于
      This changes our bootstrap compiler to run as a 32 bit process in the 32
      bit CI runs. The intent of this runs is to validate we can function on
      32 bit systems and that should extend to the compiler as well.
      
      This can help us identify the rare cases where we emit code that doesn't
      perform well on the 32 bit JIT, or just outright crashes.
      929282ab
  9. 23 4月, 2019 7 次提交
  10. 19 4月, 2019 2 次提交
    • H
      install servicehub json files in common7/servicehub folders (#34563) · 3f6afea0
      Heejae Chang 提交于
      * moved files
      
      * opt-in to new "serviceOverride": true support and refactor directory structure to share json files with devdiv insertion projects
      
      * added swr for servicehub json files.
      
      * delete projects not needed
      
      * moving to auto generated service.json approach
      
      * made json file included in vsix
      
      * generate swr file
      
      * address PR feedbacks and remove duplications except vsix manifest
      
      * use relative path in json file
      
      * share duplicated string to multiple csproj
      
      * fix swr package name
      
      * PR feedbacks
      3f6afea0
    • S
      Only process IVTs for the primary solution · ba13751d
      Sam Harwell 提交于
      ba13751d
  11. 16 4月, 2019 1 次提交
  12. 13 4月, 2019 1 次提交
    • R
      Add mac CI (#34849) · 66ac3f2b
      Rikki Gibson 提交于
      * Update config
      
      * Disable some tests on Mac. Only have a mac coreclr job.
      
      * Move the DeeplyNestedGeneric bar way down for Mac
      
      * Add work item attributes for disabled tests
      66ac3f2b
  13. 11 4月, 2019 1 次提交
  14. 10 4月, 2019 3 次提交
  15. 09 4月, 2019 2 次提交
  16. 08 4月, 2019 1 次提交
  17. 03 4月, 2019 1 次提交
  18. 02 4月, 2019 1 次提交
    • J
      Fix publish error on Build.Server.Log · a411caab
      Jared Parsons 提交于
      When the optimization data isn't available our build will terminate
      with VBCSCompiler still being alive and holding a handle to
      Build.Server.Log. That handle causes an error during publishing.
      
      This error shouldn't happen as the file is open with
      `FileShare.ReadWrite` hence publish can access the file. This can be
      demonstrated locally by using any number of tools to open the file while
      a build is running. Likely publish is looking for exclusive access here
      and that's why the error occurs.
      
      In any case though we should be killing our spawned processes at the end
      of the job anyways in CI. Leaving behind server processes for the next
      run is just asking for trouble.
      
      https://github.com/Microsoft/azure-pipelines-tasks/issues/9994
      a411caab
  19. 01 4月, 2019 1 次提交
  20. 30 3月, 2019 3 次提交
    • J
      Mono crash · b6ac1160
      Jared Parsons 提交于
      b6ac1160
    • J
      Move Powershell formatting to match arcade · 4f4b807c
      Jared Parsons 提交于
      Two space indent is an abomination but it's the standard that Arcade
      chose. Moving our Powershell to be consistent with the standard.
      4f4b807c
    • H
      move StreamJsonRpc to 2.x from 1.3.x (#33960) · b6285348
      Heejae Chang 提交于
      * move StreamJsonRpc to 2.0
      
      * use object and collection initializer
      
      * changed to throw rather than return
      
      * share JsonRpc creation when it can share code
      
      * add linked files to share code
      
      * more moving around so that we can have linked file working
      
      * addressed PR feedback
      
      * changed name to WatsonReporter
      
      * moved to latest streamjson version
      
      * added a way for partner to add thier own json converter to roslyn service hub service base type
      
      * fixed test break.
      
      it is caused by behavior changes between StreamJsonRpc 1.x and 2.x
      
      * added comment follow PR feedbacks
      
      * updated comment following feedbacks
      b6285348
  21. 29 3月, 2019 4 次提交