![]() |
VOOZH | about |
dotnet add package System.ServiceModel.Federation --version 10.0.652802
NuGet\Install-Package System.ServiceModel.Federation -Version 10.0.652802
<PackageReference Include="System.ServiceModel.Federation" Version="10.0.652802" />
<PackageVersion Include="System.ServiceModel.Federation" Version="10.0.652802" />Directory.Packages.props
<PackageReference Include="System.ServiceModel.Federation" />Project file
paket add System.ServiceModel.Federation --version 10.0.652802
#r "nuget: System.ServiceModel.Federation, 10.0.652802"
#:package System.ServiceModel.Federation@10.0.652802
#addin nuget:?package=System.ServiceModel.Federation&version=10.0.652802Install as a Cake Addin
#tool nuget:?package=System.ServiceModel.Federation&version=10.0.652802Install as a Cake Tool
System.ServiceModel.Federation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on System.ServiceModel.Federation:
| Package | Downloads |
|---|---|
|
T2B.Services.DynamicAccess.Client
Package Description |
|
|
Data8.PowerPlatform.Dataverse.Client
Provides a WS-Trust compatible client for connecting to on-premise IFD instances of Dynamics 365 from .NET Core. This package builds on top of Microsoft.PowerPlatform.Dataverse.Client and offers an alternative IOrganizationService implementation using WS-Trust. This allows you to connect using the URL of the organization service, username and password without any additional configuration. Because this OnPremiseClient implements the same IOrganizationService as the standard ServiceClient implementation your code can work with either as shown in the sample code below. using Data8.PowerPlatform.Dataverse.Client; using Microsoft.PowerPlatform.Dataverse.Client; using Microsoft.Xrm.Sdk; var onPrem = new OnPremiseClient("https://org.crm.contoso.com/XRMServices/2011/Organization.svc", "AD\\username", "password!"); var online = new ServiceClient("AuthType=ClientSecret;Url=https://contoso.crm.dynamics.com;ClientId=637C79F7-AE71-4E9A-BD5B-1EC5EC9F397A;ClientSecret=p1UiydoIWwUH5AdMbiVBOrEYn8t4RXud"); CreateRecord(onPrem); CreateRecord(online); void CreateRecord(IOrganizationService svc) { var entity = new Entity("account") { ["name"] = "Data8" }; entity.Id = svc.Create(entity); } |
|
|
Walter.Vat
VAT number validator. This version contains validation for EU countries only. You can view the on-line help using this link https://firewallapi.asp-waf.com/?topic=html/T-Walter.Vat.EuropeanVatInformationQuery.htm and get some code samples to help you get started. This package exposes EuropeanVatInformationQuery class allowing you to query VAT data for the European Union as well as the UnitedKingdom. Please note that this package works best in combination with the Walter.Web.FireWall NuGet package allowing you to use GEO discovery to obtain the location of a request see https://www.nuget.org/packages/Walter.Web.FireWall/ for more information. |
|
|
Delfin.Core.Infrastructure
An Infrastructure Layer library designed for Clean Architecture in .NET applications. This package provides the implementation of cross-cutting concerns such as data access, external service integration, and configuration management, ensuring that the application layers remain decoupled from infrastructure details. |
|
|
Pickles.Library
A documentation generator for features written in the Gherkin language |
Showing the top 14 popular GitHub repositories that depend on System.ServiceModel.Federation:
| Repository | Stars |
|---|---|
|
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET
|
|
|
EWSoftware/SHFB
Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
|
|
|
CoreWCF/CoreWCF
Main repository for the Core WCF project
|
|
|
DigDes/SoapCore
SOAP extension for ASP.NET Core
|
|
|
AlexWan/OsEngine
Open Source algo trading platform
|
|
|
terrymacdonald/DisplayMagician
DisplayMagician is an open source tool for automatically configuring your displays and sound for a game or application from a single Windows Shortcut.
|
|
|
ciribob/DCS-SimpleRadioStandalone
An open source Stand alone Radio for DCS integrating with all clickable cockpits and FC3 Aircraft
|
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
|
TV-Rename/tvrename
Organise your TV & Movie videos with ease
|
|
|
openrails/openrails
Open Rails: free train simulator that supports the world's largest range of digital content.
|
|
|
damieng/DamienGKit
Useful utility classes and helpers from DamienG.com
|
|
|
UiPath/Community.Activities
Repository of Windows Workflow Foundation Activities for UiPath Community
|
|
|
arition/SubRenamer
Rename subtitles for BDRip
|
|
|
Gainedge/BetterExplorer
A Better Explorer is a filemanager replacement that adds several handy features for productive file management.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.652802 | 1,853,915 | 11/11/2025 |
| 8.1.2 | 5,652,050 | 3/5/2025 |
| 8.1.1 | 2,104,524 | 12/12/2024 |
| 8.1.0 | 1,197,145 | 11/12/2024 |
| 8.0.0 | 8,890,951 | 12/13/2023 |
| 6.2.0 | 2,192,633 | 11/8/2023 |
| 6.1.0 | 401,245 | 10/18/2023 |
| 6.0.0 | 8,243,692 | 5/18/2023 |
| 6.0.0-rc.23205.4 | 6,151 | 4/7/2023 |
| 6.0.0-preview1.23060.3 | 13,275 | 1/18/2023 |
| 4.10.3 | 10,469,187 | 10/16/2023 |
| 4.10.2 | 3,317,262 | 3/27/2023 |
| 4.10.0 | 4,108,554 | 8/17/2022 |
| 4.10.0-preview1.22261.2 | 7,719 | 5/16/2022 |
| 4.9.0 | 3,039,922 | 11/8/2021 |
| 4.9.0-rc2.21473.1 | 667 | 10/12/2021 |
| 4.9.0-rc1.21431.2 | 958 | 9/15/2021 |
| 4.9.0-preview1.21220.1 | 774 | 6/30/2021 |