This repository contains DataMiner templates that can be used with Visual Studio and the dotnet CLI.
The following section lists the currently available Visual Studio templates.
Visual Studio template that creates a Solution containing pre-filled meta-data to handle NuGet creation.
Visual Studio template that creates a Project containing pre-filled meta-data to handle NuGet creation.
- Install the latest .NET
- Run 'dotnet new install Skyline.DataMiner.VisualStudioTemplates' to install the templates.
Note
In the future, the above will be done automatically by DataMiner Integration Studio.
- Select DataMiner from the project type drop down.
- Select the template you want to install and follow the instructions.
- Choose a project template i.e.
dataminer-srmfunction-solution
. - Run
dotnet new dataminer-srmfunction-solution --help
to see the available options. - Run `dotnet new dataminer-srmfunction-solution ' with the required options along with any other options to create a solution from the template.
To add additional templates, create a new template and put it under the working/templates folder. For more information about how to create a template, refer to Custom templates for dotnet new.
This project is licensed under the MIT License. See the file for details.