Skip to content

Releases: dotnet/roslynator

v1.5.13

08 Nov 23:48
Compare
Choose a tag to compare

Analyzers

  • Add analyzer RemoveRedundantAssignment (RCS1212).

Refactorings

  • Add refactoring ReplaceCommentWithDocumentationComment (RR0192).

Code Fixes

  • Add code fixes for CS0216, CS0659, CS0660, CS0661 and CS1526.

v1.5.12

20 Oct 20:01
Compare
Choose a tag to compare

Analyzers

  • Add analyzer ReturnTaskInsteadOfNull (RCS1210).
  • Add analyzer RemoveUnnecessaryElseClause (RCS1211).
  • Remove analyzer SimplifyLambdaExpressionParameterList (RCS1022).

Refactorings

  • Replace refactoring ChangeMemberTypeAccordingToReturnExpression (RR0019) with code fix.
  • Replace refactoring ChangeMemberTypeAccordingToYieldReturnExpression (RR0020) with code fix.
  • Replace refactoring AddDefaultValueToReturnStatement (RR0008) with code fix.

Code Fixes

  • Add code fix for CS0126, CS0139, CS0713 and CS1750.

v1.5.10

04 Oct 18:15
Compare
Choose a tag to compare

Code Fixes

  • Add code fixes for CS0103, CS0192, CS0403 and CS0541.

v1.5.0

22 Sep 07:14
Compare
Choose a tag to compare
  • Bug fixes.

v1.4.58

16 Sep 02:16
Compare
Choose a tag to compare

Analyzers

  • Remove analyzer UseCSharp6DictionaryInitializer (RCS1095)

Refactorings

New Refactorings
  • UseCSharp6DictionaryInitializer (RR0191)

v1.4.57

06 Sep 00:50
Compare
Choose a tag to compare

Refactorings

New Refactorings
  • ReplaceIfElseWithIfReturn (RR0190)

Code Fixes

  • Add code fix for CS0021.

v1.4.56

28 Aug 15:01
Compare
Choose a tag to compare

Analyzers

New Analyzers
  • ReorderTypeParameterConstraints (RCS1209)

v1.4.55

16 Aug 15:39
Compare
Choose a tag to compare

Code Fixes

  • Add code fixes for CS0077, CS0201, CS0472, CS1623.

Analyzers

New Analyzers
  • ReduceIfNesting (RCS1208)

Refactorings

New Refactorings
  • ReduceIfNesting (RR0189)

v1.4.54

08 Aug 13:30
Compare
Choose a tag to compare

Code Fixes

  • Improve code fixes for CS0162, CS1061.

Analyzers

  • Add code fix for analyzer ParameterNameDiffersFromBase (RCS1168)
New Analyzers
  • UseAttributeUsageAttribute (RCS1203)
  • UseEventArgsEmpty (RCS1204)
  • ReorderNamedArguments (RCS1205)
  • UseConditionalAccessInsteadOfConditionalExpression (RCS1206)
  • UseMethodGroupInsteadOfAnonymousFunction (RCS1207)

v1.4.53

02 Aug 18:08
Compare
Choose a tag to compare

Code Fixes

  • New code fixes for CS0139, CS0266, CS0592, CS1689.

Analyzers

New Analyzers
  • SimplifyBooleanExpression (RCS1199)
  • CallThenByInsteadOfOrderBy (RCS1200)
  • UseMethodChaining (RCS1201)
  • UseConditionalAccessToAvoidNullReferenceException (RCS1202)