From 96291d00233ef3ead40e6829748bd321dfadb496 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Mon, 16 Feb 2026 00:46:46 -0500 Subject: [PATCH 1/3] Develop (#93) Signed-off-by: dependabot[bot] 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: ptr727 <2061579+ptr727@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/run-codegen-pull-request-task.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-codegen-pull-request-task.yml b/.github/workflows/run-codegen-pull-request-task.yml index c897b94..7eb489b 100644 --- a/.github/workflows/run-codegen-pull-request-task.yml +++ b/.github/workflows/run-codegen-pull-request-task.yml @@ -20,8 +20,8 @@ jobs: uses: actions/checkout@v6 - name: Run codegen step - run: >- - dotnet run --project ./LanguageTagsCreate/LanguageTagsCreate.csproj -- + run: | + dotnet run --project ./LanguageTagsCreate/LanguageTagsCreate.csproj -- \ --codepath . - name: Format code step From b00abc1f2f9a16b45224c2d2f487236c5e44e6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:49:15 +0000 Subject: [PATCH 2/3] Bump the nuget-deps group with 1 update (#94) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated [AwesomeAssertions](https://github.com/AwesomeAssertions/AwesomeAssertions) from 9.3.0 to 9.4.0.
Release notes _Sourced from [AwesomeAssertions's releases](https://github.com/AwesomeAssertions/AwesomeAssertions/releases)._ ## 9.4.0 ## What's Changed ### New features * Add option to configure the maximum of items when asserting collections by @​lg2de in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/412 * Add assertion [Not]EqualApproximately for numerical collections by @​cbersch in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/413 ### Improvements * Use .NET10 for building by @​cbersch in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/357 * Add [return: NotNull] to all Should() and assertions methods by @​cbersch in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/433 * Remove package pinning from core library by @​lg2de in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/430 ### Fixes * Fix assembly loading for NUnit with MTP by @​cbersch in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/362 * Make displayed length of string assertions configurable at AssertionScope by @​cbersch in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/393 * Add missing string syntax attribute to several assertions by @​lg2de in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/404 * Add missing reason in some equivalency assertions by @​cbersch in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/405 * fix: added backport "Add [NotNull] attribute on the Should() method for object assertions" (#​2987) by @​kimpenhaus in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/411 ### Documentation * Rework and extend the design guide by @​lg2de in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/339 * Fix line breaks in README FAQ by @​ltickett in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/374 * Update documentation by @​lg2de in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/394 * Add link to nuget package on homepage by @​cbersch in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/402 ### Dependencies * chore(deps): update dependency jetbrains.annotations to 2025.2.2 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/337 * chore(deps): update dependency verify.xunit to 31.4.3 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/344 * chore(deps): update dependency tunit to 0.90.28 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/343 * chore(deps): update dependency meziantou.analyzer to 2.0.250 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/342 * chore(deps): update dependency benchmarkdotnet to 0.15.5 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/341 * chore(deps): update dependency tunit to 0.90.45 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/349 * chore(deps): update dependency benchmarkdotnet to 0.15.6 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/348 * chore(deps): update dependency publicapigenerator to 11.5.1 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/351 * chore(deps): update dependency meziantou.analyzer to 2.0.256 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/350 * chore(deps): update dependency cspell to v9.3.2 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/353 * chore(deps): update dependency verify.xunit to 31.7.2 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/354 * chore(deps): update mstest monorepo by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/352 * chore(deps): update dependency publicapigenerator to 11.5.3 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/361 * chore(deps): update dependency meziantou.analyzer to 2.0.257 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/360 * chore(deps): update dependency jetbrains.annotations to 2025.2.4 - autoclosed by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/359 * chore(deps): update dependency benchmarkdotnet to 0.15.8 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/358 * chore(deps): update dependency cspell to v9.4.0 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/367 * chore(deps): update dependency publicapigenerator to 11.5.4 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/366 * chore(deps): update dependency verify.xunit to 31.8.0 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/369 * chore(deps): update dependency tunit to 1.5.6 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/368 * chore(deps): update actions/checkout action to v6 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/371 * chore(deps): update github artifact actions (major) by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/370 * chore(deps): update github artifact actions (major) by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/380 * chore(deps): update dependency tunit to 1.5.60 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/377 * chore(deps): update dependency system.reflection.metadata to v10 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/373 * chore(deps): update actions/cache action to v5 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/379 * chore(deps): update dependency roslynator.analyzers to 4.15.0 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/378 * chore(deps): update dependency meziantou.analyzer to 2.0.260 by @​renovate[bot] in https://github.com/AwesomeAssertions/AwesomeAssertions/pull/376 ... (truncated) Commits viewable in [compare view](https://github.com/AwesomeAssertions/AwesomeAssertions/compare/9.3.0...9.4.0).
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=AwesomeAssertions&package-manager=nuget&previous-version=9.3.0&new-version=9.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- LanguageTagsTests/LanguageTagsTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LanguageTagsTests/LanguageTagsTests.csproj b/LanguageTagsTests/LanguageTagsTests.csproj index 6a7849a..76139ca 100644 --- a/LanguageTagsTests/LanguageTagsTests.csproj +++ b/LanguageTagsTests/LanguageTagsTests.csproj @@ -9,7 +9,7 @@ net10.0 - + all From a1e0c3f9bd2d57fc92f6b769c5568407295ee1b8 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Tue, 24 Feb 2026 06:22:17 -0800 Subject: [PATCH 3/3] Update workflows to refine codegen branch handling and test pull request triggers --- .github/workflows/merge-bot-pull-request.yml | 2 +- .github/workflows/run-codegen-pull-request-task.yml | 2 +- .github/workflows/test-pull-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-bot-pull-request.yml b/.github/workflows/merge-bot-pull-request.yml index e62689d..8f90e11 100644 --- a/.github/workflows/merge-bot-pull-request.yml +++ b/.github/workflows/merge-bot-pull-request.yml @@ -35,7 +35,7 @@ jobs: merge-codegen: name: Merge codegen pull request job runs-on: ubuntu-latest - if: github.actor == 'github-actions[bot]' && github.event.pull_request.head.ref == 'codegen-update' && github.event.pull_request.head.repo.full_name == github.repository + if: github.actor == 'github-actions[bot]' && github.event.pull_request.head.ref == 'codegen' && github.event.pull_request.head.repo.full_name == github.repository permissions: contents: write pull-requests: write diff --git a/.github/workflows/run-codegen-pull-request-task.yml b/.github/workflows/run-codegen-pull-request-task.yml index 7eb489b..592a604 100644 --- a/.github/workflows/run-codegen-pull-request-task.yml +++ b/.github/workflows/run-codegen-pull-request-task.yml @@ -34,7 +34,7 @@ jobs: - name: Create pull request step uses: peter-evans/create-pull-request@v8 with: - branch: codegen-update + branch: codegen title: 'Update codegen files' body: 'This PR updates the codegen files.' commit-message: 'Update codegen files' diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 05f4fa2..8bbf5e0 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -2,7 +2,7 @@ name: Test pull request action on: pull_request: - branches: [ main, develop ] + branches: [ main, develop, codegen ] workflow_dispatch: concurrency: