DotNetAnalyzers / AspNetCoreAnalyzers

MIT License
62 stars 4 forks source link

Bump Gu.Roslyn.Asserts from 4.0.0 to 4.0.2 #83

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Gu.Roslyn.Asserts from 4.0.0 to 4.0.2.

Changelog

Sourced from Gu.Roslyn.Asserts's changelog.

4.0.2

  • BREAKING: Remove duplicate enum AllowedCompilationDiagnostics.

4.0.1

  • BREAKING: Broke everything, all I can say is I'm sorry. See the documentation for new API. Found no way out of the mess I created before.

3.3.1

  • BUGFIX: Handle collision in metadata references.

3.2.2

  • BUGFIX: infinite loop in analyzer when looking for replacements.
  • OBSOLETE: for changing to RoslynAssert.MetadataReferences. (Code fix changing to preferred API)
  • Make analyzers default disabled. Most of them are pretty useless.
  • BUGFIX: SolutionFile.Find(Assembly) when more than one sln.

3.2

  • FEATURE: Copy to local analyzer and fix.
  • BUGFIX: Allow CodeFix to have many diagnostics as long as there is only one fix.
  • OBSOLETE: Global state, prefer attributes.
  • FEATURE: SuppressWarningsAttribute
  • BREAKING: Rename parameters suppressWarnings was suppressedDiagnostics (with code fix)
  • FEATURE: Handle AdditionalLocations
  • USABILITY: Improved error messages.

3.1

  • FEATURE: Better error message: include compiler error if no diagnostics.
  • FEATURE: Analyzer nuget for fixing breaking changes.
  • BREAKING: Synchronized parameter names and positions. Shipping code fixes that fixes breakages.
  • BREAKING: More optional parameters for many overloads.
  • OBSOLETE: Generic API added a code fix for refactoring to preferred API.
  • BREAKING: Require code in RoslynAssert.Diagnostics to compile. This may break existing tests but it is a good thing.

3.0

  • BREAKING: Microsoft.CodeAnalysis >= 3.
  • BREAKING: Drop net46 support.

2.9.0

  • FEATURE: RoslynAssert.NoRefactoring.
  • BREAKING: Move title parameter in RoslynAssert.Refactoring.
  • BUGFIX: Swap actual and expected in RoslynAssert.Refactoring.

2.8.0

  • FEATURE: Make trivia configurable in AstWriter output.
  • BREAKING: AstWriterSettings(AstFormat) was AstWriterSettings(bool)
  • FEATURE: Setting for ignoring empty trivia.

2.7.1

  • BUGFIX: RoslynAssert.CodeFix() when partial classes in multiple documents.

2.7.0

... (truncated)

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)