[Feature suggestion] Add Dotnet template(s)
See original GitHub issueAdding dotnet templates for Avalonia.FuncUI will make starting from scratch easier than copying example files to new projects.
I would start creating a template from the elmish counter example. This would be consistent with other templates like the SAFE-Stack template.
Should this be included in the main repo (e.g. a templates
folder in the root of this repo) or be its own project?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Feature Request: VS templating · Issue #41
This covers samples for dotnet cli, not visual studio. This is not the same thing :) You can find lots of samples elsewhere...
Read more >Custom templates for dotnet new - .NET CLI
You can create your own custom templates for any type of project, such as an app, service, tool, or class library. You can...
Read more >dotnet new Feature Selection
How to add feature selection to your dotnet new template using symbols (bool, string, choice, computed) and pre-processor directives.
Read more >How to Create Your .NET Project Template
First of all, create your root folder: templates-playground . Then move to this folder and creates two subfolders: templates and test . At...
Read more >Custom templates for dotnet new - YouTube
In this video, I show you how to create a custom template to use with the dotnet new command. This way you get...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
✔ Package is published ✔ Readme is updates ✔ Wiki is updated
I made some small changes to the template #13 JaggerJo.Avalonia.FuncUI.Templates
This simplifies packaging multiple templates to one NuGet Package. The NuGet Package is uploaded and should appear in a few minutes.
https://www.nuget.org/packages/JaggerJo.Avalonia.FuncUI.Templates/0.1.0
I will then update the Readme and the Docs.