0
jfistelmann created
If using public site, a project named Public
will be generated - leading to Public
being part of a namespace.
Eg. MyApp.Web.Public.Menu
That leads to CA1716
warning CA1716: Rename namespace MyApp.Web.Public.Menu so that it no longer conflicts with the reserved language keyword 'Public'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace.
1 Answer(s)
-
0
Thanks, I will give feedback to the team.