Base solution for your next web application
Open Closed

Best way to change namespaces #3983


User avatar
0
tcon created

Is there a recommended approach to changing the project namespaces that are auto-generated when downloading the code from AspNet Zero? For example, we would want to change Web.Hostto Host.Web and Web.Core to Core.Web but at the same time do not want to break dependencies or make it harder to upgrade when new versions are released.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @tcon,

    If you are also considering updating process, you can write a simple console app to make necessary replacements on all solution files. This is not something offered by AspNet Zero team, you need to build it yourself :).