• S
    Create new projects for System.Runtime.Analyzers · 3a54c091
    Srivatsn Narayanan 提交于
    Move rule CA1001 to this project. Rewrite the codefixer for it to be based on DocumentEditor and hence language agnostic.
    
    Fix for CA1001 shouldn't generate a dispose method if there is already one in the type. Instead modify that method to make it the interface implementation.
    Adding some tests.
    3a54c091
TypesThatOwnDisposableFieldsShouldBeDisposableTests.Fixer.cs 4.9 KB