Conversation
Bumps [Roslynator.CodeAnalysis.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.CodeAnalysis.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
crickman
approved these changes
Aug 28, 2023
teamleader-dev
pushed a commit
to vlink-group/chat-copilot
that referenced
this pull request
Oct 7, 2024
…microsoft#252) Bumps [Roslynator.CodeAnalysis.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.CodeAnalysis.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 "Use enum field explicitly" (<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 "Unnecessary enum flag" <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 "Include/omit trailing comma" (<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 <COMMAND></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 "update"</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 /> [](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
…microsoft#252) Bumps [Roslynator.CodeAnalysis.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.CodeAnalysis.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 "Use enum field explicitly" (<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 "Unnecessary enum flag" <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 "Include/omit trailing comma" (<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 <COMMAND></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 "update"</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 /> [](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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps Roslynator.CodeAnalysis.Analyzers from 4.4.0 to 4.5.0.
Changelog
Sourced from Roslynator.CodeAnalysis.Analyzers's changelog.
Commits
d4d27d8Release 4.5.0 (#1189)914b232Add analyzer 'Add/remove trailing comma' (#931)971754bImprove indentation analysis (#1188)f6fdc7aFix globbing to include/exclude projects (#1183)a71425aRemove command list-vs (#1186)d95f921Remove command sln-list (#1187)7aaaa64Remove command list-references (#1185)0a54575Remove command generate-source-references (#1184)8952a0eRevert "update"33de405updateDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)