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: Update dependency Roslynator.Analyzers to v4.10.0 - autoclosed #1095

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Roslynator.Analyzers 4.1.2 -> 4.10.0 age adoption passing confidence

Release Notes

dotnet/roslynator (Roslynator.Analyzers)

v4.10.0

Added
Changed
  • Update analyzer RCS1197 (PR)
    • Do not report interpolated string and string concatenation
Fixed

v4.9.0

Added
  • Add support for Unity (PR)
    • Unity uses Roslyn 3.8 and this version is now supported by Roslynator NuGet packages with analyzers (Roslynator.Analyzers etc.)
Fixed

v4.8.0

Added
  • Add analyzer "Add/remove blank line between switch sections" (RCS0061) (PR)
    • Option (required): roslynator_blank_line_between_switch_sections = include|omit|omit_after_block
    • Make analyzer RCS0014 obsolete
  • Add analyzer "Declare explicit/implicit type" (RCS1264) (PR)
  • Add code fix "Declare as nullable" (PR)
    • Applicable to: CS8600, CS8610, CS8765 and CS8767
  • Add option roslynator_use_collection_expression = true|false (PR)
Changed
  • Replace type declaration's empty braces with semicolon (RCS1251 (PR, PR)
  • [TestFramework] Bump MSTest.TestFramerk to 3.1.1 (PR)
  • [TestFramework] Bump xunit.assert to 2.6.2 (PR)
  • Bump Roslyn to 4.7.0 (PR)
Fixed

v4.7.0

Added
  • Add analyzer "Dispose resource asynchronously" (RCS1261) (PR)
  • Add analyzer "Unnecessary raw string literal" (RCS1262) (PR)
  • Add analyzer "Invalid reference in a documentation comment" (RCS1263) (PR)
  • Add analyzer "Add/remove blank line between switch sections" (RCS0061) (PR)
    • Option (required): roslynator_blank_line_between_switch_sections = include|omit|omit_after_block
    • Make analyzer RCS0014 obsolete
Changed
  • Improve refactoring "Remove comment" RR0098 (PR)
  • Remove trailing dot from analyzer's title (PR)
  • Group code fix "Change accessibility to ..." (PR)
  • [CLI] Bump Roslyn to 4.8.0 (PR).
  • Group refactoring "Remove members above/below'" (PR)
  • Rename analyzers (PR)
    • "Add new line before embedded statement" -> "Put embedded statement on its own line" (RCS0030)
    • "Add new line before statement" -> "Put statement on its own line" (RCS0033)
  • Group refactoring "Wrap in ..." (PR)
Fixed

v4.6.4

v4.6.3

Added
  • [CLI] Add command find-symbol (PR)
    • This command can be used not only to find symbols but also to find unused symbols and optionally remove them.
    • Example: roslynator find-symbol --symbol-kind type --visibility internal private --unused --remove
Changed
  • Bump Roslyn to 4.6.0 (PR).
  • [CLI] Add support for .NET 8 (PR).
Fixed

v4.6.2

Added
  • [CLI] Add note to docs that Roslynator CLI does not contain any analyzers itself (PR)
Fixed
  • Fix RCS1234 (PR)
  • Fix refactoring Inline method (PR)
  • [CLI] Fix globbing (PR)
  • [CLI] Remove assembly resolving (PR)
  • Detect false positive from Unity code (RCS1169) (PR)
    • Introduce config option roslynator_unity_code_analysis.enabled = true|false
    • Make option roslynator_suppress_unity_script_methods obsolete

v4.6.1

Fixed

v4.6.0

Added
  • Add social card (PR).
  • Add nullable annotation to public API (PR).
  • Add refactoring "Remove directive (including content)" (PR).
Changed
  • Update logo (PR, PR).
  • Migrate to .NET Foundation (PR, PR, PR).
  • Bump Roslyn to 4.7.0 (PR).
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.6.1 (PR)
  • Improve testing framework (PR)
    • Add methods to DiagnosticVerifier, RefactoringVerifier and CompilerDiagnosticFixVerifier.
    • Add property DiagnosticVerifier.Descriptor (BREAKING CHANGE).
    • Add property CompilerDiagnosticFixVerifier.DiagnosticId (BREAKING CHANGE).
    • Make property DiagnosticTestData.Descriptor obsolete.
    • Make property CompilerDiagnosticFixTestData.DiagnosticId obsolete.
Fixed

v4.5.0

Added
  • Add SECURITY.md (PR)
  • Add custom FixAllProvider for RCS1014 (PR).
  • Add more cases to RCS1097 (PR).
  • Add analyzer "Use enum field explicitly" (RCS1257) (PR).
    • Enabled by default.
  • Add analyzer "Unnecessary enum flag" RCS1258 (PR).
    • Enabled by default.
  • Make Roslynator.Rename.SymbolRenamer public (PR)
  • Analyzer 'Remove empty syntax' (RCS1259) (PR).
    • This analyzer replaces following analyzers:
      • Remove empty empty statement (RCS1038)
      • Remove empty 'else' clause (RCS1040)
      • Remove empty object initializer (RCS1041)
      • Remove empty 'finally' clause (RCS1066)
      • Remove empty namespace declaration (RCS1072)
      • Remove empty region directive (RCS1091)
      • Remove empty destructor (RCS1106)
  • [CLI] Add glob pattern matching (--include or/and --exclude) (PR, PR).
  • Add analyzer "Include/omit trailing comma" (RCS1256) (PR).
    • Required option: roslynator_trailing_comma_style = include|omit|omit_when_single_line
    • Not enabled by default
Changed
  • [CLI] Open help in web browser when running command roslynator help <COMMAND> (PR)
Fixed

v4.4.0

Added
Changed
Fixed

v4.3.0

Changed
  • [CLI] Bump Roslyn to 4.5.0 (#​1043).
  • [CLI] Downgrade version of Microsoft.Build.Locator from 1.5.5 to 1.4.1 (#​1079)
  • [CLI] Add more information about the found diagnostics to the XML output file (#​1078 by @​PeterKaszab).
Fixed

v4.2.0

Added
  • Add Arm64 VS 2022 extension support (#​990 by @​snickler).
  • Add analyzer "Add/remove blank line after file scoped namespace declaration" (RCS0060) (#​993).
    • Required option: roslynator_blank_line_after_file_scoped_namespace_declaration = true|false
    • Not enabled by default.
  • Add analyzer "Simplify argument null check" (RCS1255) (#​994).
    • Use ArgumentNullException.ThrowIfNull instead of if null check.
    • Not enabled by default.
  • Add analyzer "Invalid argument null check" (RCS1256) (#​888).
    • This analyzer reports null checks of arguments that are:
      • annotated as nullable reference type.
      • optional and its default value is null.
  • Add package Roslynator.Testing.CSharp.MSTest (#​997).
Changed
  • Disable RCS1080 by default (#​980).
  • [CLI] Bump Roslyn to 4.4.0 (#​998).
  • [CLI] Add support for .NET 7 and remove support for .NET 5 (#​985.
Fixed
  • Fix RCS1080 when collection is derived from List<T> (#​986).
  • Fix retrieving of trusted platform assemblies - separator differs by OS (#​987).
  • Fix refactoring (RR0014) (#​988).
  • Fix refactoring (RR0180) (#​988).
  • Recognize ArgumentNullException.ThrowIfNull (RCS1227) (#​992).
  • Detect pattern matching in RCS1146 (#​999).
  • Handle using directive that starts with global:: RCS0015 (#​1000).
  • [VS Extension] Reference all assemblies as 'Analyzer' and 'MefComponent' in vsix manifest (#​1002).
    • Fixes AD0001 with System.IO.FileNotFoundException on Visual Studio 17.4 and later.

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@dnfadmin
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

❌ renovate[bot] sign now
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 3 times, most recently from ca6cb7e to 3cec514 Compare December 5, 2022 01:22
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch from 3cec514 to d71c47b Compare December 14, 2022 19:01
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 2 times, most recently from 6585969 to 4fba77a Compare December 31, 2022 18:48
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 3 times, most recently from f70bae5 to 6d55815 Compare January 12, 2023 14:24
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 2 times, most recently from 5036528 to 0306dcf Compare January 26, 2023 03:28
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 3 times, most recently from fb8c7f1 to 8f3a2ef Compare February 9, 2023 17:49
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 3 times, most recently from 7ef9e01 to 4efbc65 Compare March 1, 2023 14:42
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch from 4efbc65 to 85fd505 Compare March 1, 2023 18:37
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 2 times, most recently from 507eae7 to 25e87f1 Compare March 16, 2023 10:19
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 2 times, most recently from e488296 to a08ca38 Compare April 3, 2023 14:33
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 2 times, most recently from 94c11dd to 97abdad Compare April 24, 2023 15:21
@renovate renovate bot changed the title chore: Update dependency Roslynator.Analyzers to v4.2.0 chore: Update dependency Roslynator.Analyzers to v4.3.0 Apr 24, 2023
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 3 times, most recently from 74c373f to 296b4ad Compare May 12, 2023 13:29
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch from fb3d625 to b8d1382 Compare November 22, 2023 21:14
@renovate renovate bot changed the title chore: Update dependency Roslynator.Analyzers to v4.6.2 chore: Update dependency Roslynator.Analyzers to v4.6.3 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 2 times, most recently from 28d5d5a to 5045201 Compare November 24, 2023 07:25
@renovate renovate bot changed the title chore: Update dependency Roslynator.Analyzers to v4.6.3 chore: Update dependency Roslynator.Analyzers to v4.6.4 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch from 5045201 to cd0b2ac Compare November 27, 2023 23:15
@renovate renovate bot changed the title chore: Update dependency Roslynator.Analyzers to v4.6.4 chore: Update dependency Roslynator.Analyzers to v4.7.0 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch from cd0b2ac to e1e380b Compare December 3, 2023 18:32
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 3 times, most recently from 481b4d1 to 1eb294d Compare January 2, 2024 15:06
@renovate renovate bot changed the title chore: Update dependency Roslynator.Analyzers to v4.7.0 chore: Update dependency Roslynator.Analyzers to v4.8.0 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 4 times, most recently from 14d8102 to a2b3a3e Compare January 6, 2024 23:34
@renovate renovate bot changed the title chore: Update dependency Roslynator.Analyzers to v4.8.0 chore: Update dependency Roslynator.Analyzers to v4.9.0 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 3 times, most recently from 945818e to f6df4c1 Compare January 15, 2024 18:23
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch 3 times, most recently from 606ed0d to 03b8f1d Compare January 24, 2024 22:09
@renovate renovate bot changed the title chore: Update dependency Roslynator.Analyzers to v4.9.0 chore: Update dependency Roslynator.Analyzers to v4.10.0 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch from 03b8f1d to 2da7207 Compare January 31, 2024 11:03
@renovate renovate bot force-pushed the renovate/roslynator.analyzers-4.x branch from 2da7207 to 7144656 Compare January 31, 2024 16:37
@renovate renovate bot changed the title chore: Update dependency Roslynator.Analyzers to v4.10.0 chore: Update dependency Roslynator.Analyzers to v4.10.0 - autoclosed Jan 31, 2024
@renovate renovate bot closed this Jan 31, 2024
@renovate renovate bot deleted the renovate/roslynator.analyzers-4.x branch January 31, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant