![]() |
VOOZH | about |
dotnet add package CoreWCF.ConfigurationManager --version 1.9.1
NuGet\Install-Package CoreWCF.ConfigurationManager -Version 1.9.1
<PackageReference Include="CoreWCF.ConfigurationManager" Version="1.9.1" />
<PackageVersion Include="CoreWCF.ConfigurationManager" Version="1.9.1" />Directory.Packages.props
<PackageReference Include="CoreWCF.ConfigurationManager" />Project file
paket add CoreWCF.ConfigurationManager --version 1.9.1
#r "nuget: CoreWCF.ConfigurationManager, 1.9.1"
#:package CoreWCF.ConfigurationManager@1.9.1
#addin nuget:?package=CoreWCF.ConfigurationManager&version=1.9.1Install as a Cake Addin
#tool nuget:?package=CoreWCF.ConfigurationManager&version=1.9.1Install as a Cake Tool
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core.
The latest released packages can be found at NuGet.org:
The latest CoreWCF extension released packages from community can be found at NuGet.org:
| Package | NuGet Stable | Downloads |
|---|---|---|
| AWS.CoreWCF.Extensions | 👁 AWS.CoreWCF.Extensions |
👁 AWS.CoreWCF.Extensions |
| AWS.WCF.Extensions | 👁 AWS.WCF.Extensions |
👁 AWS.WCF.Extensions |
To keep up to date on what's going on with CoreWCF, you can subscribe to the announcements repo to be notified about major changes and other noteworthy announcements.
dotnet new install CoreWCF.Templates
dotnet new corewcf --name MyService
CoreWCF Service project template creates a minimal ASP.NET Core web application thats exposes the well-known WCF default service using a BasicHttpBinding.
It supports the following arguments:
--framework: net8.0 (default), net6.0, net48, net472 and net462 are valid values.--use-program-main: whether to turn off ASP.NET Core minimal API hosting. This option only affects projects targeting .NET as .NET Framework requires a Startup and a Program class.--no-https: whether to turn off HTTPS and use BasicHttpSecurityMode.None. Default is HTTPS enabled using BasicHttpSecurityMode.Transport.--no-wsdl: whether to turn off WSDL metadata feature.--use-operation-invoker-generator: whether to turn on OperationInvokerGenerator feature.Pre-release packages built from main are published to the GitHub Packages NuGet feed of the CoreWCF organization. The feed URL is owner-scoped:
https://nuget.pkg.github.com/CoreWCF/index.json
GitHub Packages requires authentication even for public packages. Generate a personal access token (classic) with the read:packages scope, then add the feed:
dotnet nuget add source https://nuget.pkg.github.com/CoreWCF/index.json --name CoreWCF-Dev --username <your-github-username> --password <your-PAT> --store-password-in-clear-text
If you are using a nuget.config file with only the default nuget.org package source, after adding the CoreWCF dev feed it would look like this:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="CoreWCF-Dev" value="https://nuget.pkg.github.com/CoreWCF/index.json" />
</packageSources>
<packageSourceCredentials>
<CoreWCF-Dev>
<add key="Username" value="<your-github-username>" />
<add key="ClearTextPassword" value="<your-PAT>" />
</CoreWCF-Dev>
</packageSourceCredentials>
</configuration>
Please see the file for details.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
CoreWCF is Copyright © 2019 .NET Foundation and other contributors under the .
This project is supported by the .NET Foundation.
| 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 4 NuGet packages that depend on CoreWCF.ConfigurationManager:
| Package | Downloads |
|---|---|
|
RedmentCore.Communication.Sms.MeliPayamak
Package Description |
|
|
RedmentCore.PaymentGateways.Arianpal
Package Description |
|
|
Kxware.SecsGem
.NET implementation for complete SEMI SECS/GEM standards (E4, E5, E30, E37, E172). |
|
|
Dronax.PosLibrary
Pos Library for Windows Development |
This package is not used by any popular GitHub repositories.