Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps CSharpier.MSBuild from 0.30.5 to 0.30.6.

Release notes

Sourced from CSharpier.MSBuild's releases.

0.30.6

What's Changed

Trailing comma is placed on new line if last enum value is followed by a comment #1429

// input
enum MyEnum
{
    First,
    Second // the second value
}
// 0.30.5
enum MyEnum
{
First,
Second // the second value
,
}
// 0.30.6
enum MyEnum
{
First,
Second, // the second value
}

Full Changelog: belav/csharpier@0.30.5...0.30.6

Changelog

Sourced from CSharpier.MSBuild's changelog.

# 0.30.6

What's Changed

Trailing comma is placed on new line if last enum value is followed by a comment #1429

// input
enum MyEnum
{
    First,
    Second // the second value
}
// 0.30.5
enum MyEnum
{
First,
Second // the second value
,
}
// 0.30.6
enum MyEnum
{
First,
Second, // the second value
}

Full Changelog: belav/csharpier@0.30.5...0.30.6

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 will merge this PR once CI passes on it, as requested by @samtrion.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [CSharpier.MSBuild](https://github.com/belav/csharpier) from 0.30.5 to 0.30.6.
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.30.5...0.30.6)

---
updated-dependencies:
- dependency-name: CSharpier.MSBuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 10, 2025 21:21
@dependabot dependabot bot added the dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies. label Jan 10, 2025
@dependabot dependabot bot requested review from benwirren and removed request for a team January 10, 2025 21:21
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.63%. Comparing base (e7949ac) to head (3f1b1b0).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #595   +/-   ##
=======================================
  Coverage   98.63%   98.63%           
=======================================
  Files          79       79           
  Lines        1536     1536           
  Branches      252      252           
=======================================
  Hits         1515     1515           
  Misses         21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@samtrion samtrion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 35d6ac6 into main Jan 10, 2025
16 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/CSharpier.MSBuild-0.30.6 branch January 10, 2025 21:34
samtrion added a commit that referenced this pull request May 4, 2025
* chore(deps): bump Verify.Xunit from 28.6.0 to 28.6.1 in the verify group (#575)

* chore(deps): bump StackExchange.Redis from 2.8.22 to 2.8.24 (#576)

* chore(ci): bump dailydevops/pipelines from 0.12.47 to 0.14.1 (#577)

* chore(deps): bump NetEvolve.Defaults from 1.3.25 to 1.3.28 (#578)

* chore(deps): bump Verify.Xunit from 28.6.1 to 28.7.0 in the verify group (#579)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.6.1 to 23.7.0 (#580)

* chore(ci): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#581)

* chore(deps): bump CSharpier.MSBuild from 0.30.3 to 0.30.4 (#582)

* chore(deps): bump the coverlet group with 2 updates (#583)

* chore: Updated LICENSE [skip ci] (#584)

Co-authored-by: github-actions <github-actions@github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.1 to 0.14.10 (#585)

* chore(deps): bump NetEvolve.Defaults from 1.3.28 to 1.3.32 (#586)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.32 to 1.3.36 (#587)

* chore(deps): bump Verify.Xunit from 28.7.0 to 28.8.1 in the verify group (#588)

* chore(deps): bump CSharpier.MSBuild from 0.30.4 to 0.30.5 (#589)

* chore(deps): bump NetEvolve.Defaults from 1.3.36 to 1.3.39 (#590)

* chore(deps): bump Confluent.Kafka from 2.6.1 to 2.8.0 (#591)

* chore(ci): bump dailydevops/pipelines from 0.14.10 to 0.14.13 (#592)

* chore(deps): bump the xunit group with 2 updates (#593)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump SonarAnalyzer.CSharp (#594)

* chore(deps): bump CSharpier.MSBuild from 0.30.5 to 0.30.6 (#595)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Verify.Xunit from 28.8.1 to 28.9.0 in the verify group (#596)

* chore(deps): bump System.Text.Json from 9.0.0 to 9.0.1 (#598)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.0 to 9.0.1 (#599)

* chore(deps): bump Azure.Data.Tables from 12.9.1 to 12.10.0 (#597)

* chore(deps): bump Azure.Identity from 1.13.1 to 1.13.2 (#600)

* chore(deps): bump the coverlet group with 2 updates (#601)

* chore(deps): bump ClickHouse.Client from 7.9.1 to 7.10.0 (#602)

* chore(deps): bump MySql.Data and System.Text.Json (#603)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.39 to 1.3.47 (#604)

* chore(deps): bump PublicApiGenerator from 11.3.0 to 11.4.0 (#605)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.1 to 0.11.2 (#606)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Roslynator.Analyzers from 4.12.10 to 4.12.11 (#609)

* chore(deps): bump PublicApiGenerator from 11.4.0 to 11.4.1 (#607)

Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 11.4.0 to 11.4.1.
- [Release notes](https://github.com/PublicApiGenerator/PublicApiGenerator/releases)
- [Commits](PublicApiGenerator/PublicApiGenerator@11.4.0...11.4.1)

---
updated-dependencies:
- dependency-name: PublicApiGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump NetEvolve.Defaults from 1.3.47 to 1.3.48 (#608)

Bumps [NetEvolve.Defaults](https://github.com/dailydevops/defaults) from 1.3.47 to 1.3.48.
- [Release notes](https://github.com/dailydevops/defaults/releases)
- [Commits](dailydevops/defaults@1.3.47...1.3.48)

---
updated-dependencies:
- dependency-name: NetEvolve.Defaults
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump SonarAnalyzer.CSharp (#610)

Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 10.5.0.109200 to 10.6.0.109712.
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@10.5.0.109200...10.6.0.109712)

---
updated-dependencies:
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(ci): bump dailydevops/pipelines from 0.14.13 to 0.14.33 (#612)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.0 to 2.5.63 (#613)

* chore(deps): bump NetEvolve.Arguments from 1.3.0 to 1.3.37 (#614)

* chore(deps): bump NetEvolve.Arguments from 1.3.37 to 1.3.43 (#616)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.63 to 2.5.67 (#617)

* chore(deps): bump Verify.Xunit in the verify group (#618)

* chore(deps): bump Roslynator.Analyzers from 4.12.11 to 4.13.0 (#619)

* chore(deps): bump the testcontainers group with 9 updates (#620)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2 (#621)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v9.0.2)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Upgraded `NetEvolve.Defaults`

* fix: Upgraded `Microsoft.AspNetCore.TestHost` manually

* fix: Upgraded `NetEvolve.Defaults` to `1.3.61`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Stühmer <me@samtrion.net>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.33 to 0.14.41 (#624)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#622)

* chore(deps): bump Verify.Xunit in the verify group (#623)

* chore(deps): bump xunit.runner.visualstudio in the xunit group (#625)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.1 to 9.0.2 (#626)

* chore(deps): bump PublicApiGenerator from 11.4.1 to 11.4.2 (#627)

* chore(ci): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#628)

* chore(deps): bump Verify.Xunit in the verify group (#629)

* chore(deps): bump the testcontainers group with 9 updates (#631)

* chore(deps): bump Verify.Xunit in the verify group (#632)

* chore(deps): bump Verify.Xunit in the verify group (#634)

* chore(deps): bump PublicApiGenerator from 11.4.2 to 11.4.5 (#635)

* chore(ci): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#636)

* chore(deps): bump NetEvolve.Defaults from 1.3.61 to 1.3.66 (#637)

* chore(deps): bump Roslynator.Analyzers from 4.13.0 to 4.13.1 (#630)

* chore(deps): bump ClickHouse.Client from 7.10.0 to 7.13.0 (#638)

* chore(deps): bump Verify.Xunit in the verify group (#639)

* chore(deps): bump NetEvolve.Defaults from 1.3.66 to 1.3.69 (#640)

* chore(deps): bump System.Text.Json from 9.0.2 to 9.0.3 (#642)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.2 to 9.0.3 (#643)

* chore(deps): bump Verify.Xunit in the verify group (#641)

* chore(deps): bump Verify.Xunit in the verify group (#644)

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#645)

* chore(deps): bump Confluent.Kafka from 2.8.0 to 2.9.0 (#649)

* chore(deps): bump ClickHouse.Client from 7.13.0 to 7.13.1 (#646)

* chore(deps): bump NetEvolve.Defaults from 1.3.69 to 1.3.70 (#648)

* chore(deps): bump Npgsql from 9.0.2 to 9.0.3 (#633)

* chore(deps): bump Verify.Xunit in the verify group (#647)

* chore(deps): bump GitVersion.MsBuild from 6.1.0 to 6.2.0 (#650)

* chore(deps): bump Verify.Xunit from 29.1.0 to 29.2.0 in the verify group (#651)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.67 to 2.5.105 (#652)

* chore(ci): bump dailydevops/pipelines from 0.14.41 to 0.14.68 (#653)

* chore(deps): bump NetEvolve.Defaults from 1.3.70 to 1.3.71 (#654)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump System.Text.Json from 9.0.3 to 9.0.4 (#655)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.3 to 9.0.4 (#656)

* chore(deps): bump NetEvolve.Defaults from 1.3.71 to 1.3.74 (#657)

* chore(deps): bump NetEvolve.Arguments from 1.3.43 to 1.3.68 (#658)

* chore(deps): bump the testcontainers group with 9 updates (#659)

* chore(deps): bump Confluent.Kafka from 2.9.0 to 2.10.0 (#660)

* chore(ci): bump dailydevops/pipelines from 0.14.68 to 0.14.79 (#677)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.7.0 to 23.8.0 (#675)

* chore(deps): bump PublicApiGenerator from 11.4.5 to 11.4.6 (#664)

* chore(deps): bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 (#667)

* chore(deps): bump Azure.Storage.Queues from 12.21.0 to 12.22.0 (#669)

* chore(deps): bump Dapr.Client from 1.14.0 to 1.15.4 (#671)

* chore(deps): bump Verify.Xunit from 29.2.0 to 29.3.0 in the verify group (#662)

* chore(deps): bump GitVersion.MsBuild from 6.2.0 to 6.3.0 (#665)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.2 to 0.11.4 (#676)

* chore(deps): bump Azure.Storage.Blobs from 12.23.0 to 12.24.0 (#673)

* chore(deps): bump StackExchange.Redis from 2.8.24 to 2.8.31 (#674)

* chore(deps): bump ClickHouse.Client from 7.13.1 to 7.13.2 (#661)

* chore(deps): bump MySql.Data and System.Text.Json (#668)

* chore(deps): bump Microsoft.AspNetCore.TestHost from 8.0.13 to 8.0.15 (#670)

Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 8.0.13 to 8.0.15.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.13...v8.0.15)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 8.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.74 to 1.3.79 (#679)

* chore(deps): bump NetEvolve.Arguments from 1.3.68 to 1.3.77 (#680)

* chore(deps): bump Verify.Xunit from 29.5.0 to 30.0.0 in the verify group (#678)

* feat: Apache ActiveMQ package

* chore: remove duplicated code

* fix: Missing nullable

* chore: Added further tests

* fix(style): Reformatted based on rules of Csharpier 1.0.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
samtrion added a commit that referenced this pull request May 4, 2025
* feat: Apache ActiveMQ package (#566)

* chore(deps): bump Verify.Xunit from 28.6.0 to 28.6.1 in the verify group (#575)

* chore(deps): bump StackExchange.Redis from 2.8.22 to 2.8.24 (#576)

* chore(ci): bump dailydevops/pipelines from 0.12.47 to 0.14.1 (#577)

* chore(deps): bump NetEvolve.Defaults from 1.3.25 to 1.3.28 (#578)

* chore(deps): bump Verify.Xunit from 28.6.1 to 28.7.0 in the verify group (#579)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.6.1 to 23.7.0 (#580)

* chore(ci): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#581)

* chore(deps): bump CSharpier.MSBuild from 0.30.3 to 0.30.4 (#582)

* chore(deps): bump the coverlet group with 2 updates (#583)

* chore: Updated LICENSE [skip ci] (#584)

Co-authored-by: github-actions <github-actions@github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.1 to 0.14.10 (#585)

* chore(deps): bump NetEvolve.Defaults from 1.3.28 to 1.3.32 (#586)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.32 to 1.3.36 (#587)

* chore(deps): bump Verify.Xunit from 28.7.0 to 28.8.1 in the verify group (#588)

* chore(deps): bump CSharpier.MSBuild from 0.30.4 to 0.30.5 (#589)

* chore(deps): bump NetEvolve.Defaults from 1.3.36 to 1.3.39 (#590)

* chore(deps): bump Confluent.Kafka from 2.6.1 to 2.8.0 (#591)

* chore(ci): bump dailydevops/pipelines from 0.14.10 to 0.14.13 (#592)

* chore(deps): bump the xunit group with 2 updates (#593)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump SonarAnalyzer.CSharp (#594)

* chore(deps): bump CSharpier.MSBuild from 0.30.5 to 0.30.6 (#595)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Verify.Xunit from 28.8.1 to 28.9.0 in the verify group (#596)

* chore(deps): bump System.Text.Json from 9.0.0 to 9.0.1 (#598)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.0 to 9.0.1 (#599)

* chore(deps): bump Azure.Data.Tables from 12.9.1 to 12.10.0 (#597)

* chore(deps): bump Azure.Identity from 1.13.1 to 1.13.2 (#600)

* chore(deps): bump the coverlet group with 2 updates (#601)

* chore(deps): bump ClickHouse.Client from 7.9.1 to 7.10.0 (#602)

* chore(deps): bump MySql.Data and System.Text.Json (#603)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.39 to 1.3.47 (#604)

* chore(deps): bump PublicApiGenerator from 11.3.0 to 11.4.0 (#605)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.1 to 0.11.2 (#606)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Roslynator.Analyzers from 4.12.10 to 4.12.11 (#609)

* chore(deps): bump PublicApiGenerator from 11.4.0 to 11.4.1 (#607)

Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 11.4.0 to 11.4.1.
- [Release notes](https://github.com/PublicApiGenerator/PublicApiGenerator/releases)
- [Commits](PublicApiGenerator/PublicApiGenerator@11.4.0...11.4.1)

---
updated-dependencies:
- dependency-name: PublicApiGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump NetEvolve.Defaults from 1.3.47 to 1.3.48 (#608)

Bumps [NetEvolve.Defaults](https://github.com/dailydevops/defaults) from 1.3.47 to 1.3.48.
- [Release notes](https://github.com/dailydevops/defaults/releases)
- [Commits](dailydevops/defaults@1.3.47...1.3.48)

---
updated-dependencies:
- dependency-name: NetEvolve.Defaults
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump SonarAnalyzer.CSharp (#610)

Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 10.5.0.109200 to 10.6.0.109712.
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@10.5.0.109200...10.6.0.109712)

---
updated-dependencies:
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(ci): bump dailydevops/pipelines from 0.14.13 to 0.14.33 (#612)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.0 to 2.5.63 (#613)

* chore(deps): bump NetEvolve.Arguments from 1.3.0 to 1.3.37 (#614)

* chore(deps): bump NetEvolve.Arguments from 1.3.37 to 1.3.43 (#616)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.63 to 2.5.67 (#617)

* chore(deps): bump Verify.Xunit in the verify group (#618)

* chore(deps): bump Roslynator.Analyzers from 4.12.11 to 4.13.0 (#619)

* chore(deps): bump the testcontainers group with 9 updates (#620)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2 (#621)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v9.0.2)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Upgraded `NetEvolve.Defaults`

* fix: Upgraded `Microsoft.AspNetCore.TestHost` manually

* fix: Upgraded `NetEvolve.Defaults` to `1.3.61`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Stühmer <me@samtrion.net>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.33 to 0.14.41 (#624)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#622)

* chore(deps): bump Verify.Xunit in the verify group (#623)

* chore(deps): bump xunit.runner.visualstudio in the xunit group (#625)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.1 to 9.0.2 (#626)

* chore(deps): bump PublicApiGenerator from 11.4.1 to 11.4.2 (#627)

* chore(ci): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#628)

* chore(deps): bump Verify.Xunit in the verify group (#629)

* chore(deps): bump the testcontainers group with 9 updates (#631)

* chore(deps): bump Verify.Xunit in the verify group (#632)

* chore(deps): bump Verify.Xunit in the verify group (#634)

* chore(deps): bump PublicApiGenerator from 11.4.2 to 11.4.5 (#635)

* chore(ci): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#636)

* chore(deps): bump NetEvolve.Defaults from 1.3.61 to 1.3.66 (#637)

* chore(deps): bump Roslynator.Analyzers from 4.13.0 to 4.13.1 (#630)

* chore(deps): bump ClickHouse.Client from 7.10.0 to 7.13.0 (#638)

* chore(deps): bump Verify.Xunit in the verify group (#639)

* chore(deps): bump NetEvolve.Defaults from 1.3.66 to 1.3.69 (#640)

* chore(deps): bump System.Text.Json from 9.0.2 to 9.0.3 (#642)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.2 to 9.0.3 (#643)

* chore(deps): bump Verify.Xunit in the verify group (#641)

* chore(deps): bump Verify.Xunit in the verify group (#644)

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#645)

* chore(deps): bump Confluent.Kafka from 2.8.0 to 2.9.0 (#649)

* chore(deps): bump ClickHouse.Client from 7.13.0 to 7.13.1 (#646)

* chore(deps): bump NetEvolve.Defaults from 1.3.69 to 1.3.70 (#648)

* chore(deps): bump Npgsql from 9.0.2 to 9.0.3 (#633)

* chore(deps): bump Verify.Xunit in the verify group (#647)

* chore(deps): bump GitVersion.MsBuild from 6.1.0 to 6.2.0 (#650)

* chore(deps): bump Verify.Xunit from 29.1.0 to 29.2.0 in the verify group (#651)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.67 to 2.5.105 (#652)

* chore(ci): bump dailydevops/pipelines from 0.14.41 to 0.14.68 (#653)

* chore(deps): bump NetEvolve.Defaults from 1.3.70 to 1.3.71 (#654)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump System.Text.Json from 9.0.3 to 9.0.4 (#655)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.3 to 9.0.4 (#656)

* chore(deps): bump NetEvolve.Defaults from 1.3.71 to 1.3.74 (#657)

* chore(deps): bump NetEvolve.Arguments from 1.3.43 to 1.3.68 (#658)

* chore(deps): bump the testcontainers group with 9 updates (#659)

* chore(deps): bump Confluent.Kafka from 2.9.0 to 2.10.0 (#660)

* chore(ci): bump dailydevops/pipelines from 0.14.68 to 0.14.79 (#677)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.7.0 to 23.8.0 (#675)

* chore(deps): bump PublicApiGenerator from 11.4.5 to 11.4.6 (#664)

* chore(deps): bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 (#667)

* chore(deps): bump Azure.Storage.Queues from 12.21.0 to 12.22.0 (#669)

* chore(deps): bump Dapr.Client from 1.14.0 to 1.15.4 (#671)

* chore(deps): bump Verify.Xunit from 29.2.0 to 29.3.0 in the verify group (#662)

* chore(deps): bump GitVersion.MsBuild from 6.2.0 to 6.3.0 (#665)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.2 to 0.11.4 (#676)

* chore(deps): bump Azure.Storage.Blobs from 12.23.0 to 12.24.0 (#673)

* chore(deps): bump StackExchange.Redis from 2.8.24 to 2.8.31 (#674)

* chore(deps): bump ClickHouse.Client from 7.13.1 to 7.13.2 (#661)

* chore(deps): bump MySql.Data and System.Text.Json (#668)

* chore(deps): bump Microsoft.AspNetCore.TestHost from 8.0.13 to 8.0.15 (#670)

Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 8.0.13 to 8.0.15.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.13...v8.0.15)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 8.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.74 to 1.3.79 (#679)

* chore(deps): bump NetEvolve.Arguments from 1.3.68 to 1.3.77 (#680)

* chore(deps): bump Verify.Xunit from 29.5.0 to 30.0.0 in the verify group (#678)

* feat: Apache ActiveMQ package

* chore: remove duplicated code

* fix: Missing nullable

* chore: Added further tests

* fix(style): Reformatted based on rules of Csharpier 1.0.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>

* feat: Added AWS SNS package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
samtrion added a commit that referenced this pull request May 4, 2025
* feat: Apache ActiveMQ package (#566)

* chore(deps): bump Verify.Xunit from 28.6.0 to 28.6.1 in the verify group (#575)

* chore(deps): bump StackExchange.Redis from 2.8.22 to 2.8.24 (#576)

* chore(ci): bump dailydevops/pipelines from 0.12.47 to 0.14.1 (#577)

* chore(deps): bump NetEvolve.Defaults from 1.3.25 to 1.3.28 (#578)

* chore(deps): bump Verify.Xunit from 28.6.1 to 28.7.0 in the verify group (#579)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.6.1 to 23.7.0 (#580)

* chore(ci): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#581)

* chore(deps): bump CSharpier.MSBuild from 0.30.3 to 0.30.4 (#582)

* chore(deps): bump the coverlet group with 2 updates (#583)

* chore: Updated LICENSE [skip ci] (#584)

Co-authored-by: github-actions <github-actions@github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.1 to 0.14.10 (#585)

* chore(deps): bump NetEvolve.Defaults from 1.3.28 to 1.3.32 (#586)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.32 to 1.3.36 (#587)

* chore(deps): bump Verify.Xunit from 28.7.0 to 28.8.1 in the verify group (#588)

* chore(deps): bump CSharpier.MSBuild from 0.30.4 to 0.30.5 (#589)

* chore(deps): bump NetEvolve.Defaults from 1.3.36 to 1.3.39 (#590)

* chore(deps): bump Confluent.Kafka from 2.6.1 to 2.8.0 (#591)

* chore(ci): bump dailydevops/pipelines from 0.14.10 to 0.14.13 (#592)

* chore(deps): bump the xunit group with 2 updates (#593)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump SonarAnalyzer.CSharp (#594)

* chore(deps): bump CSharpier.MSBuild from 0.30.5 to 0.30.6 (#595)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Verify.Xunit from 28.8.1 to 28.9.0 in the verify group (#596)

* chore(deps): bump System.Text.Json from 9.0.0 to 9.0.1 (#598)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.0 to 9.0.1 (#599)

* chore(deps): bump Azure.Data.Tables from 12.9.1 to 12.10.0 (#597)

* chore(deps): bump Azure.Identity from 1.13.1 to 1.13.2 (#600)

* chore(deps): bump the coverlet group with 2 updates (#601)

* chore(deps): bump ClickHouse.Client from 7.9.1 to 7.10.0 (#602)

* chore(deps): bump MySql.Data and System.Text.Json (#603)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.39 to 1.3.47 (#604)

* chore(deps): bump PublicApiGenerator from 11.3.0 to 11.4.0 (#605)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.1 to 0.11.2 (#606)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Roslynator.Analyzers from 4.12.10 to 4.12.11 (#609)

* chore(deps): bump PublicApiGenerator from 11.4.0 to 11.4.1 (#607)

Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 11.4.0 to 11.4.1.
- [Release notes](https://github.com/PublicApiGenerator/PublicApiGenerator/releases)
- [Commits](PublicApiGenerator/PublicApiGenerator@11.4.0...11.4.1)

---
updated-dependencies:
- dependency-name: PublicApiGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump NetEvolve.Defaults from 1.3.47 to 1.3.48 (#608)

Bumps [NetEvolve.Defaults](https://github.com/dailydevops/defaults) from 1.3.47 to 1.3.48.
- [Release notes](https://github.com/dailydevops/defaults/releases)
- [Commits](dailydevops/defaults@1.3.47...1.3.48)

---
updated-dependencies:
- dependency-name: NetEvolve.Defaults
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump SonarAnalyzer.CSharp (#610)

Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 10.5.0.109200 to 10.6.0.109712.
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@10.5.0.109200...10.6.0.109712)

---
updated-dependencies:
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(ci): bump dailydevops/pipelines from 0.14.13 to 0.14.33 (#612)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.0 to 2.5.63 (#613)

* chore(deps): bump NetEvolve.Arguments from 1.3.0 to 1.3.37 (#614)

* chore(deps): bump NetEvolve.Arguments from 1.3.37 to 1.3.43 (#616)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.63 to 2.5.67 (#617)

* chore(deps): bump Verify.Xunit in the verify group (#618)

* chore(deps): bump Roslynator.Analyzers from 4.12.11 to 4.13.0 (#619)

* chore(deps): bump the testcontainers group with 9 updates (#620)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2 (#621)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v9.0.2)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Upgraded `NetEvolve.Defaults`

* fix: Upgraded `Microsoft.AspNetCore.TestHost` manually

* fix: Upgraded `NetEvolve.Defaults` to `1.3.61`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Stühmer <me@samtrion.net>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.33 to 0.14.41 (#624)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#622)

* chore(deps): bump Verify.Xunit in the verify group (#623)

* chore(deps): bump xunit.runner.visualstudio in the xunit group (#625)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.1 to 9.0.2 (#626)

* chore(deps): bump PublicApiGenerator from 11.4.1 to 11.4.2 (#627)

* chore(ci): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#628)

* chore(deps): bump Verify.Xunit in the verify group (#629)

* chore(deps): bump the testcontainers group with 9 updates (#631)

* chore(deps): bump Verify.Xunit in the verify group (#632)

* chore(deps): bump Verify.Xunit in the verify group (#634)

* chore(deps): bump PublicApiGenerator from 11.4.2 to 11.4.5 (#635)

* chore(ci): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#636)

* chore(deps): bump NetEvolve.Defaults from 1.3.61 to 1.3.66 (#637)

* chore(deps): bump Roslynator.Analyzers from 4.13.0 to 4.13.1 (#630)

* chore(deps): bump ClickHouse.Client from 7.10.0 to 7.13.0 (#638)

* chore(deps): bump Verify.Xunit in the verify group (#639)

* chore(deps): bump NetEvolve.Defaults from 1.3.66 to 1.3.69 (#640)

* chore(deps): bump System.Text.Json from 9.0.2 to 9.0.3 (#642)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.2 to 9.0.3 (#643)

* chore(deps): bump Verify.Xunit in the verify group (#641)

* chore(deps): bump Verify.Xunit in the verify group (#644)

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#645)

* chore(deps): bump Confluent.Kafka from 2.8.0 to 2.9.0 (#649)

* chore(deps): bump ClickHouse.Client from 7.13.0 to 7.13.1 (#646)

* chore(deps): bump NetEvolve.Defaults from 1.3.69 to 1.3.70 (#648)

* chore(deps): bump Npgsql from 9.0.2 to 9.0.3 (#633)

* chore(deps): bump Verify.Xunit in the verify group (#647)

* chore(deps): bump GitVersion.MsBuild from 6.1.0 to 6.2.0 (#650)

* chore(deps): bump Verify.Xunit from 29.1.0 to 29.2.0 in the verify group (#651)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.67 to 2.5.105 (#652)

* chore(ci): bump dailydevops/pipelines from 0.14.41 to 0.14.68 (#653)

* chore(deps): bump NetEvolve.Defaults from 1.3.70 to 1.3.71 (#654)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump System.Text.Json from 9.0.3 to 9.0.4 (#655)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.3 to 9.0.4 (#656)

* chore(deps): bump NetEvolve.Defaults from 1.3.71 to 1.3.74 (#657)

* chore(deps): bump NetEvolve.Arguments from 1.3.43 to 1.3.68 (#658)

* chore(deps): bump the testcontainers group with 9 updates (#659)

* chore(deps): bump Confluent.Kafka from 2.9.0 to 2.10.0 (#660)

* chore(ci): bump dailydevops/pipelines from 0.14.68 to 0.14.79 (#677)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.7.0 to 23.8.0 (#675)

* chore(deps): bump PublicApiGenerator from 11.4.5 to 11.4.6 (#664)

* chore(deps): bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 (#667)

* chore(deps): bump Azure.Storage.Queues from 12.21.0 to 12.22.0 (#669)

* chore(deps): bump Dapr.Client from 1.14.0 to 1.15.4 (#671)

* chore(deps): bump Verify.Xunit from 29.2.0 to 29.3.0 in the verify group (#662)

* chore(deps): bump GitVersion.MsBuild from 6.2.0 to 6.3.0 (#665)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.2 to 0.11.4 (#676)

* chore(deps): bump Azure.Storage.Blobs from 12.23.0 to 12.24.0 (#673)

* chore(deps): bump StackExchange.Redis from 2.8.24 to 2.8.31 (#674)

* chore(deps): bump ClickHouse.Client from 7.13.1 to 7.13.2 (#661)

* chore(deps): bump MySql.Data and System.Text.Json (#668)

* chore(deps): bump Microsoft.AspNetCore.TestHost from 8.0.13 to 8.0.15 (#670)

Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 8.0.13 to 8.0.15.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.13...v8.0.15)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 8.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.74 to 1.3.79 (#679)

* chore(deps): bump NetEvolve.Arguments from 1.3.68 to 1.3.77 (#680)

* chore(deps): bump Verify.Xunit from 29.5.0 to 30.0.0 in the verify group (#678)

* feat: Apache ActiveMQ package

* chore: remove duplicated code

* fix: Missing nullable

* chore: Added further tests

* fix(style): Reformatted based on rules of Csharpier 1.0.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>

* feat: Added AWS SNS package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
samtrion added a commit that referenced this pull request May 5, 2025
* feat: Apache ActiveMQ package (#566)

* chore(deps): bump Verify.Xunit from 28.6.0 to 28.6.1 in the verify group (#575)

* chore(deps): bump StackExchange.Redis from 2.8.22 to 2.8.24 (#576)

* chore(ci): bump dailydevops/pipelines from 0.12.47 to 0.14.1 (#577)

* chore(deps): bump NetEvolve.Defaults from 1.3.25 to 1.3.28 (#578)

* chore(deps): bump Verify.Xunit from 28.6.1 to 28.7.0 in the verify group (#579)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.6.1 to 23.7.0 (#580)

* chore(ci): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#581)

* chore(deps): bump CSharpier.MSBuild from 0.30.3 to 0.30.4 (#582)

* chore(deps): bump the coverlet group with 2 updates (#583)

* chore: Updated LICENSE [skip ci] (#584)

Co-authored-by: github-actions <github-actions@github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.1 to 0.14.10 (#585)

* chore(deps): bump NetEvolve.Defaults from 1.3.28 to 1.3.32 (#586)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.32 to 1.3.36 (#587)

* chore(deps): bump Verify.Xunit from 28.7.0 to 28.8.1 in the verify group (#588)

* chore(deps): bump CSharpier.MSBuild from 0.30.4 to 0.30.5 (#589)

* chore(deps): bump NetEvolve.Defaults from 1.3.36 to 1.3.39 (#590)

* chore(deps): bump Confluent.Kafka from 2.6.1 to 2.8.0 (#591)

* chore(ci): bump dailydevops/pipelines from 0.14.10 to 0.14.13 (#592)

* chore(deps): bump the xunit group with 2 updates (#593)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump SonarAnalyzer.CSharp (#594)

* chore(deps): bump CSharpier.MSBuild from 0.30.5 to 0.30.6 (#595)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Verify.Xunit from 28.8.1 to 28.9.0 in the verify group (#596)

* chore(deps): bump System.Text.Json from 9.0.0 to 9.0.1 (#598)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.0 to 9.0.1 (#599)

* chore(deps): bump Azure.Data.Tables from 12.9.1 to 12.10.0 (#597)

* chore(deps): bump Azure.Identity from 1.13.1 to 1.13.2 (#600)

* chore(deps): bump the coverlet group with 2 updates (#601)

* chore(deps): bump ClickHouse.Client from 7.9.1 to 7.10.0 (#602)

* chore(deps): bump MySql.Data and System.Text.Json (#603)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.39 to 1.3.47 (#604)

* chore(deps): bump PublicApiGenerator from 11.3.0 to 11.4.0 (#605)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.1 to 0.11.2 (#606)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Roslynator.Analyzers from 4.12.10 to 4.12.11 (#609)

* chore(deps): bump PublicApiGenerator from 11.4.0 to 11.4.1 (#607)

Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 11.4.0 to 11.4.1.
- [Release notes](https://github.com/PublicApiGenerator/PublicApiGenerator/releases)
- [Commits](PublicApiGenerator/PublicApiGenerator@11.4.0...11.4.1)

---
updated-dependencies:
- dependency-name: PublicApiGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump NetEvolve.Defaults from 1.3.47 to 1.3.48 (#608)

Bumps [NetEvolve.Defaults](https://github.com/dailydevops/defaults) from 1.3.47 to 1.3.48.
- [Release notes](https://github.com/dailydevops/defaults/releases)
- [Commits](dailydevops/defaults@1.3.47...1.3.48)

---
updated-dependencies:
- dependency-name: NetEvolve.Defaults
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump SonarAnalyzer.CSharp (#610)

Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 10.5.0.109200 to 10.6.0.109712.
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@10.5.0.109200...10.6.0.109712)

---
updated-dependencies:
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(ci): bump dailydevops/pipelines from 0.14.13 to 0.14.33 (#612)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.0 to 2.5.63 (#613)

* chore(deps): bump NetEvolve.Arguments from 1.3.0 to 1.3.37 (#614)

* chore(deps): bump NetEvolve.Arguments from 1.3.37 to 1.3.43 (#616)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.63 to 2.5.67 (#617)

* chore(deps): bump Verify.Xunit in the verify group (#618)

* chore(deps): bump Roslynator.Analyzers from 4.12.11 to 4.13.0 (#619)

* chore(deps): bump the testcontainers group with 9 updates (#620)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2 (#621)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v9.0.2)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Upgraded `NetEvolve.Defaults`

* fix: Upgraded `Microsoft.AspNetCore.TestHost` manually

* fix: Upgraded `NetEvolve.Defaults` to `1.3.61`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Stühmer <me@samtrion.net>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.33 to 0.14.41 (#624)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#622)

* chore(deps): bump Verify.Xunit in the verify group (#623)

* chore(deps): bump xunit.runner.visualstudio in the xunit group (#625)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.1 to 9.0.2 (#626)

* chore(deps): bump PublicApiGenerator from 11.4.1 to 11.4.2 (#627)

* chore(ci): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#628)

* chore(deps): bump Verify.Xunit in the verify group (#629)

* chore(deps): bump the testcontainers group with 9 updates (#631)

* chore(deps): bump Verify.Xunit in the verify group (#632)

* chore(deps): bump Verify.Xunit in the verify group (#634)

* chore(deps): bump PublicApiGenerator from 11.4.2 to 11.4.5 (#635)

* chore(ci): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#636)

* chore(deps): bump NetEvolve.Defaults from 1.3.61 to 1.3.66 (#637)

* chore(deps): bump Roslynator.Analyzers from 4.13.0 to 4.13.1 (#630)

* chore(deps): bump ClickHouse.Client from 7.10.0 to 7.13.0 (#638)

* chore(deps): bump Verify.Xunit in the verify group (#639)

* chore(deps): bump NetEvolve.Defaults from 1.3.66 to 1.3.69 (#640)

* chore(deps): bump System.Text.Json from 9.0.2 to 9.0.3 (#642)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.2 to 9.0.3 (#643)

* chore(deps): bump Verify.Xunit in the verify group (#641)

* chore(deps): bump Verify.Xunit in the verify group (#644)

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#645)

* chore(deps): bump Confluent.Kafka from 2.8.0 to 2.9.0 (#649)

* chore(deps): bump ClickHouse.Client from 7.13.0 to 7.13.1 (#646)

* chore(deps): bump NetEvolve.Defaults from 1.3.69 to 1.3.70 (#648)

* chore(deps): bump Npgsql from 9.0.2 to 9.0.3 (#633)

* chore(deps): bump Verify.Xunit in the verify group (#647)

* chore(deps): bump GitVersion.MsBuild from 6.1.0 to 6.2.0 (#650)

* chore(deps): bump Verify.Xunit from 29.1.0 to 29.2.0 in the verify group (#651)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.67 to 2.5.105 (#652)

* chore(ci): bump dailydevops/pipelines from 0.14.41 to 0.14.68 (#653)

* chore(deps): bump NetEvolve.Defaults from 1.3.70 to 1.3.71 (#654)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump System.Text.Json from 9.0.3 to 9.0.4 (#655)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.3 to 9.0.4 (#656)

* chore(deps): bump NetEvolve.Defaults from 1.3.71 to 1.3.74 (#657)

* chore(deps): bump NetEvolve.Arguments from 1.3.43 to 1.3.68 (#658)

* chore(deps): bump the testcontainers group with 9 updates (#659)

* chore(deps): bump Confluent.Kafka from 2.9.0 to 2.10.0 (#660)

* chore(ci): bump dailydevops/pipelines from 0.14.68 to 0.14.79 (#677)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.7.0 to 23.8.0 (#675)

* chore(deps): bump PublicApiGenerator from 11.4.5 to 11.4.6 (#664)

* chore(deps): bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 (#667)

* chore(deps): bump Azure.Storage.Queues from 12.21.0 to 12.22.0 (#669)

* chore(deps): bump Dapr.Client from 1.14.0 to 1.15.4 (#671)

* chore(deps): bump Verify.Xunit from 29.2.0 to 29.3.0 in the verify group (#662)

* chore(deps): bump GitVersion.MsBuild from 6.2.0 to 6.3.0 (#665)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.2 to 0.11.4 (#676)

* chore(deps): bump Azure.Storage.Blobs from 12.23.0 to 12.24.0 (#673)

* chore(deps): bump StackExchange.Redis from 2.8.24 to 2.8.31 (#674)

* chore(deps): bump ClickHouse.Client from 7.13.1 to 7.13.2 (#661)

* chore(deps): bump MySql.Data and System.Text.Json (#668)

* chore(deps): bump Microsoft.AspNetCore.TestHost from 8.0.13 to 8.0.15 (#670)

Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 8.0.13 to 8.0.15.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.13...v8.0.15)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 8.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.74 to 1.3.79 (#679)

* chore(deps): bump NetEvolve.Arguments from 1.3.68 to 1.3.77 (#680)

* chore(deps): bump Verify.Xunit from 29.5.0 to 30.0.0 in the verify group (#678)

* feat: Apache ActiveMQ package

* chore: remove duplicated code

* fix: Missing nullable

* chore: Added further tests

* fix(style): Reformatted based on rules of Csharpier 1.0.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>

* feat: Added AWS SNS package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
samtrion added a commit that referenced this pull request May 5, 2025
* feat: Apache ActiveMQ package (#566)

* chore(deps): bump Verify.Xunit from 28.6.0 to 28.6.1 in the verify group (#575)

* chore(deps): bump StackExchange.Redis from 2.8.22 to 2.8.24 (#576)

* chore(ci): bump dailydevops/pipelines from 0.12.47 to 0.14.1 (#577)

* chore(deps): bump NetEvolve.Defaults from 1.3.25 to 1.3.28 (#578)

* chore(deps): bump Verify.Xunit from 28.6.1 to 28.7.0 in the verify group (#579)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.6.1 to 23.7.0 (#580)

* chore(ci): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#581)

* chore(deps): bump CSharpier.MSBuild from 0.30.3 to 0.30.4 (#582)

* chore(deps): bump the coverlet group with 2 updates (#583)

* chore: Updated LICENSE [skip ci] (#584)

Co-authored-by: github-actions <github-actions@github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.1 to 0.14.10 (#585)

* chore(deps): bump NetEvolve.Defaults from 1.3.28 to 1.3.32 (#586)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.32 to 1.3.36 (#587)

* chore(deps): bump Verify.Xunit from 28.7.0 to 28.8.1 in the verify group (#588)

* chore(deps): bump CSharpier.MSBuild from 0.30.4 to 0.30.5 (#589)

* chore(deps): bump NetEvolve.Defaults from 1.3.36 to 1.3.39 (#590)

* chore(deps): bump Confluent.Kafka from 2.6.1 to 2.8.0 (#591)

* chore(ci): bump dailydevops/pipelines from 0.14.10 to 0.14.13 (#592)

* chore(deps): bump the xunit group with 2 updates (#593)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump SonarAnalyzer.CSharp (#594)

* chore(deps): bump CSharpier.MSBuild from 0.30.5 to 0.30.6 (#595)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Verify.Xunit from 28.8.1 to 28.9.0 in the verify group (#596)

* chore(deps): bump System.Text.Json from 9.0.0 to 9.0.1 (#598)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.0 to 9.0.1 (#599)

* chore(deps): bump Azure.Data.Tables from 12.9.1 to 12.10.0 (#597)

* chore(deps): bump Azure.Identity from 1.13.1 to 1.13.2 (#600)

* chore(deps): bump the coverlet group with 2 updates (#601)

* chore(deps): bump ClickHouse.Client from 7.9.1 to 7.10.0 (#602)

* chore(deps): bump MySql.Data and System.Text.Json (#603)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.39 to 1.3.47 (#604)

* chore(deps): bump PublicApiGenerator from 11.3.0 to 11.4.0 (#605)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.1 to 0.11.2 (#606)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Roslynator.Analyzers from 4.12.10 to 4.12.11 (#609)

* chore(deps): bump PublicApiGenerator from 11.4.0 to 11.4.1 (#607)

Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 11.4.0 to 11.4.1.
- [Release notes](https://github.com/PublicApiGenerator/PublicApiGenerator/releases)
- [Commits](PublicApiGenerator/PublicApiGenerator@11.4.0...11.4.1)

---
updated-dependencies:
- dependency-name: PublicApiGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump NetEvolve.Defaults from 1.3.47 to 1.3.48 (#608)

Bumps [NetEvolve.Defaults](https://github.com/dailydevops/defaults) from 1.3.47 to 1.3.48.
- [Release notes](https://github.com/dailydevops/defaults/releases)
- [Commits](dailydevops/defaults@1.3.47...1.3.48)

---
updated-dependencies:
- dependency-name: NetEvolve.Defaults
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump SonarAnalyzer.CSharp (#610)

Bumps [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) from 10.5.0.109200 to 10.6.0.109712.
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@10.5.0.109200...10.6.0.109712)

---
updated-dependencies:
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(ci): bump dailydevops/pipelines from 0.14.13 to 0.14.33 (#612)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.0 to 2.5.63 (#613)

* chore(deps): bump NetEvolve.Arguments from 1.3.0 to 1.3.37 (#614)

* chore(deps): bump NetEvolve.Arguments from 1.3.37 to 1.3.43 (#616)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.63 to 2.5.67 (#617)

* chore(deps): bump Verify.Xunit in the verify group (#618)

* chore(deps): bump Roslynator.Analyzers from 4.12.11 to 4.13.0 (#619)

* chore(deps): bump the testcontainers group with 9 updates (#620)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2 (#621)

* chore(deps): bump System.Text.Json from 9.0.1 to 9.0.2

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v9.0.2)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: Upgraded `NetEvolve.Defaults`

* fix: Upgraded `Microsoft.AspNetCore.TestHost` manually

* fix: Upgraded `NetEvolve.Defaults` to `1.3.61`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Stühmer <me@samtrion.net>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(ci): bump dailydevops/pipelines from 0.14.33 to 0.14.41 (#624)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#622)

* chore(deps): bump Verify.Xunit in the verify group (#623)

* chore(deps): bump xunit.runner.visualstudio in the xunit group (#625)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.1 to 9.0.2 (#626)

* chore(deps): bump PublicApiGenerator from 11.4.1 to 11.4.2 (#627)

* chore(ci): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#628)

* chore(deps): bump Verify.Xunit in the verify group (#629)

* chore(deps): bump the testcontainers group with 9 updates (#631)

* chore(deps): bump Verify.Xunit in the verify group (#632)

* chore(deps): bump Verify.Xunit in the verify group (#634)

* chore(deps): bump PublicApiGenerator from 11.4.2 to 11.4.5 (#635)

* chore(ci): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (#636)

* chore(deps): bump NetEvolve.Defaults from 1.3.61 to 1.3.66 (#637)

* chore(deps): bump Roslynator.Analyzers from 4.13.0 to 4.13.1 (#630)

* chore(deps): bump ClickHouse.Client from 7.10.0 to 7.13.0 (#638)

* chore(deps): bump Verify.Xunit in the verify group (#639)

* chore(deps): bump NetEvolve.Defaults from 1.3.66 to 1.3.69 (#640)

* chore(deps): bump System.Text.Json from 9.0.2 to 9.0.3 (#642)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.2 to 9.0.3 (#643)

* chore(deps): bump Verify.Xunit in the verify group (#641)

* chore(deps): bump Verify.Xunit in the verify group (#644)

* chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#645)

* chore(deps): bump Confluent.Kafka from 2.8.0 to 2.9.0 (#649)

* chore(deps): bump ClickHouse.Client from 7.13.0 to 7.13.1 (#646)

* chore(deps): bump NetEvolve.Defaults from 1.3.69 to 1.3.70 (#648)

* chore(deps): bump Npgsql from 9.0.2 to 9.0.3 (#633)

* chore(deps): bump Verify.Xunit in the verify group (#647)

* chore(deps): bump GitVersion.MsBuild from 6.1.0 to 6.2.0 (#650)

* chore(deps): bump Verify.Xunit from 29.1.0 to 29.2.0 in the verify group (#651)

* chore(deps): bump NetEvolve.Extensions.XUnit from 2.5.67 to 2.5.105 (#652)

* chore(ci): bump dailydevops/pipelines from 0.14.41 to 0.14.68 (#653)

* chore(deps): bump NetEvolve.Defaults from 1.3.70 to 1.3.71 (#654)

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump System.Text.Json from 9.0.3 to 9.0.4 (#655)

* chore(deps): bump Microsoft.Data.Sqlite from 9.0.3 to 9.0.4 (#656)

* chore(deps): bump NetEvolve.Defaults from 1.3.71 to 1.3.74 (#657)

* chore(deps): bump NetEvolve.Arguments from 1.3.43 to 1.3.68 (#658)

* chore(deps): bump the testcontainers group with 9 updates (#659)

* chore(deps): bump Confluent.Kafka from 2.9.0 to 2.10.0 (#660)

* chore(ci): bump dailydevops/pipelines from 0.14.68 to 0.14.79 (#677)

* chore(deps): bump Oracle.ManagedDataAccess.Core from 23.7.0 to 23.8.0 (#675)

* chore(deps): bump PublicApiGenerator from 11.4.5 to 11.4.6 (#664)

* chore(deps): bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 (#667)

* chore(deps): bump Azure.Storage.Queues from 12.21.0 to 12.22.0 (#669)

* chore(deps): bump Dapr.Client from 1.14.0 to 1.15.4 (#671)

* chore(deps): bump Verify.Xunit from 29.2.0 to 29.3.0 in the verify group (#662)

* chore(deps): bump GitVersion.MsBuild from 6.2.0 to 6.3.0 (#665)

* chore(deps): bump TngTech.ArchUnitNET.xUnit from 0.11.2 to 0.11.4 (#676)

* chore(deps): bump Azure.Storage.Blobs from 12.23.0 to 12.24.0 (#673)

* chore(deps): bump StackExchange.Redis from 2.8.24 to 2.8.31 (#674)

* chore(deps): bump ClickHouse.Client from 7.13.1 to 7.13.2 (#661)

* chore(deps): bump MySql.Data and System.Text.Json (#668)

* chore(deps): bump Microsoft.AspNetCore.TestHost from 8.0.13 to 8.0.15 (#670)

Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 8.0.13 to 8.0.15.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.13...v8.0.15)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-version: 8.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(template): sync with dailydevops/dotnet-template [skip ci]

* chore(deps): bump NetEvolve.Defaults from 1.3.74 to 1.3.79 (#679)

* chore(deps): bump NetEvolve.Arguments from 1.3.68 to 1.3.77 (#680)

* chore(deps): bump Verify.Xunit from 29.5.0 to 30.0.0 in the verify group (#678)

* feat: Apache ActiveMQ package

* chore: remove duplicated code

* fix: Missing nullable

* chore: Added further tests

* fix(style): Reformatted based on rules of Csharpier 1.0.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>

* feat: Added AWS SNS package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants