Skip to content

Bump TngTech.ArchUnitNET.xUnit from 0.11.2 to 0.13.1#11

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/source/AAS.TwinEngine.Plugin.RelationalDatabase.UnitTests/develop/TngTech.ArchUnitNET.xUnit-0.13.1
Closed

Bump TngTech.ArchUnitNET.xUnit from 0.11.2 to 0.13.1#11
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/source/AAS.TwinEngine.Plugin.RelationalDatabase.UnitTests/develop/TngTech.ArchUnitNET.xUnit-0.13.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 23, 2026

Copy link
Copy Markdown

Updated TngTech.ArchUnitNET.xUnit from 0.11.2 to 0.13.1.

Release notes

Sourced from TngTech.ArchUnitNET.xUnit's releases.

0.13.1

Fixes

New Contributors

Full Changelog: TNG/ArchUnitNET@0.13.0...0.13.1

0.13.0

Breaking Changes

Remove Obsolete Fluent Syntax Methods by @​alexanderlinne in TNG/ArchUnitNET#412

As announced in version 0.12.0, fluent methods that take strings as an argument for matching the full name are now removed in favour of using fluent methods like .HaveName.

Refactor attribute with arguments fluent syntax methods by @​alexanderlinne in TNG/ArchUnitNET#432

For HaveAttributeWithArguments and NotHaveAttributeWithArguments fluent methods, the overloads that take params object[] as arguments have been removed. This was previously ambiguous with the overload that takes an IEnumerable<object> as an argument.

Performance Enhancements

The following refactorings improve performance in our tests by ~15%:

CI Enhancements

Dependency Updates

Full Changelog: TNG/ArchUnitNET@0.12.3...0.13.0

0.12.3

Fixes

New Contributors

Full Changelog: TNG/ArchUnitNET@0.12.2...0.12.3

0.12.2

Features

Enhancements

Dependency Updates

New Contributors

Full Changelog: TNG/ArchUnitNET@0.12.1...0.12.2

0.12.1

Fixes

New Contributors

Full Changelog: TNG/ArchUnitNET@0.12.0...0.12.1

0.12.0

Breaking Changes

Marking soon to be removed methods in the fluent api as obsolete by @​brandhuf in TNG/ArchUnitNET#362

Until now, ArchUnitNET provided overloads of functions in the fluent syntax that took a string as an argument like Types().That().DependOnAny("ExampleClass") or Types().That().DependOnAny(".*ExampleClass", true). Here, however, it is unclear whether the string would match the Name, FullName or AssemblyQualifiedName. These functions have now been marked as obsolete and will be removed in version 0.13.0.

Besides HaveName, the fluent interface now also provides the functions HaveNameMatching, HaveFullName and HaveFullNameMatching. The above call can therefore be replaced with Types().That().DependOnAny(Types().That().HaveName("ExampleClass")) or Types().That().DependOnAny(Types().That().HaveFullNameMatching(".*ExampleClass")), giving a clear indication of what is matched and how it is matched.

Don't Set Assembly Name To It's Full Name by @​alexanderlinne in TNG/ArchUnitNET#372

This is a bug where the Name of an assembly was always set to its FullName. This may be a breaking change for code that currently relies on this behaviour.

Fixes

Enhancements

Dependency Updates

Full Changelog: TNG/ArchUnitNET@0.11.4...0.12.0

0.11.4

Features

Fixes

Documentation

Maintenance Improvements

New Contributors

Full Changelog: TNG/ArchUnitNET@0.11.3...0.11.4

0.11.3

Features

Fixes

Dependency Updates

New Contributors

Full Changelog: TNG/ArchUnitNET@0.11.2...0.11.3

0.11.3-preview.1

Fixes

Full Changelog: TNG/ArchUnitNET@0.11.2...0.11.3-preview.1

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

---
updated-dependencies:
- dependency-name: TngTech.ArchUnitNET.xUnit
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jan 23, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
nuget/TngTech.ArchUnitNET.xUnit 0.13.1 UnknownUnknown

Scanned Files

  • source/AAS.TwinEngine.Plugin.RelationalDatabase.UnitTests/AAS.TwinEngine.Plugin.RelationalDatabase.UnitTests.csproj

@dependabot @github

dependabot Bot commented on behalf of github Jan 26, 2026

Copy link
Copy Markdown
Author

Superseded by #16.

@dependabot dependabot Bot closed this Jan 26, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/source/AAS.TwinEngine.Plugin.RelationalDatabase.UnitTests/develop/TngTech.ArchUnitNET.xUnit-0.13.1 branch January 26, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants