daviddotcs / safe-routing

A C# source generator for ASP.NET Core razor pages and MVC controllers which produces strongly-typed identifiers for routes.
MIT License
27 stars 1 forks source link

Bump Meziantou.Analyzer from 2.0.143 to 2.0.149 in /src #133

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps Meziantou.Analyzer from 2.0.143 to 2.0.149.

Release notes

Sourced from Meziantou.Analyzer's releases.

2.0.149

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.149

What's Changed

Full Changelog: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.148...2.0.149

2.0.148

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.148

What's Changed

Full Changelog: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.147...2.0.148

2.0.147

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.147

What's Changed

Full Changelog: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.146...2.0.147

2.0.146

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.146

What's Changed

Full Changelog: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.145...2.0.146

2.0.145

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.145

What's Changed

Full Changelog: https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.144...2.0.145

2.0.144

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.144

What's Changed

... (truncated)

Commits
  • b142bc9 Improve MA0155 to report async void local functions
  • 3f9828d New rule (disabled by default) to detect async void methods
  • 571aeb4 Fix formatting
  • 93adc00 Update all dependencies
  • c3e2bbe Document MA0010 is equivalent to CA1018
  • 7bbd9d2 MA0115 detects the AddComponentParameter method
  • c0972b2 Add code fixer for MA0154
  • 78170a9 Improve performance of some rules
  • d947560 New rule MA0154: Use langword in XML comment
  • 34a70d7 Grammatical correction of some comments
  • See full diff in compare view


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)
dependabot[bot] commented 2 months ago

Superseded by #134.