1. 04 3月, 2020 1 次提交
  2. 08 2月, 2020 1 次提交
  3. 23 1月, 2020 1 次提交
  4. 04 3月, 2019 1 次提交
  5. 25 2月, 2019 4 次提交
  6. 29 6月, 2017 1 次提交
  7. 26 5月, 2016 1 次提交
  8. 06 4月, 2016 1 次提交
  9. 01 3月, 2016 1 次提交
    • B
      Extract out some use var related code... · a7696cf3
      Balaji Krishnan 提交于
      ... into a static helper class and share it at CSharpFeatures level.
      This is the first step
      towards getting the codegen features (introduce local, generate
      variable) to be able
      to use the new use var options correctly.
      a7696cf3
  10. 19 1月, 2016 1 次提交
    • J
      Test shutdown in middle of compilation · f4598558
      Jared Parsons 提交于
      Added a test to verify the shutdown operation is passive.  If any
      existing compilations are in progress they will be allowed to complete
      after the shutdown is received.
      
      This required a bit of code refactoring.  It needed to be easier to
      intercept compilation requests and block on them until a given set of
      events had completed.
      f4598558
  11. 11 12月, 2015 1 次提交
  12. 11 11月, 2015 4 次提交
  13. 07 11月, 2015 5 次提交
  14. 16 10月, 2015 1 次提交
  15. 26 8月, 2015 1 次提交
  16. 01 2月, 2015 1 次提交
    • B
      Complete the style update to the rest of Open\src directory · 995eb372
      beep boop 提交于
           Background:
      
           As discussed in the dev team all hands all code under the GitHub dotnet foundation is using a single process for contribution, API review, infrastructure and coding style. The idea is to present a unified view to our customer and give them a single story for contributing to any project under the dotnet foundation.
      
           https://github.com/dotnet/corefx/wiki/Contributing#c-coding-style
      
           The coding style transition is automated using a Roslyn based rewrite tool:
      
           https://github.com/dotnet/codeformatter
      
           This will be applied in stages across our developer tree. Right now the focus is on the Open directory as this is what is being presented on github. Code owners will be contacted before the transition happens.
      
           Note: this is a soft style requirement. There are no build errors that come from this change.
       (changeset 1408227)
      995eb372
  17. 27 1月, 2015 1 次提交