...
Prerequisites
.Net Core SDK
.Net IDE of choice
Access to the DryvIQ SDK packages
Getting Started
All of our tutorials will begin from the command-line. This is the most portable way to work with the dotnet
CLI and makes no assumptions about your operating system or IDE of choice. In order to make it super easy to create custom DryvIQ Platform extensions, we deliver a custom dotnet new
template package. Your IDE should have details available on how to leverage custom dotnet new
templates from within the IDE if you prefer to stay in there. If you are unfamiliar with custom templates within the dotnet
CLI, you can review here and here for more information. Our first step is to install the DryvIQ dotnet new
template package.
...
This will package up the extension into a NuGet package (.nupkg file) that can be deployed to a DryvIQ instance. The package will be located at MyCustomExtension\src\MyCustomExtension\bin\Release\MyCustomExtension.nupkg
.