Skip to content

Releases: dotnet/roslynator

v1.1.5

19 Nov 14:48
Compare
Choose a tag to compare

Analyzers

New Analyzers
  • RemoveEmptyDestructor
  • RemoveRedundantStringToCharArrayCall
  • AddStaticModifierToAllPartialClassDeclarations
  • UseCastMethodInsteadOfSelectMethod
  • DeclareTypeInsideNamespace
  • AddBracesToSwitchSectionWithMultipleStatements

Refactorings

New Refactorings
  • ReplaceEqualsExpressionWithStringIsNullOrEmpty
  • ReplaceEqualsExpressionWithStringIsNullOrWhiteSpace

v1.1.4

15 Nov 11:53
Compare
Choose a tag to compare

Analyzers

New Analyzers
  • FormatDocumentationSummaryOnSingleLine
  • FormatDocumentationSummaryOnMultipleLines
  • MarkClassAsStatic
  • SimplifyIfElseStatement
  • SimplifyConditionalExpression
  • MergeInterpolationIntoInterpolatedString

Refactorings

New Refactorings
  • MergeInterpolationIntoInterpolatedString

v1.1.3

12 Nov 09:03
Compare
Choose a tag to compare

Analyzers

New Analyzers
  • RemoveRedundantToStringCall
  • AvoidNullLiteralExpressionOnLeftSideOfBinaryExpression
  • DefaultLabelShouldBeLastLabelInSwitchSection

Refactorings

New Refactorings
  • IntroduceFieldToLockOn

v1.1.2

10 Nov 11:13
Compare
Choose a tag to compare

Analyzers

New Analyzers
  • UseCSharp6DictionaryInitializer
  • UseBitwiseOperationInsteadOfHasFlagMethod

Refactorings

New Refactorings
  • CopyDocumentationCommentFromBaseMember

v1.1.1

06 Nov 06:08
Compare
Choose a tag to compare

Analyzers

New Analyzers
  • RemoveFileWithNoCode
  • DeclareUsingDirectiveOnTopLevel

Refactorings

New Refactorings
  • RemoveRegion

v1.1.0

04 Nov 07:41
Compare
Choose a tag to compare

Refactorings

New Refactorings
  • ReplaceAsWithCast
  • ReplaceEqualsExpressionWithStringEquals

v1.0.9

02 Nov 05:32
Compare
Choose a tag to compare

Refactorings

New Refactorings
  • RemoveUsingAliasDirective
  • ReplaceInterpolatedStringWithInterpolationExpression

v1.0.8

31 Oct 05:54
Compare
Choose a tag to compare

Analyzers

New Analyzers
  • AddEmptyLineAfterLastStatementInDoStatement

Refactorings

New Refactorings
  • ReplaceIfElseWithSwitch

v1.0.7

29 Oct 04:09
Compare
Choose a tag to compare

Refactorings

New Refactorings
  • RemoveAllPreprocessorDirectives
  • AddToMethodInvocation

v1.0.6

26 Oct 21:38
Compare
Choose a tag to compare

Analyzers

New Analyzers
  • RemoveEmptyRegion

Refactorings

New Refactorings
  • GenerateOnEventMethod