1. 30 8月, 2019 5 次提交
  2. 29 8月, 2019 5 次提交
  3. 28 8月, 2019 3 次提交
  4. 27 8月, 2019 4 次提交
  5. 25 8月, 2019 2 次提交
    • A
      Merge remote-tracking branch 'upstream/release/dev16.3' into... · 9a2ab876
      Andy Gocke 提交于
      Merge remote-tracking branch 'upstream/release/dev16.3' into merges/release/dev16.3-to-release/dev16.3-vs-deps
      9a2ab876
    • N
      Restore constraint checking for reduced extension methods. (#38109) · 412e0e3e
      Neal Gafter 提交于
      Before C# 8, the reduction of an extension method would fail (return null) when the
      method's constraints would not be satisfied.  But in C# 8 the unmanaged constraint requires
      we know the language version, and therefore the compilation, to check.  That is not available
      in `IMethodSymbol.ReduceExtensionMethod`.  So we dropped the constraint checking in #37022.
      However this causes an unfortunate regression in the quality of the IDE experience.  So here we
      restore the constraint checking, using the compilation's language version when available.
      IMethodSymbol.ReduceExtensionMethod uses the C# 8 rules since it has no language version to check.
      
      Fixes #37780
      412e0e3e
  6. 24 8月, 2019 2 次提交
  7. 23 8月, 2019 3 次提交
  8. 22 8月, 2019 8 次提交
  9. 21 8月, 2019 8 次提交