Gecko.NCore.Client 10.6.2

dotnet add package Gecko.NCore.Client --version 10.6.2
                    
NuGet\Install-Package Gecko.NCore.Client -Version 10.6.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gecko.NCore.Client" Version="10.6.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gecko.NCore.Client" Version="10.6.2" />
                    
Directory.Packages.props
<PackageReference Include="Gecko.NCore.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gecko.NCore.Client --version 10.6.2
                    
#r "nuget: Gecko.NCore.Client, 10.6.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Gecko.NCore.Client@10.6.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Gecko.NCore.Client&version=10.6.2
                    
Install as a Cake Addin
#tool nuget:?package=Gecko.NCore.Client&version=10.6.2
                    
Install as a Cake Tool

Contains a framework providing LINQ support for the main services.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Gecko.NCore.Client:

Package Downloads
Gecko.NCore.Client.ObjectModel.V3.No

Contains the client contracts for using ObjectModel.V3 No.

Gecko.NCore.Client.ObjectModel.V3.En

Contains the client contracts for using ObjectModel.V3 En.

Gecko.NCore.Client.Documents.V3

Contains the service contracts for using Documents V3.

Gecko.NCore.Client.Documents.V2

Contains the service contracts for using Documents V2.

Gecko.NCore.Client.Functions.V2

Contains the service contracts for using Functions V2.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.6.2 991 7/6/2026
10.6.1 1,024 6/19/2026
10.6.0 102 6/19/2026
10.5.0 685 6/19/2026
10.4.0 166 6/19/2026
10.3.4 190 6/19/2026
10.3.3 109 6/19/2026
10.3.2 103 6/19/2026
10.3.1 362 6/19/2026
10.3.1-beta-1 321 6/19/2026
10.3.0 469 6/19/2026
10.2.0 526 6/19/2026
10.1.2 178 6/19/2026
10.1.1 342 6/19/2026
10.1.0-beta 163 6/19/2026
10.0.7 135 6/19/2026
10.0.6 101 6/19/2026
10.0.6-beta 94 6/19/2026
10.0.5 395 6/19/2026
10.0.4 105 6/19/2026
Loading failed

# Gecko.NCore.Client
This is a .NET library with basic functionality for integrating with
Element Integration Services (EIS).

## `10.6.0`
- Add .NET 10.0 support

## `10.4.0`
PBI #
- Improve service client binding creation based on endpoint address for netstandard2.0 package version

## `10.3.4`
PBI #563823
- Add property Vedtak and Behandling to UtvalgSakBehandling

## `10.3.2`
PBI #560946
- Interface AsyncDataObjectQueryProvider : IAsyncDataObjectQueryProvider, for easier mocking and stubbing.

## `10.3.1`
PBI #515804
- Update nuget packages, get rid of vulnerable transitive dependencies.

## `10.3.0`
PBI #430556
- End of support for ".NET4.5".
Consider migrating to supported versions ".Net 4.8" or ".NETStandard 2.0".

## `10.2.0`
Bug #443901
- (netstandard2.0) Use a custom implementation of `IHttpMessageHandlerFactory` registered as
service in asp.net core/.net application (it efficiently creates and uses
`HttpClient`'s to prevent potential TCP port exhaustion).
``` c#

// add the IHttpClientFactory and related services to the IServiceCollection
IServiceProvider.AddHttpClient();
...

// create client adapter
var clientSettings = new ClientSettings
{
Address = ...,
HttpMessageHandlerFactory = _httpMessageHandlerFactory // factory resolved from registered services
};
var adapter = new ...Adapter(EphorteContextIdentity, clientSettings);
```