• 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
Versions.props 25.6 KB