Does C# Support Project-Wide Default Namespace Imports Like VB.NET?

前端 未结 4 958
旧时难觅i
旧时难觅i 2020-11-27 22:10

I am a recently converted VB developer to C#, but there is one thing thus far that I haven\'t been able to find. In VB when I setup a new project I can specify the namespace

4条回答
  •  萌比男神i
    2020-11-27 22:42

    See this post for the answer..

    Which, in a nutshell, is adding the usings you want to a template.

    I believe you want to start here.

提交回复
热议问题