<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors> -> CA1716
Author: MartinHockCreated Jun 20, 2026Updated Jun 21, 2026
- .NET SDK Version: 10.x Steps to Reproduce:
Rename namespace Clean.Architecture.UseCases.Contributors.Get so that it no longer conflicts with the reserved language keyword 'Get'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
Source: ardalis/CleanArchitecture