Tenacom / ReSharper.ExportAnnotations

MSBuild task to export JetBrains annotations (and optionally strip them) from a compiled assembly.
MIT License
1 stars 1 forks source link

Bump Buildvana.Sdk from 1.0.0-alpha.14 to 1.0.0-alpha.9 #53

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Buildvana.Sdk from 1.0.0-alpha.14 to 1.0.0-alpha.9.

Release notes

Sourced from Buildvana.Sdk's releases.

v1.0.0-alpha.9

See the changelog for more information.

v1.0.0-alpha.8

See the changelog for more information.

v1.0.0-alpha.7

See the changelog for more information.

v1.0.0-alpha.6

See the changelog for more information.

v1.0.0-alpha.5

See the changelog for more information.

v1.0.0-alpha.4

See the changelog.

v1.0.0-alpha.3

See the changelog.

v1.0.0-alpha.2

See the changelog.

Changelog

Sourced from Buildvana.Sdk's changelog.

1.0.0-alpha.14 (2021-09-13)

Changes to existing features

  • Warning NU1604 is no longer suppressed on dependencies automatically introduced in projects by Buildvana SDK. Suppressing the warning prevented a yellow triangle from appearing near the affected packages in Visual Studio 2019 until version 16.7; in version 16.11, on the contrary, the yellow triangle appears if the warning is suppressed.

1.0.0-alpha.13 (2021-09-12)

Changes to existing features

  • POTENTIALLY BREAKING CHANGE: The minimum supported MSBuild version is now 16.8 (.NET SDK 5.0, Visual Studio 2019 v16.8).
  • POTENTIALLY BREAKING CHANGE: Building with .NET Core 3.1 SDK is not supported any longer.

Bugs fixed in this release

  • Buildvana/Buildvana.Sdk#98 - XML documentation files are now correctly created (regression in versions 1.0.0-alpha.10 through 12).

1.0.0-alpha.12 (2021-01-19)

Bugs fixed in this release

1.0.0-alpha.11 (2021-01-19)

Bugs fixed in this release

  • Buildvana/Buildvana.Sdk#72 - False-positive BVW1400 and/or BVW1900 warnings are not raised any more.
  • Buildvana/Buildvana.Sdk#72 - Properties GenerateAssemblyCLSCompliantAttribute and GenerateAssemblyComVisibleAttribute are not set any more if GenerateLiteralAssemblyInfo is set to false.
  • Buildvana/Buildvana.Sdk#72 - LiteralAssemblyAttribute items are not generated any more if GenerateLiteralAssemblyInfo is set to false.
  • Buildvana/Buildvana.Sdk#72 - Warning CS3021 ("'type' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute") is not suppressed any more if GenerateLiteralAssemblyInfo is set to false.
  • Buildvana/Buildvana.Sdk#72 - Literal assembly attributes are now correctly regenerated if an attribute's named parameter changes.
  • Buildvana/Buildvana.Sdk#72 - WriteLiteralAssemblyAttributes and WriteThisAssemblyClass tasks are now correctly unloaded after execution.

1.0.0-alpha.10 (2021-01-03)

Changes to existing features

  • POTENTIALLY BREAKING CHANGE: The minimum supported MSBuild version is 16.7 (.NET SDK 3.1, Visual Studio 2019 v16.7).
  • BREAKING CHANGE: The syntax for parameters of literal assembly attributes, as well as constants in "ThisAssembly" classes, has changed. The new syntax is described in this document.
  • BREAKING CHANGE: The Microsoft.CodeAnalysis.FxCopAnalyzers package is not imported any more, due to its deprecation in favor of Microsoft.CodeAnalysis.NetAnalyzers (see the relevant documentation for more details).
  • BREAKING CHANGE: The UseStandardAnalyzers property is not used any more. The new UseStyleCopAnalyzers property enables the use of the StyleCop.Analyzers package.
  • Buildvana/Buildvana.Sdk#62 - Messages listing the icon, license file, and/or third-party copyright notice included in packages are now shown only when packing.
  • Buildvana/Buildvana.Sdk#57 - Generated ThisAssembly classes now have CompilerGenerated and ExcludeFromCodeCoverage attributes.
  • BREAKING CHANGE: Buildvana/Buildvana.Sdk#57 - The default for the UseJetBrainsAnnotations property is now false. The reason is that it was counterintuitive to mention JetBrains annotations in projects not using them.
  • Compiled tasks used to generate ThisAssembly classes and literal assembly attributes have been completely rewritten using Roslyn code generators.
  • The message for error BVE1004 now reports the minimum required MSBuild version.
  • The message for warning BVW1900 ("ThisAssembly class generation is only supported in C# and Visual Basic projects") now reports the Language MSBuild property value for the project.
  • POTENTIALLY BREAKING CHANGE: Errors BVE1900 and BVE1901 did not make sense with the new constant syntax. They have been removed, and the old error BVE1902 is now BVE1900.

... (truncated)

Commits
  • c9f1464 Update changelog and bump version to 1.0.0-alpha.9
  • 5b02505 Remove .NET Core 3.1 from build matrix as it doesn't know about the net5.0 TFM.
  • 119a1ad Rename CI job.
  • c509dd4 Add CI workflow.
  • 0805c9e Use a tagged version of labeler action.
  • ace62e1 Properly define areas for labeler action.
  • 80d324e Correct module name in label description.
  • b5f5368 Update changelog.
  • 9ba7289 Simplify logic and warning message in ThisAssemblyClass module.
  • 6011629 Update documentation: EnableThisAssemblyClass -> GenerateThisAssemblyClass.
  • 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

Looks like Buildvana.Sdk is up-to-date now, so this is no longer needed.