1. 12 2月, 2016 4 次提交
  2. 11 2月, 2016 33 次提交
  3. 10 2月, 2016 3 次提交
    • H
      fix crash. · 024002ee
      Heejae Chang 提交于
      I don't have heap so can't figure out why the situation happened. but this should at least prevent crash.
      
      when this happens, after this fix, we might have wrong span for diagnostic, but that is not critical issue to crash VS.
      024002ee
    • G
      Fix params array argument operation · 73bd858a
      Gen Lu 提交于
      The bug causes the Syntax for a IArgument of Paramsarray kind
      with only one element to be null.
      73bd858a
    • A
      Fix and enable failing C# xplat syntax tests · f930a24b
      Andy Gocke 提交于
      In the initial move to running tests xplat, a number of tests were
      disabled due to failures in xplat CI. Some of these failures are
      inherent platform limitations, like tests which depend on the Windows
      .NET Desktop framework, but some were simply improperly written tests.
      
      This change re-enables and fixes the tests that were improperly or
      non-portably written.
      f930a24b