ArchUnitNET
ArchUnitNET copied to clipboard
Do you have coverage to .net 6??
I'm trying to use your lib in .net 6, but I changed the new model namespace and your lib didn't find. Do you have some solution for this?

@awilliansd: Interesting. I compiled and ran all the tests with NET6 and it simply worked. Do you have any example I could use to reproduce this issue here?
Thanks!
This test is throwing errors, because the namespace. I just update the .net 6 and failed my test

@awilliansd did you ever find out what was the issue here? Without knowing how the Rules I set up, I failed to reproduce the issue unfortunately. Did the namespaces that ArchUnit is seeing change with .NET 6?
I did this namespaces. Follow the image

@awilliansd Does this issue still exist for you? If so, could you please provide a link to a GitHub repo with a minimal project that reproduces the issue?
@awilliansd Does this issue still exist for you? If so, could you please provide a link to a GitHub repo with a minimal project that reproduces the issue?
It works now