1. 30 11月, 2017 1 次提交
  2. 28 11月, 2017 1 次提交
    • V
      Making sure that "in" matches exactly in method group conversions. · 975a50f6
      vsadov 提交于
      It looks like method group conversions apply regular method overload resolution when resolving target method group.
      However we know that in such scenario, unlike the regular argument passing, "byval" cannot match "in".
      
      We should reject candidates with in/val mismatches when doing overload resolution for group conversion purposes. Otherwise we may encounter false ambiguity errors or even pick wrong candidates that crash at run time.
      
      Fixes:#23319
      975a50f6
  3. 27 11月, 2017 1 次提交
  4. 23 11月, 2017 9 次提交
  5. 22 11月, 2017 12 次提交
  6. 21 11月, 2017 10 次提交
  7. 20 11月, 2017 2 次提交
  8. 19 11月, 2017 1 次提交
    • J
      Move VS insertion item after signing · 708982ad
      Jared Parsons 提交于
      The VS insertion items require a bit more work to be a part of batch
      signing. In particular the VSMAN files because they contain checksums of
      many of our other assets. These need to be rewritten during batch
      signing to have the new correct values.
      
      These assets though aren't actually required to be signed though. Hence
      for now just moving the building of them till after signing completes.
      708982ad
  9. 18 11月, 2017 3 次提交