-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
DESCRIPTION
It would be good to have .NET Core Template which can be used to generate UI Website using microservice framework.
ADDITIONAL CONTEXT
Template pack should contain the following templates:
- REST API microservice which exposes REST API and Swagger, EF Core data layer
- UI application which uses Razor Pages, EF Core data layer
Each template should have at least the following parameters:
- Project name (e.g.
-nparameter which is referred by template viasourceNamevariable) - Port number used by microservice.
The following links contain detailed information regarding template creation:
- (!) https://devblogs.microsoft.com/dotnet/how-to-create-your-own-templates-for-dotnet-new/
- (!) https://github.com/dotnet/templating/wiki/Available-Parameter-Generators
- https://docs.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-item-template
- https://docs.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-project-template
- https://docs.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-template-pack
- https://www.patridgedev.com/2018/10/22/add-variables-to-your-custom-dotnet-new-template/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers