Development requirements: Difference between revisions
(Created page with "Basic requirements: * .Net Framework 4.5 * NuGet package manager. See below. * Access to desired '''''Maria GDK Services'''''. Installation and maintenance of the services...") |
No edit summary |
||
Line 6: | Line 6: | ||
To be able to create applications utilizing the features of Maria GDK, you need to download one or more of the '''Maria GDK NuGet packages''', using the '''NuGet Package manager''' | To be able to create applications utilizing the features of Maria GDK, you need to download one or more of the '''Maria GDK NuGet packages''', using the '''NuGet Package manager''' | ||
== Installing NuGet Package manager == | |||
If you don't have the package manager installed, you can locate and download it one of the following ways: | If you don't have the package manager installed, you can locate and download it one of the following ways: | ||
Line 15: | Line 15: | ||
[[File:installpackgmgr.png|none|frame|Installing package manager]] | [[File:installpackgmgr.png|none|frame|Installing package manager]] | ||
=== About NuGet packages === | |||
* For general information on use of NuGet packages, see:<br> http://docs.nuget.org/ | * For general information on use of NuGet packages, see:<br> http://docs.nuget.org/ | ||
Line 21: | Line 21: | ||
* For info on NuGet packages with source control, see:<br> http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages | * For info on NuGet packages with source control, see:<br> http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages | ||
== Loading Maria GDK Packages == | |||
Maria GDK assemblies are added to your project(s) through NuGet packages with the NuGet package manager -- available from the project popup menu.<br> | Maria GDK assemblies are added to your project(s) through NuGet packages with the NuGet package manager -- available from the project popup menu.<br> |
Revision as of 16:06, 26 July 2019
Basic requirements:
- .Net Framework 4.5
- NuGet package manager. See below.
- Access to desired Maria GDK Services. Installation and maintenance of the services is described in Maria GDK core documentation.
To be able to create applications utilizing the features of Maria GDK, you need to download one or more of the Maria GDK NuGet packages, using the NuGet Package manager
Installing NuGet Package manager
If you don't have the package manager installed, you can locate and download it one of the following ways:
- Download and install from http://nuget.codeplex.com/
- With the Visual Studio Extension Manager Tools→Extension Manager
About NuGet packages
- For general information on use of NuGet packages, see:
http://docs.nuget.org/ - For more information on how to use the NuGet manager, see:
http://docs.nuget.org/docs/Reference/Package-Manager-Console-PowerShell-Reference - For info on NuGet packages with source control, see:
http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages
Loading Maria GDK Packages
Maria GDK assemblies are added to your project(s) through NuGet packages with the NuGet package manager -- available from the project popup menu.
To access the packages, you need to define the Maria GDK package source (if not already set by nuget.congif files). Select the Settings button to get the Package Manager Options page to create the source.
The Maria GDK Nuget packages are loaded from the Teleplan Globe support site. Use the following source:
Maria GDK Release | https://www.myget.org/F/maria-gdk/api/v3/index.json |
Maria GDK Nightly | https://www.myget.org/F/maria-gdk-nightly/api/v3/index.json |
Here you will find the available Maria GDK Nuget packages for download to your project(s), and also available updates when already installed.
Make sure that the Maria GDK version downloaded matches the Maria Services you are using.