1. 19 5月, 2020 1 次提交
  2. 26 4月, 2020 1 次提交
  3. 25 4月, 2020 2 次提交
  4. 24 4月, 2020 4 次提交
  5. 23 4月, 2020 4 次提交
  6. 21 4月, 2020 4 次提交
  7. 20 4月, 2020 1 次提交
  8. 19 4月, 2020 5 次提交
  9. 18 4月, 2020 7 次提交
  10. 17 4月, 2020 8 次提交
  11. 16 4月, 2020 3 次提交
    • G
      Enable ngen for codelens assembly · 93384ec3
      Gen Lu 提交于
      93384ec3
    • M
      Manually fix and/or suppress IDE0052 (Remove unread private members) - Note... · d1152fe0
      Manish Vasani 提交于
      Manually fix and/or suppress IDE0052 (Remove unread private members) - Note that this diagnostic ID has no associated code fix and needs manual fixes.
      d1152fe0
    • M
      Manual fixes: · e7b282fd
      Manish Vasani 提交于
      1. Revert changes due to false positives from #33009. The suppression can be removed once we move to a newer CodeStyle package with the fix for this issue.
      2. FixAll in solution did not apply fix to a linked file shared with Microsoft.CodeAnalysis, so apply it manually. This looks like a likely editorconfig bug when executing within csc/vbc as the squiggle does not show up in IDE, which seems to be the correct behavior as this file is outside the cone for which IDE0044 is enforced as a warning, i.e. `[src/{Analyzers,CodeStyle,Features,Workspaces}/**/*.{cs,vb}]`. I will investigate and file a bug.
      e7b282fd