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.
Template that creates a new connector Visual Studio solution.
Visual Studio template that creates a new DataMiner Automation Script project.
Visual Studio template that creates a new DataMiner Automation Script library project.
Visual Studio template that creates a new DataMiner Best Practices Analyzer (BPA) solution.
Visual Studio template that creates a new DataMiner Extension Module (DxM) solution.
Visual Studio template that creates a new DataMiner GQI ad hoc data source project.
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.
Visual Studio template that creates a Solution containing pre-filled meta-data to handle .NET Tool creation.
Visual Studio template that creates a Project containing pre-filled meta-data to handle .NET Tool creation.
Visual Studio template that creates a new DataMiner package project.
Visual Studio template that creates a new DataMiner test package project.
Visual Studio template that creates a new DataMiner User-Defined API project.
As of version 2.42, DataMiner Integration Studio (DIS) automatically installs the latest template package when you open Visual Studio. If you don't have this version of DIS, then follow these steps:
- Install the latest .NET
- Run 'dotnet new install Skyline.DataMiner.VisualStudioTemplates.Internal' to install the templates.
Note New to DIS? If you haven’t used DIS before and want to find out all about this extension for Microsoft Visual Studio, visit our DIS expert Hub on DataMiner Dojo for more detailed information, downloads, and more.
- 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-connector-solution. - Run
dotnet new dataminer-connector-solution --helpto see the available options. - Run
dotnet new dataminer-connector-solutionwith 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.
