There is no option to exclude some namespaces where I don't want to run this analyzer on. ```c# [assembly: NopenExclude("App.Migrations")] ``` This would be useful to have. And I don't think it would be hard to implement.
There is no option to exclude some namespaces where I don't want to run this analyzer on.
This would be useful to have. And I don't think it would be hard to implement.