XRoadProvider 1.0.15

Requires NuGet 2.12 or higher.

dotnet add package XRoadProvider --version 1.0.15
                    
NuGet\Install-Package XRoadProvider -Version 1.0.15
                    
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="XRoadProvider" Version="1.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XRoadProvider" Version="1.0.15" />
                    
Directory.Packages.props
<PackageReference Include="XRoadProvider" />
                    
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 XRoadProvider --version 1.0.15
                    
#r "nuget: XRoadProvider, 1.0.15"
                    
#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.
#addin nuget:?package=XRoadProvider&version=1.0.15
                    
Install XRoadProvider as a Cake Addin
#tool nuget:?package=XRoadProvider&version=1.0.15
                    
Install XRoadProvider as a Cake Tool

Type providers for generating types and service interfaces for XRoad producers.

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. 
.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 net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  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.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.15 909 12/4/2019
1.0.14 752 9/5/2019
1.0.10 5,435 5/16/2019
1.0.9 3,695 2/8/2019
1.0.8 5,314 9/26/2018
1.0.7 4,478 9/25/2018
1.0.6 3,777 9/20/2018
1.0.5 3,065 5/22/2018
1.0.4 3,130 4/10/2018
1.0.3 3,174 3/22/2018
1.0.2 3,038 3/21/2018
1.0.1 3,138 3/13/2018
1.0.0 1,207 3/13/2018
1.0.0-alpha017 1,008 12/12/2017
1.0.0-alpha016 976 12/8/2017
1.0.0-alpha015 958 12/6/2017
1.0.0-alpha014 981 12/6/2017
1.0.0-alpha013 968 12/6/2017
1.0.0-alpha012 839 12/4/2017
1.0.0-alpha011 809 12/1/2017
1.0.0-alpha010 807 11/30/2017
1.0.0-alpha009 860 11/30/2017
1.0.0-alpha008 870 11/29/2017
1.0.0-alpha007 929 11/29/2017
1.0.0-alpha006 868 11/29/2017
1.0.0-alpha005 782 11/28/2017
0.0.4-alpha 1,014 8/19/2015
0.0.3-alpha 909 6/15/2015
0.0.2-alpha 1,006 6/2/2015
0.0.1-alpha 3,309 5/15/2015

Refactor provider type names to hint underlying functionality.
Replace HTTP GET API based wsdl acquisition with `getWsdl` meta service usage.