DotNetAnalyzers / ReflectionAnalyzers

Analyzers checking System.Reflection
MIT License
80 stars 8 forks source link

Bump Gu.Roslyn.Extensions from 0.15.4 to 0.15.5 #237

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps Gu.Roslyn.Extensions from 0.15.4 to 0.15.5.

Changelog

Sourced from Gu.Roslyn.Extensions's changelog.

0.15.5

  • BUFIX: IsRepresentationPreservingConversion when cast reference type.

0.15.3

  • BUGFIX: Don't use Roslyn SymbolEqualityComparer

0.15.0

  • BREAKING: recursion.Target() returns syntax node for invocation as it can be a local function

0.14.4

  • BUGFIX: QualifiedType == BaseTypeSyntax.

0.14.3

  • Only compare nullability if both types are annotated reference types.

0.14.2

  • Only compare nullability if both types are annotated.

0.14.1

  • Return annotated types from GetType()

0.14.0

  • BREAKING: Use Roslyn 3.5.0

0.13.0

  • BREAKING: Roslyn 3.3.1 and netstandard 2.0

0.12.9

  • BUGFIX: Handle default CodeStyleOptions

0.12.8

  • BUGFIX: Handle using C = C

0.12.6

  • BUGFIX: Infinite recursion when comparing generic parameter.

0.7

FEATURE: Scope BREAKING: Rename SearchScope, was Scope BREAKING: Move IsExecutedBefore extension method to Scope

0.6.2

FEATURE: DocumentEditor.MoveBefore and MoveAfter. BUGFIX: Simplify in doc comments. BUGFIX: AttributeSyntaxExt.TryFindArgument when name. BREAKING: Move TryFindArgument to AttributeSyntaxExt. FEATURE: QualifiedType.Equals handle alias.

0.6

  • BREAKING: rename SyntaxTreeCache and SyntaxTreeCacheAnalyzer

... (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)