1. 22 6月, 2019 1 次提交
    • 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
  2. 21 6月, 2019 2 次提交
  3. 20 6月, 2019 10 次提交
  4. 19 6月, 2019 16 次提交
  5. 18 6月, 2019 8 次提交
  6. 17 6月, 2019 1 次提交
  7. 16 6月, 2019 1 次提交
  8. 15 6月, 2019 1 次提交