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

Update roslynator to v4.2.0 #801

Merged
merged 1 commit into from
Nov 28, 2022
Merged

Update roslynator to v4.2.0 #801

merged 1 commit into from
Nov 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Roslynator.Analyzers nuget minor 4.1.2 -> 4.2.0
Roslynator.CodeAnalysis.Analyzers nuget minor 4.1.2 -> 4.2.0
Roslynator.Formatting.Analyzers nuget minor 4.1.2 -> 4.2.0

Release Notes

josefpihrt/roslynator

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: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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.

@renovate renovate bot added the 🚚 private-dependencies Private dependency label Nov 27, 2022
@renovate renovate bot enabled auto-merge (rebase) November 27, 2022 23:59
@github-actions github-actions bot added this to the v7.1.4 milestone Nov 28, 2022
@renovate renovate bot merged commit 3a322ab into master Nov 28, 2022
@renovate renovate bot deleted the renovate/roslynator branch November 28, 2022 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚚 private-dependencies Private dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants