Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.Net: Bump Moq.Analyzers from 0.1.0 to 0.1.1 in /dotnet (microsoft#7401)
Bumps [Moq.Analyzers](https://github.com/rjmurillo/moq.analyzers) from 0.1.0 to 0.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rjmurillo/moq.analyzers/releases">Moq.Analyzers's releases</a>.</em></p> <blockquote> <h2>v0.1.1</h2> <p>Lots of "housekeeping" this release, and a few bug fixes. We also now have rule documentation! Special thanks to <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> for his contributions to make working on the analyzers easier and improving our confidence and productivity.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/rjmurillo/moq.analyzers/compare/v0.1.0...v0.1.1">https://github.com/rjmurillo/moq.analyzers/compare/v0.1.0...v0.1.1</a></p> <h2>What's Changed</h2> <p>Ownership of the <code>Moq.Analyzers</code> and <code>Moq.Autocomplete</code> has been transferred from <a href="https://github.com/Litee"><code>@Litee</code></a> to <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a>.</p> <h3>Bug fixes</h3> <ul> <li>Moq1002: Update constructor checks by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/115">rjmurillo/moq.analyzers#115</a>. This resolves <a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/55">#55</a> by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a></li> <li>Refactor Moq1300 to use IOperation-based analysis by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/125">rjmurillo/moq.analyzers#125</a></li> </ul> <h3>Changes to rules</h3> <p>There <em>should</em> be no behavioral differences with these changes to the rule code. If you find any, please <a href="https://github.com/rjmurillo/moq.analyzers/issues/new">submit a new issue</a>.</p> <ul> <li>Clean up README and add docs for each analyzer rule by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/77">rjmurillo/moq.analyzers#77</a></li> <li>Add analyzer release tracking by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/84">rjmurillo/moq.analyzers#84</a></li> <li>Add cancellation tokens to methods that have a parameter but we don't pass by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/52">rjmurillo/moq.analyzers#52</a></li> <li>Enable ConcurrentExecution and disable generated code analysis by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/70">rjmurillo/moq.analyzers#70</a></li> <li>Update code to remove warnings from backlog by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/73">rjmurillo/moq.analyzers#73</a></li> <li>Remove RegEx from analyzers by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/81">rjmurillo/moq.analyzers#81</a></li> <li>Remove period from analyzer messages and inline in the analyzer classes by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/86">rjmurillo/moq.analyzers#86</a></li> </ul> <h3>Updates to test and infrastructure</h3> <ul> <li>Refactor tests to simplify and inline test cases by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/57">rjmurillo/moq.analyzers#57</a></li> <li>Update analysis mode and warning level to preview and 9999 by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/59">rjmurillo/moq.analyzers#59</a></li> <li>Extract code analysis to its own build slice and update analyzers to latest versions by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/60">rjmurillo/moq.analyzers#60</a></li> <li>Move test packages to build slice, update to latest version, and enable parallel tests by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/61">rjmurillo/moq.analyzers#61</a></li> <li>Replace our custom test harness with <code>Microsoft.CodeAnalysis</code> testing harness by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/65">rjmurillo/moq.analyzers#65</a></li> <li>Clean up of using statements by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/66">rjmurillo/moq.analyzers#66</a></li> <li>Rename <code>master</code> to <code>main</code> by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/69">rjmurillo/moq.analyzers#69</a></li> <li>Cache reference assemblies between tests to improve performance by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/71">rjmurillo/moq.analyzers#71</a></li> <li>Convert from var to explicit type by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/74">rjmurillo/moq.analyzers#74</a></li> <li>Refactor unit tests: data driven tests and leverage <code>Microsoft.CodeAnalysis.Testing</code> patterns by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/76">rjmurillo/moq.analyzers#76</a></li> <li>Add Code coverage report by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/79">rjmurillo/moq.analyzers#79</a></li> <li>Fix <code>dotnet test</code> when not generating code coverage reports by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/80">rjmurillo/moq.analyzers#80</a></li> <li>Refactor test cases to matrix on <code>Moq</code> version by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/82">rjmurillo/moq.analyzers#82</a></li> <li>Fix SA0001: XML comment analysis is disabled due to project configuration by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/87">rjmurillo/moq.analyzers#87</a></li> <li>Fix trivial warnings by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/88">rjmurillo/moq.analyzers#88</a></li> <li>Update README.md to add leading and trailing pipes in table by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/94">rjmurillo/moq.analyzers#94</a></li> <li>Create dependabot.yml by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/93">rjmurillo/moq.analyzers#93</a></li> <li>Update main.yml to add codacy test coverage by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/92">rjmurillo/moq.analyzers#92</a></li> <li>Add more analyzers and bump <code>Meziantou.Analzer</code> to latest version by <a href="https://github.com/rjmurillo"><code>@rjmurillo</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/89">rjmurillo/moq.analyzers#89</a></li> <li>Bump <code>Verify.Xunit</code> from 25.0.1 to 25.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/100">rjmurillo/moq.analyzers#100</a></li> <li>Remove <code>Microsoft.CodeAnalysis.CSharp.Analyzer.Testing</code> by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/102">rjmurillo/moq.analyzers#102</a></li> <li>Dependabot ignore packages that impact customer compatibility by <a href="https://github.com/MattKotsenas"><code>@MattKotsenas</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/101">rjmurillo/moq.analyzers#101</a></li> <li>Bump <code>Microsoft.CodeAnalysis.CSharp.CodeFix.Testing</code> from 1.1.2-beta1.24273.1 to 1.1.2-beta1.24314.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/103">rjmurillo/moq.analyzers#103</a></li> <li>Bump <code>Nerdbank.GitVersioning</code> from 3.6.133 to 3.6.139 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/rjmurillo/moq.analyzers/pull/99">rjmurillo/moq.analyzers#99</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/3b1676be5d637fb80595c04bdef8bdbce198cd32"><code>3b1676b</code></a> Bump SonarAnalyzer.CSharp from 9.27.0.93347 to 9.28.0.94264 (<a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/136">#136</a>)</li> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/39e45bca2c841a98d11b40bc0351b9e736b80747"><code>39e45bc</code></a> Update to latest version of DotNet.ReproducibleBuilds (<a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/137">#137</a>)</li> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/f19ad3894e1dcdd9a5fb890b5c9ef31a44456c7e"><code>f19ad38</code></a> Bump Meziantou.Analyzer from 2.0.158 to 2.0.159 (<a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/135">#135</a>)</li> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/729c53148682c5cdf4cf5bff5dc8322fcf790b25"><code>729c531</code></a> Add BDN perf comparison tool from roslyn analyzers (<a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/119">#119</a>)</li> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/8e5fab44015d1c9daa8371280e9676e102b2d32e"><code>8e5fab4</code></a> Add composite analyzer to test all analyzers (<a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/128">#128</a>)</li> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/9b41015812d38f7577c5a3488b515de1961ee640"><code>9b41015</code></a> Add extension method to create Diagnostic (<a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/126">#126</a>)</li> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/2dcad69955102f6237eb291a15d320d8fff5ff7a"><code>2dcad69</code></a> Refactor Moq1300 to use IOperation-based analysis (<a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/125">#125</a>)</li> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/be45e1153c2c68f8fd6ee58e7263bbc587b3ae69"><code>be45e11</code></a> Update ConstructorArgumentsShouldMatchAnalyzer test cases to make sure all po...</li> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/e3e5dec23cf7660fc531006755cff62748d3c22b"><code>e3e5dec</code></a> Moq1002: Update constructor checks (<a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/115">#115</a>)</li> <li><a href="https://github.com/rjmurillo/moq.analyzers/commit/48a4859bab93c3771e85473bba6d6356f8baa2fd"><code>48a4859</code></a> Bump Verify.Xunit from 25.0.3 to 25.0.4 (<a href="https://redirect.github.com/rjmurillo/moq.analyzers/issues/121">#121</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rjmurillo/moq.analyzers/compare/v0.1.0...v0.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Moq.Analyzers&package-manager=nuget&previous-version=0.1.0&new-version=0.1.1)](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>
- Loading branch information