Property selection of Web Api project #377
-
|
I am confused while trying to add a WebApi project. Thanks in advance. //cc: @mahedee @ratanparai @aftabkajal |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@NitaiBanik: You do not need I prefer If you want to use In summary, Untick both |
Beta Was this translation helpful? Give feedback.

@NitaiBanik: You do not need
HTTPSand automatically createdDockerfile configured.HTTPSis not in our timeline now and we need to create customDockerfilefor our services.I prefer
dotnetcli to create new project. It is much easier to keep the folder structure inSolutionlevel when using thedotnetcli thanVisual Studio.If you want to use
Visual Studiothen, you have to create folders from the fileExplorerand then also createSolution folderfromVisual Studioin the same structure as your explorer's folder structure. I am not expert inVisual Studio, can not help you much regarding this.In summary, Untick both
Configure for HTTPSandEnable Docker.