dotnet / code-analysis

MIT License
63 stars 19 forks source link

CA1724 raises issue with unrelated matches. #22

Open Jebarson opened 1 year ago

Jebarson commented 1 year ago

This rule raises a conflict for a namespace something like below.

Aaa.Bbb.Ccc.Ddd.Host.Startup and AAA.Bbb.CCc.Ddd.Sdk.Core.Startup

Aaa.Bbb.Ccc.Ddd.Host.Startup is a type in the application. AAA.Bbb.CCc.Ddd.Sdk.Core.Startup is a namespace in the referenced assembly.