• S
    Fix cases where a refactoring was unintentionally disabled · b68e0c25
    Sam Harwell 提交于
    The following refactorings failed to consider cases where the corresponding diagnostic
    was disabled via the 'none' severity in .editorconfig. For each of these cases, no
    refactoring was provided if the style is configured as the preference for generated
    but the diagnostic is disabled.
    
    * Use Implicit Type
    * Use Explicit Type
    * Use Expression Bodied Member
    * Use Block Bodied Member
    b68e0c25
UseExpressionBodyForConstructorsRefactoringTests.cs 4.5 KB