TNG / ArchUnitNET

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

docs: Provide additional information about ResideInAssembly function #251

Open pawlos opened 2 months ago

pawlos commented 2 months ago

This PR enabled generation of documentation file and adds extra information about ResideInAssembly method giving context how the method should be used.

Closes #245