Skip to content

Bump Roslynator.Formatting.Analyzers from 4.4.0 to 4.5.0 in /webapi#254

Merged
crickman merged 1 commit intomainfrom
dependabot/nuget/webapi/Roslynator.Formatting.Analyzers-4.5.0
Aug 28, 2023
Merged

Bump Roslynator.Formatting.Analyzers from 4.4.0 to 4.5.0 in /webapi#254
crickman merged 1 commit intomainfrom
dependabot/nuget/webapi/Roslynator.Formatting.Analyzers-4.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 28, 2023

Bumps Roslynator.Formatting.Analyzers from 4.4.0 to 4.5.0.

Changelog

Sourced from Roslynator.Formatting.Analyzers's changelog.

[4.5.0] - 2023-08-27

Added

  • Add SECURITY.md (#1147)
  • Add custom FixAllProvider for RCS1014 (#1070).
  • Add more cases to RCS1097 (#1160).
  • Add analyzer "Use enum field explicitly" (RCS1257) (#889).
    • Enabled by default.
  • Add analyzer "Unnecessary enum flag" RCS1258 (#886).
    • Enabled by default.
  • Make Roslynator.Rename.SymbolRenamer public (#1161)
  • Analyzer 'Remove empty syntax' (RCS1259) (#913).
    • 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) (#1178, #1183).
  • Add analyzer "Include/omit trailing comma" (RCS1256) (#931).
    • 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> (#1179)

Fixed

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 <dependency name> 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)

Bumps [Roslynator.Formatting.Analyzers](https://github.com/josefpihrt/roslynator) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/josefpihrt/roslynator/releases)
- [Changelog](https://github.com/JosefPihrt/Roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.4.0...v4.5.0)

---
updated-dependencies:
- dependency-name: Roslynator.Formatting.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 28, 2023
@github-actions github-actions Bot added webapi Pull requests that update .net code PR: ready for review and removed dependencies Pull requests that update a dependency file labels Aug 28, 2023
@crickman crickman enabled auto-merge August 28, 2023 16:26
@crickman crickman added this pull request to the merge queue Aug 28, 2023
Merged via the queue into main with commit f5a0cae Aug 28, 2023
@crickman crickman deleted the dependabot/nuget/webapi/Roslynator.Formatting.Analyzers-4.5.0 branch August 28, 2023 16:27
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
…icrosoft#254)

Bumps
[Roslynator.Formatting.Analyzers](https://github.com/josefpihrt/roslynator)
from 4.4.0 to 4.5.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/JosefPihrt/Roslynator/blob/main/ChangeLog.md">Roslynator.Formatting.Analyzers's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.0] - 2023-08-27</h2>
<h3>Added</h3>
<ul>
<li>Add SECURITY.md (<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1147">#1147</a>)</li>
<li>Add custom FixAllProvider for <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1014">RCS1014</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1070">#1070</a>).</li>
<li>Add more cases to <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1097">RCS1097</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1160">#1160</a>).</li>
<li>Add analyzer &quot;Use enum field explicitly&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1257">RCS1257</a>)
(<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/889">#889</a>).
<ul>
<li>Enabled by default.</li>
</ul>
</li>
<li>Add analyzer &quot;Unnecessary enum flag&quot; <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1258">RCS1258</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/886">#886</a>).
<ul>
<li>Enabled by default.</li>
</ul>
</li>
<li>Make <code>Roslynator.Rename.SymbolRenamer</code> public (<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1161">#1161</a>)</li>
<li>Analyzer 'Remove empty syntax' (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1259">RCS1259</a>)
(<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/913">#913</a>).
<ul>
<li>This analyzer replaces following analyzers:
<ul>
<li>Remove empty empty statement (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1038">RCS1038</a>)</li>
<li>Remove empty 'else' clause (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1040">RCS1040</a>)</li>
<li>Remove empty object initializer (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1041">RCS1041</a>)</li>
<li>Remove empty 'finally' clause (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1066">RCS1066</a>)</li>
<li>Remove empty namespace declaration (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1072">RCS1072</a>)</li>
<li>Remove empty region directive (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1091">RCS1091</a>)</li>
<li>Remove empty destructor (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1106">RCS1106</a>)</li>
</ul>
</li>
</ul>
</li>
<li>[CLI] Add glob pattern matching (<code>--include</code> or/and
<code>--exclude</code>) (<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1178">#1178</a>,
<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1183">#1183</a>).</li>
<li>Add analyzer &quot;Include/omit trailing comma&quot; (<a
href="https://github.com/JosefPihrt/Roslynator/blob/main/docs/analyzers/RCS1256.md">RCS1256</a>)
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/931">#931</a>).
<ul>
<li>Required option: <code>roslynator_trailing_comma_style =
include|omit|omit_when_single_line</code></li>
<li>Not enabled by default</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[CLI] Open help in web browser when running command <code>roslynator
help &lt;COMMAND&gt;</code> (<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1179">#1179</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1187">RCS1187</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1150">#1150</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1056">RCS1056</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1154">#1154</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1208">RCS1208</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1153">#1153</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1043">RCS1043</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1176">#1176</a>).</li>
<li>[CLI] Fix exit code of <code>spellcheck</code> command (<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1177">#1177</a>).</li>
<li>Improve indentation analysis (<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1188">#1188</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/d4d27d8677693ab9202915c895486084d0a68fa8"><code>d4d27d8</code></a>
Release 4.5.0 (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1189">#1189</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/914b232d7a7916ae8bd36f1bd472f5e708c7fc33"><code>914b232</code></a>
Add analyzer 'Add/remove trailing comma' (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/931">#931</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/971754ba6725c022467d34f9cfa77e23edb3b3e6"><code>971754b</code></a>
Improve indentation analysis (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1188">#1188</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/f6fdc7a0a785db4ce1aa0edd00d9065ba0bba70c"><code>f6fdc7a</code></a>
Fix globbing to include/exclude projects (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1183">#1183</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/a71425a1c82a89aaa2c84095b6b34351c563c036"><code>a71425a</code></a>
Remove command list-vs (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1186">#1186</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/d95f921f6f16e531ad8a5e12a07c3c1295c2bf2a"><code>d95f921</code></a>
Remove command sln-list (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1187">#1187</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/7aaaa64dd41ec9303703759e508f890c48d14a30"><code>7aaaa64</code></a>
Remove command list-references (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1185">#1185</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/0a545759d9e1741e9c20750cab9e141dde0ea751"><code>0a54575</code></a>
Remove command generate-source-references (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1184">#1184</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/8952a0e4055df3c6ce4d487dc2feff61df3d89c6"><code>8952a0e</code></a>
Revert &quot;update&quot;</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/33de4053e74bb0663ab9de6665a643b4d9f45ada"><code>33de405</code></a>
update</li>
<li>Additional commits viewable in <a
href="https://github.com/josefpihrt/roslynator/compare/v4.4.0...v4.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Formatting.Analyzers&package-manager=nuget&previous-version=4.4.0&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
…icrosoft#254)

Bumps
[Roslynator.Formatting.Analyzers](https://github.com/josefpihrt/roslynator)
from 4.4.0 to 4.5.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/JosefPihrt/Roslynator/blob/main/ChangeLog.md">Roslynator.Formatting.Analyzers's
changelog</a>.</em></p>
<blockquote>
<h2>[4.5.0] - 2023-08-27</h2>
<h3>Added</h3>
<ul>
<li>Add SECURITY.md (<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1147">#1147</a>)</li>
<li>Add custom FixAllProvider for <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1014">RCS1014</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1070">#1070</a>).</li>
<li>Add more cases to <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1097">RCS1097</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1160">#1160</a>).</li>
<li>Add analyzer &quot;Use enum field explicitly&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1257">RCS1257</a>)
(<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/889">#889</a>).
<ul>
<li>Enabled by default.</li>
</ul>
</li>
<li>Add analyzer &quot;Unnecessary enum flag&quot; <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1258">RCS1258</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/886">#886</a>).
<ul>
<li>Enabled by default.</li>
</ul>
</li>
<li>Make <code>Roslynator.Rename.SymbolRenamer</code> public (<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1161">#1161</a>)</li>
<li>Analyzer 'Remove empty syntax' (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1259">RCS1259</a>)
(<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/913">#913</a>).
<ul>
<li>This analyzer replaces following analyzers:
<ul>
<li>Remove empty empty statement (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1038">RCS1038</a>)</li>
<li>Remove empty 'else' clause (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1040">RCS1040</a>)</li>
<li>Remove empty object initializer (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1041">RCS1041</a>)</li>
<li>Remove empty 'finally' clause (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1066">RCS1066</a>)</li>
<li>Remove empty namespace declaration (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1072">RCS1072</a>)</li>
<li>Remove empty region directive (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1091">RCS1091</a>)</li>
<li>Remove empty destructor (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1106">RCS1106</a>)</li>
</ul>
</li>
</ul>
</li>
<li>[CLI] Add glob pattern matching (<code>--include</code> or/and
<code>--exclude</code>) (<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1178">#1178</a>,
<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1183">#1183</a>).</li>
<li>Add analyzer &quot;Include/omit trailing comma&quot; (<a
href="https://github.com/JosefPihrt/Roslynator/blob/main/docs/analyzers/RCS1256.md">RCS1256</a>)
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/931">#931</a>).
<ul>
<li>Required option: <code>roslynator_trailing_comma_style =
include|omit|omit_when_single_line</code></li>
<li>Not enabled by default</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[CLI] Open help in web browser when running command <code>roslynator
help &lt;COMMAND&gt;</code> (<a
href="https://redirect.github.com/josefpihrt/roslynator/pull/1179">#1179</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1187">RCS1187</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1150">#1150</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1056">RCS1056</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1154">#1154</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1208">RCS1208</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1153">#1153</a>).</li>
<li>Fix <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1043">RCS1043</a>
(<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1176">#1176</a>).</li>
<li>[CLI] Fix exit code of <code>spellcheck</code> command (<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1177">#1177</a>).</li>
<li>Improve indentation analysis (<a
href="https://redirect.github.com/JosefPihrt/Roslynator/pull/1188">#1188</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/d4d27d8677693ab9202915c895486084d0a68fa8"><code>d4d27d8</code></a>
Release 4.5.0 (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1189">#1189</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/914b232d7a7916ae8bd36f1bd472f5e708c7fc33"><code>914b232</code></a>
Add analyzer 'Add/remove trailing comma' (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/931">#931</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/971754ba6725c022467d34f9cfa77e23edb3b3e6"><code>971754b</code></a>
Improve indentation analysis (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1188">#1188</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/f6fdc7a0a785db4ce1aa0edd00d9065ba0bba70c"><code>f6fdc7a</code></a>
Fix globbing to include/exclude projects (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1183">#1183</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/a71425a1c82a89aaa2c84095b6b34351c563c036"><code>a71425a</code></a>
Remove command list-vs (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1186">#1186</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/d95f921f6f16e531ad8a5e12a07c3c1295c2bf2a"><code>d95f921</code></a>
Remove command sln-list (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1187">#1187</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/7aaaa64dd41ec9303703759e508f890c48d14a30"><code>7aaaa64</code></a>
Remove command list-references (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1185">#1185</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/0a545759d9e1741e9c20750cab9e141dde0ea751"><code>0a54575</code></a>
Remove command generate-source-references (<a
href="https://redirect.github.com/josefpihrt/roslynator/issues/1184">#1184</a>)</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/8952a0e4055df3c6ce4d487dc2feff61df3d89c6"><code>8952a0e</code></a>
Revert &quot;update&quot;</li>
<li><a
href="https://github.com/JosefPihrt/Roslynator/commit/33de4053e74bb0663ab9de6665a643b4d9f45ada"><code>33de405</code></a>
update</li>
<li>Additional commits viewable in <a
href="https://github.com/josefpihrt/roslynator/compare/v4.4.0...v4.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Formatting.Analyzers&package-manager=nuget&previous-version=4.4.0&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jdtoombs pushed a commit to jdtoombs/chat-copilot that referenced this pull request Apr 10, 2025
…icrosoft#254)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NET Pull requests that update .net code webapi Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant