I'm working on an ASP.NET Core Middleware and am concerned about the namespace naming. I'm planning on use AspNetCore.MyMiddlewareName and I would like to publish it in Nuget but not sure if I'm allowed to use that "AspNetCore" part of the name.
So, basically, my question is: Is there any statement that prohibits me to use "AspNetCore" as part of the namespace used in the package I want to publish?