OpenRiaServices.Signed.Client.Core
4.5.0.1
dotnet add package OpenRiaServices.Signed.Client.Core --version 4.5.0.1
NuGet\Install-Package OpenRiaServices.Signed.Client.Core -Version 4.5.0.1
<PackageReference Include="OpenRiaServices.Signed.Client.Core" Version="4.5.0.1" />
paket add OpenRiaServices.Signed.Client.Core --version 4.5.0.1
#r "nuget: OpenRiaServices.Signed.Client.Core, 4.5.0.1"
// Install OpenRiaServices.Signed.Client.Core as a Cake Addin #addin nuget:?package=OpenRiaServices.Signed.Client.Core&version=4.5.0.1 // Install OpenRiaServices.Signed.Client.Core as a Cake Tool #tool nuget:?package=OpenRiaServices.Signed.Client.Core&version=4.5.0.1
OpenRiaServices.Signed.Client.Core provides the OpenRiaServices.DomainServices.Client and OpenRiaServices.DomainServices.Client.Web assemblies for your client projects.
Product | Versions 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. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. 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. |
Silverlight | sl5 is compatible. sl500.0 is compatible. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.0)
- System.ComponentModel.Annotations (>= 4.3.0)
- System.ComponentModel.Primitives (>= 4.3.0)
- System.Linq.Queryable (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Security.Principal (>= 4.3.0)
-
Portable Class Library (.NETFramework 4.5, Silverlight 5.0, Windows 8.0)
- No dependencies.
-
Silverlight 5.0
- 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 |
---|---|---|
4.5.0.1 | 36 | 11/17/2017 |
4.5.0.1
* Metadata only update to remove incorrect frameworkAssembly for silverlight
* Fix silverlight designer behaviour (Issue #99)
4.5.0:
For detailed release notes see https://openriaservices.codeplex.com/releases/view/619745
4.5.0-rc1:
* Improved performance for large EntityCollections
* Improved nuget behaviour for other targets than silverlight and desktop .net
* Updated portable library to have the same implementation as non portable builds
* Added netstandard 1.3 build (experimental)
see https://docs.microsoft.com/sv-se/dotnet/articles/standard/library for netstandard information
* AssemblyVersion updated to 4.0.0.0 for silverlight and portable build
** Silverlight support automat assembly redirection to higher versions so manual redirection should not be required for any target platform
4.5.0-beta3:
* Desktop client now support Cookies by default (which means Forms authentication just works)
** Can be controlled via WebDomainClientFactory.CookieContainer
* WebDomainClientFactory can now be overridden
4.5.0-beta2: Fix beta1 bug (NRE in WebDomainClientFactory.CreateDomainClientCore)
* require .Net 4.5 for client libraries
* Extend client API for non Silverlight platforms
4.5.0-beta1: Added DomainClientFactory