Development requirements: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
()
No edit summary
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Basic requirements:  
Basic requirements:  
* .Net Framework 4.5
* .Net Framework 4.8
* Package management format: PackageReference
* NuGet package manager. See below.  
* NuGet package manager. See below.  
* Access to desired '''''Maria GDK Services'''''. Installation and maintenance of the services is described in '''''[[core_setup_service_installation.html|Maria GDK core documentation]].'''''
* Access to desired '''''Maria GDK Services'''''. <br/>
Installation and maintenance of the services is described in '''''[[:Category:Service setup]].'''''


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'''


== Installing NuGet Package manager ==
== About NuGet packages ==
 
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''
 
[[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 23: Line 16:
== Loading Maria GDK 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>


[[File:managenugetpackages.png|none|frame|Manage NuGet Packages]]
[[File:managenugetpackages.png|none|400px|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.
If you are working with several projects, you can also manage the NuGet packages commonly for all projects in your solution.
 
 
To access the packages, you need to define the Maria GDK package source (if not already set by nuget.congif files). Select the ''Settings'' (wheel button) to get the '''''Package Manager Options''''' page to create the source.


[[File:nuget packagesources.png|none|900px|Maria GDK NuGet Package Sources]]
[[File:nuget packagesources.png|none|900px|Maria GDK NuGet Package Sources]]


The Maria GDK Nuget packages are loaded from the Teleplan Globe support site. Use the following source:
The Maria GDK Nuget packages are loaded from the Teleplan Globe support site. Use the following source (only available for Teleplan Globe employees):
{| class="wikitable"
{| class="wikitable"
|Maria GDK Release || https://www.myget.org/F/maria-gdk/api/v3/index.json
|Maria GDK Release || [https://pkgs.dev.azure.com/teleplanglobe/mariagdk/_packaging/MariaGDK-develop/nuget/v3/index.json https://pkgs.dev.azure.com/teleplanglobe/mariagdk/_packaging/MariaGDK-release/nuget/v3/index.json]
|-
|-
|Maria GDK Nightly || https://www.myget.org/F/maria-gdk-nightly/api/v3/index.json
|Maria GDK Nightly || https://pkgs.dev.azure.com/teleplanglobe/mariagdk/_packaging/MariaGDK-develop/nuget/v3/index.json
|}
|}


Line 43: Line 39:


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




[[Category:Creating applications]]
[[Category:Creating applications]]

Latest revision as of 13:19, 13 June 2023

Basic requirements:

  • .Net Framework 4.8
  • Package management format: PackageReference
  • NuGet package manager. See below.
  • Access to desired Maria GDK Services.

Installation and maintenance of the services is described in Category:Service setup.

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

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

If you are working with several projects, you can also manage the NuGet packages commonly for all projects in your solution.


To access the packages, you need to define the Maria GDK package source (if not already set by nuget.congif files). Select the Settings (wheel 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 (only available for Teleplan Globe employees):

Maria GDK Release https://pkgs.dev.azure.com/teleplanglobe/mariagdk/_packaging/MariaGDK-release/nuget/v3/index.json
Maria GDK Nightly https://pkgs.dev.azure.com/teleplanglobe/mariagdk/_packaging/MariaGDK-develop/nuget/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.