Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency roslynator.dotnet.cli to 0.10.0 #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
roslynator.dotnet.cli 0.9.0 -> 0.10.0 age adoption passing confidence

Release Notes

dotnet/roslynator (roslynator.dotnet.cli)

v0.9.3

Analyzers
  • NEW - "UseForStatementToCreateInfiniteLoop" analyzer and code fix added
  • NEW - "UseWhileStatementToCreateInfiniteLoop" analyzer and code fix added
  • NEW - "AvoidUsageOfDoStatementToCreateInfiniteLoop" analyzer and code fix added
  • NEW - UseStringLiteralInsteadOfInterpolatedString analyzer and code fix added
  • "RemoveRedundantEmptyLine" analyzer enhanced
  • "FormatAccessorList" analyzer now works for auto-property accessor list
  • "MergeLocalDeclarationWithReturnStatement" code fix now works when cursor is in return statement
  • "MergeIfStatementWithContainedIfStatement" code fix improved (unnecessary parentheses are not added)
  • bug fixed in "SimplifyAssignmentExpression" analyzer
Refactorings
  • "Extract statement(s) from if statement" refactoring now works for topmost if statement that has else clause
  • "Format binary expression on multiple lines" refactoring now works for a single binary expression
  • "Negate binary expression" refactoring now works properly for a chain of logical and/or expressions
  • "Remove parameter name from each argument" refactoring now works when any argument has parameter name
  • "Expand property and add backing field" improved (accessor is on a single line)

v0.9.2

Analyzers
  • NEW - MergeIfStatementWithContainedIfStatement analyzer and code fix added
  • NEW - DeclareEachTypeInSeparateFile analyzer added
  • NEW - AvoidLockingOnPubliclyAccessibleInstance analyzer and code fix added (without batch fixer)
  • NEW - SimplifyAssignmentExpression analyzer and code fix added
  • NEW - AddEmptyLinesBetweenDeclarations analyzer and code fix added
  • NEW - AvoidUsingAliasDirective analyzer added
  • NEW - AvoidSemicolonAtEndOfDeclaration analyzer and code fix added
  • UseLogicalNotOperator analyzer renamed to SimplifyBooleanComparison and improved
  • RemoveRedundantBooleanLiteral analyzer now works for && true and || false
Refactorings
  • NEW - "Add boolean comparison" refactoring added
  • NEW - "Convert interpolated string to string literal" refactoring added
  • NEW - "Convert string literal to interpolated string" refactoring added
  • NEW - "Change 'Any/All' to 'All/Any'" refactoring added
  • "Format all parameters on a single line" refactoring now works for parameter list with a single parameter
  • "Convert to constant" refactoring now works only for predefined types (except object)
  • "Remove comment/comments" refactorings now work for comments that are inside trivia
  • "Make member abstract" refactoring now work only for non-abstract indexer/method/property that are in abstract class
  • "Add/remove parameter name (to/from each argument)" refactorings now work when cursor is right behind the parameter
  • Bug fixed in "Uncomment" refactoring

v0.9.1

  • Bug fixes and minor improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/roslynator.dotnet.cli-0.x branch from 23dede6 to 1539c7a Compare October 19, 2024 10:36
@renovate renovate bot changed the title chore(deps): update dependency roslynator.dotnet.cli to 0.9.1 chore(deps): update dependency roslynator.dotnet.cli to 0.9.2 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/roslynator.dotnet.cli-0.x branch from 1539c7a to 165de5f Compare October 25, 2024 23:10
@renovate renovate bot changed the title chore(deps): update dependency roslynator.dotnet.cli to 0.9.2 chore(deps): update dependency roslynator.dotnet.cli to 0.9.3 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/roslynator.dotnet.cli-0.x branch from 165de5f to 9681073 Compare January 28, 2025 21:47
@renovate renovate bot changed the title chore(deps): update dependency roslynator.dotnet.cli to 0.9.3 chore(deps): update dependency roslynator.dotnet.cli to 0.10.0 Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants