Skip to content

Restructuring namespaces

Choose a tag to compare

@fgather fgather released this 28 Aug 15:04
3a594a7

!Please be careful, this is a breaking release!

We moved some namespaces to improve the internal architecture of ArchUnitNet. The most important change for users is that Core was removed and the implementation of the loading of the architecture moved to ArchUnitNET.Loader. Therfore you should do the following replacement in your code:

using ArchUnitNET.Core; -> using ArchUnitNET.Loader;