fullstackhero / blazor-wasm-boilerplate

Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.
https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/
MIT License
529 stars 324 forks source link

Bump Roslynator.Analyzers from 4.1.0 to 4.1.2 #236

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Roslynator.Analyzers from 4.1.0 to 4.1.2.

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.1.2

No release notes provided.

v4.1.1

  • Bug fixes
Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.1.2] - 2022-10-31

Added

  • Convert more syntax to implicit object creation (RCS1250) (#910).
  • Add code fix for CS0037 (#929).
  • [CLI] Generate reference documentation that can be published with Docusaurus (#918).
    • roslynator generate-doc --host docusaurus
  • [CLI] Generate reference documentation that can be published with Sphinx (#961).
    • roslynator generate-doc --host sphinx
  • [CLI] Basic support for <inheritdoc /> when generating documentation (generate-doc command) (#972).
  • [CLI] Add option ignored-title-parts (generate-doc command) (#975).

Changed

  • Rename default branch to main.
  • Format changelog according to 'Keep a Changelog' (#915).
  • [CLI] Improve release build of command-line tool (#912).
  • Do not sort properties in an initializer (RR0216).
  • [CLI] Bump Roslyn to 4.3.1 (#969).
  • [CLI] Bump Microsoft.Build.Locator to 1.5.5 (#969).

Fixed

  • [CLI] Fix filtering of projects (relates to --projects or --ignored-projects parameter) (#914).
  • Refactoring "Add using directive" (RR0014) now works when file-scoped namespace is used (#932).
  • Add parentheses if necessary in a code fix for RCS1197 (#928 by @​karl-sjogren).
  • Do not simplify default expression if it would change semantics (RCS1244) (#939.
  • Fix NullReferenceException in RCS1198 (#940.
  • Order named arguments even if optional arguments are not specified RCS1205 (#941, (#965.
  • Prefix identifier with @ if necessary (RCS1220) (#943.
  • Do not suggest to make local variable a const when it is used in ref extension method (RCS1118) (#948.
  • Fix formatting of argument list (#952.
  • Do not remove async/await when 'using declaration' is used (#953.
  • Convert if-else to return statement when pattern matching is used (RCS1073) (#956.
  • [CLI] Include compiler diagnostics in the xml output file of the roslynator analyze command (#964 by @​PeterKaszab).
  • Do not simplify 'default' expression if the type is inferred (RCS1244) (#966.
  • Use explicit type from lambda expression (RCS1008) (#967.
  • Do not remove constructor if it is decorated with 'UsedImplicitlyAttribute' (RCS1074) (#968.
  • Detect argument null check in the form of ArgumentNullException.ThrowIfNull (RR0025, RCS1227) (#974.
  • Do not make generic class static if it's inherited (RCS1102) (#978.

4.1.1 (2022-05-29)

  • Bug fixes
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 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 years ago

Superseded by #244.