1. 11 7月, 2019 1 次提交
  2. 29 6月, 2019 1 次提交
  3. 28 6月, 2019 1 次提交
  4. 27 6月, 2019 5 次提交
  5. 26 6月, 2019 3 次提交
  6. 25 6月, 2019 18 次提交
  7. 22 6月, 2019 2 次提交
    • M
      Fix couple of false positives in Dispose analysis · b91e20e9
      Manish Vasani 提交于
      1. Make IDE0069 (DisposableFieldsShouldBeDisposed) conservative by bailing out on disposable types that don't have the Dispose implementation, but rely on base type implementing it and having virtual helper methods for dispose functionality
      
      2. Make IDE0067 (DisposeObjectsBeforeLosingScope) conservative by bailing out on disposable objects that are passed as arguments to methods in metadata.
      
      Requires updating to a new FlowAnalysisUtilities version.
      Fixes #36498
      b91e20e9
    • I
      code review feedback · 5c45c1d9
      Ivan Basov 提交于
      5c45c1d9
  8. 21 6月, 2019 6 次提交
  9. 20 6月, 2019 3 次提交