- .NET SDK Version:
10.x
Steps to Reproduce:
true
true
latest
Recommended
true
true
net10.0
enable
enable
latest
1591
2.
build
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)
10.x
Steps to Reproduce:
true true latest Recommended true true net10.0 enable enable latest 1591 2. buildRename 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)