Development requirements

From Maria GDK Wiki
Revision as of 16:16, 25 July 2019 by Mbu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:

Installing package manager

About NuGet 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.

Manage NuGet Packages

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.

Maria GDK NuGet Package Sources

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.

Maria GDK NuGet Packages

Make sure that the Maria GDK version downloaded matches the Maria Services you are using.