dotnet / dotnet/code-analysis

CA1724 raises issue with unrelated matches.

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
65
Forks
23
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.