Project Templates¶
Description¶
The project templates are a feature of the .NET CLI(dotnet new). They are used by Microsoft to create all of their project/item templates that ship with .net and visual studio. They make it possible to have a standardized structure to your code files. They allow you to pass in parameters and replace placeholders in your code with those parameters.
Why we use it¶
Project templates are used to standardized the custom projects that SAIF has. They allow us to save time when creating a new a project and making the sure the structure of the project is correct, the correct packages are installed, and the necessary files are include when the project is created.
Setup¶
Install Production Templates¶
saif update