ArchUnitNET
ArchUnitNET copied to clipboard
Assembly.Name is always the full name, not the short name
The following line creates the Assembly object with the same value for Name and FullName properties
https://github.com/TNG/ArchUnitNET/blob/7fd68bcb28c2a08aa22f78f06a15ac506441a29a/ArchUnitNET/Loader/ArchBuilder.cs#L62C12-L62C50
Hi @made-by-karl, thank you for submitting this issue.
Since changing this may break tests for some users, we will implement a fix for the next minor release.