TNG / ArchUnitNET

A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Apache License 2.0
927 stars 61 forks source link

Assembly.Name is always the full name, not the short name #327

Open made-by-karl opened 5 days ago

made-by-karl commented 5 days ago

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