Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TNG/ArchUnitNET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.0
Choose a base ref
...
head repository: TNG/ArchUnitNET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.1
Choose a head ref
  • 10 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 10, 2025

  1. Record method call generic argument types as dependencies

    Signed-off-by: Pete Forrest <petemforrest@gmail.com>
    Itzalive committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    da5d0d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Remove unneeded dependency

    Signed-off-by: Pete Forrest <petemforrest@gmail.com>
    Itzalive committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    c44c3ca View commit details
    Browse the repository at this point in the history
  2. Separate out generic argument testing

    Signed-off-by: Pete Forrest <petemforrest@gmail.com>
    Itzalive committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    ed98f4e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Switch generic argument tests to be isolated from fluent tests

    Signed-off-by: Pete Forrest <petemforrest@gmail.com>
    Itzalive committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    4cba12b View commit details
    Browse the repository at this point in the history
  2. Make generic argument dependencies body type member dependencies

    Signed-off-by: Pete Forrest <petemforrest@gmail.com>
    Itzalive committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    ce1fb2e View commit details
    Browse the repository at this point in the history
  3. Fix Assembly property of UnavailableType

    The assembly was the one in which the type was referenced
    instead of the assembly containing the type.
    
    Issue: #430
    Signed-off-by: Jean-Philippe Durot <jeanphilippe.durot@gmail.com>
    jpdurot committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    615845d View commit details
    Browse the repository at this point in the history
  4. Simplify logic removing mono cecil extension method

    Signed-off-by: Pete Forrest <petemforrest@gmail.com>
    Itzalive committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    bedca60 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #437 from Itzalive/feature/generic-argument-types-…

    …are-dependencies
    
    Record method call generic argument types as dependencies
    alexanderlinne authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    2c1cbbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28708af View commit details
    Browse the repository at this point in the history
  7. Merge pull request #431 from jpdurot/unavailabletpye-assembly

    Fix Assembly property of UnavailableType
    alexanderlinne authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    c569fbb View commit details
    Browse the repository at this point in the history
Loading