1. 25 9月, 2015 1 次提交
  2. 23 9月, 2015 1 次提交
  3. 22 9月, 2015 2 次提交
  4. 19 9月, 2015 6 次提交
  5. 18 9月, 2015 2 次提交
    • A
      Add Vbc on CoreCLR to the CI build · 44f371c8
      Andy Gocke 提交于
      44f371c8
    • A
      Use csc on CoreCLR for bootstrapping Linux CI · 3a3650a7
      Andy Gocke 提交于
      Rogjt mpw we build a boostrap version of csc and vbc and bootstrap
      with those running on Mono. This commit switches us to build a CoreCLR
      compatible csc and then running the boostrap on CoreCLR
      
      Right now the full set of Linux CoreCLR runtime assemblies is not
      available on NuGet, so we substitute with some assemblies we stash in
      our NuGet ZIP package.
      3a3650a7
  6. 09 9月, 2015 2 次提交
  7. 05 9月, 2015 4 次提交
  8. 03 9月, 2015 1 次提交
  9. 27 8月, 2015 2 次提交
  10. 26 8月, 2015 1 次提交
  11. 19 8月, 2015 1 次提交
    • J
      Reset the API files · e3f3734e
      Jared Parsons 提交于
      This change does two actions to our public API files:
      
      - Resets them to the versions from 1.0.0 RTM
      - Splits them into the shipped and unshipped files
      e3f3734e
  12. 18 8月, 2015 1 次提交
  13. 15 8月, 2015 1 次提交
  14. 14 8月, 2015 1 次提交
  15. 13 8月, 2015 1 次提交
  16. 12 8月, 2015 1 次提交
  17. 08 8月, 2015 1 次提交
    • J
      Remove SCC bindings · e880d125
      Jared Parsons 提交于
      We no longer use SCC bindings in our project yet the definitions remained around and caused a dialog prompt on solution open.  Removing these as they are no longer needed
      e880d125
  18. 06 8月, 2015 6 次提交
  19. 30 7月, 2015 1 次提交
  20. 29 7月, 2015 2 次提交
    • D
      Remove conditional reference when targeting .NET 2.0 · e002c69e
      David Kean 提交于
      This fixed DevDiv.1158790 — Spurious errors, warnings and messages in IDE from background analysis, which
      basically results in a bunch of warnings in the IDE:
      
           The referenced component 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.5\Profile\Profile7\mscorlib.dll' could not be found.
      
      C#/VB project system do not support conditional references and treat them as always being present. This <Reference was being included for all projects regardless
      of the condition, confusing Visual Basic project system. Moved it to _ExplictReference concept which already exists for adding mscorlib (see <_ExplicitReference> in Microsoft.CSharp.CurrentVersionCommon.targets)
      e002c69e
    • D
      Hide InternalsVisibleToTypeScript items from UI tree · 4b45ec35
      David Kean 提交于
      InternalsVisibleToTypeScript items are showing up the Solution Explorer visual tree
      as missing items (because the C# project system treats them as files). Hide them
      like the other InternalsVisibleToXX items.
      4b45ec35
  21. 28 7月, 2015 2 次提交