GitTools / GitReleaseManager

Tool for creating and exporting releases for software applications hosted on GitHub
https://gittools.github.io/GitReleaseManager/docs/
MIT License
309 stars 39 forks source link

Bump Roslynator.Analyzers from 4.0.2 to 4.4.0 in /src #499

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Roslynator.Analyzers from 4.0.2 to 4.4.0.

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.4.0

No release notes provided.

v4.3.0

No release notes provided.

v4.2.0

No release notes provided.

v4.1.2

No release notes provided.

v4.1.1

  • Bug fixes

v4.1.0

  • Add analyzer RCS1254 (Normalize format of enum flag value)
  • Add analyzer RCS1253 (Format documentation comment summary)
  • Add analyzer RCS1252 (Normalize usage of infinite loop)
  • Add analyzer RCS1251 (Remove unnecessary braces from record declaration)
  • Add refactoring Deconstruct foreach variable (RR0217)
  • Add code fix for CS8602, CS8604
  • Add suggestion to call AddRange instead of Add (RCS1235)
  • Put back refactoring "Split local declaration and assignment" (RR0194) (issue)
  • Adopt activation events in VS Code extension (issue) (thanks to ProphetLamb)
  • Fix: Get config value from global AnalyzerConfig if available (issue)
  • Fix: Do not suggest using null-forgiving operator for parameter default value (CS8625)
  • Fix: Check if equality operator is overloaded (RCS1171)
  • Fix: Do not remove field initialization in struct with constructor(s) (RCS1129)
Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.4.0] - 2023-08-01

Added

  • Add GitHub workflow (#1112)

Changed

  • [CLI] Bump Roslyn to 4.6.0 (#1106).
  • Bump Roslyn to 4.4.0 (#1116).
  • Migrate documentation to Docusaurus (#922).
  • [Testing Framework] Bump Roslyn to 4.6.0 (#1144).

Fixed

[4.3.0] - 2023-04-24

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

  • Fix RCS1084 (#1006).
  • Fix RCS1244 (#1007).
  • [CLI] Add nullable reference type modifier when creating a list of symbols (list-symbols command) (#1013).
  • Add/remove blank line after file scoped namespace declaration (RCS0060) (#1014).
  • Do not remove overriding member in record (RCS1132) (#1015).

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
gittools-bot commented 1 year ago

:tada: This issue has been resolved in version 0.14.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: