DotNetAnalyzers / AspNetCoreAnalyzers

MIT License
62 stars 4 forks source link

Bump TunnelVisionLabs.ReferenceAssemblyAnnotator from 1.0.0-alpha.160 to 1.0.0-alpha.97 #99

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps TunnelVisionLabs.ReferenceAssemblyAnnotator from 1.0.0-alpha.160 to 1.0.0-alpha.97.

Release notes

Sourced from TunnelVisionLabs.ReferenceAssemblyAnnotator's releases.

1.0.0-alpha.97

  • Bug fixes
    • 'AllowNullAttribute::.ctor()' is declared in another module and needs to be imported (#44 / #47)
    • Remove DisallowNullAttribute from base equality comparers (#46 / #47)
  • Internal code cleanup
    • Project updates (#45)

1.0.0-alpha.90

  • Documentation improvements (#36)
  • Bug fixes
    • "AnnotatorBuildTask" task failed unexpectedly with Mono.Cecil.AssemblyResolutionException (#37 / #39)
  • Internal code cleanup
    • Suppress dependencies when packing (#42)
    • Refactor well-known types (#43)

1.0.0-alpha.77

  • Bug fixes
    • NuGetPackageRoot doesn't always have a trailing slash (#33)
    • NoWarn doesn't suppress RA1000 (#31 / #34)
    • Add the recommended URLs to the NuGet package metadata (#35)

1.0.0-alpha.69

  • Bug fixes
    • Mark the NuGet package as a development dependency (#26)
    • Ensure the rewritten assembly is marked with [assembly: ReferenceAssembly]
    • Annotate implemented interfaces (#28)
    • Skip mixed-mode assemblies with a warning (#29)
    • Report a build error if AnnotatedReferenceAssemblyVersion is not defined

1.0.0-alpha.53

  • Bug fixes
    • Remove the Mono.Cecil dependency from the published NuGet package.

1.0.0-alpha.50

  • Features
    • Automatically annotate more .NET Framework assemblies

1.0.0-alpha.48

  • Bug fixes
    • Fix support for netcoreapp1.1 and netcoreapp2.0
    • Fix support for NETStandard.Library packages appearing in both the user's NuGet cache and in the fallback folder

1.0.0-alpha.43

  • Bug fixes
    • Fix support for netstandard1.x targets

1.0.0-alpha.31

  • Bug fixes
    • Fix support for NuGet fallback folders
    • Improve build error messages

... (truncated)

Commits
  • ea04901 Merge pull request #47 from sharwell/exclusions
  • c7a5f8d Make sure to import constructor reference
  • 0baf783 Remove DisallowNullAttribute from base equality comparers
  • 0a5a5ed Merge pull request #45 from sharwell/project-updates
  • b041a74 Update to the 16.4 compiler
  • 8a9351c Update to TunnelVisionLabs.ReferenceAssemblyAnnotator 1.0.0-alpha.90
  • 272e3a7 Simplify package references
  • 993e281 Merge pull request #43 from sharwell/type-provider
  • 0763900 Simplify code using CompilerGeneratedAttribute and EmbeddedAttribute
  • 205c425 Simplify provided attribute implementations
  • Additional commits viewable 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 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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.