![]() |
VOOZH | about |
dotnet add package CoreWCF.Kafka.Client --version 1.9.1
NuGet\Install-Package CoreWCF.Kafka.Client -Version 1.9.1
<PackageReference Include="CoreWCF.Kafka.Client" Version="1.9.1" />
<PackageVersion Include="CoreWCF.Kafka.Client" Version="1.9.1" />Directory.Packages.props
<PackageReference Include="CoreWCF.Kafka.Client" />Project file
paket add CoreWCF.Kafka.Client --version 1.9.1
#r "nuget: CoreWCF.Kafka.Client, 1.9.1"
#:package CoreWCF.Kafka.Client@1.9.1
#addin nuget:?package=CoreWCF.Kafka.Client&version=1.9.1Install as a Cake Addin
#tool nuget:?package=CoreWCF.Kafka.Client&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 | net8.0 net8.0 is compatible. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.9.1 | 70 | 6/16/2026 | |
| 1.9.0 | 252 | 4/24/2026 | 1.9.0 is deprecated because it is no longer maintained. |
| 1.8.1 | 66 | 6/16/2026 | |
| 1.8.0 | 908 | 7/28/2025 | 1.8.0 is deprecated because it is no longer maintained. |
| 1.7.0 | 510 | 2/4/2025 | 1.7.0 is deprecated because it is no longer maintained. |
| 1.6.0 | 3,323 | 8/23/2024 | 1.6.0 is deprecated because it is no longer maintained. |
| 1.5.2 | 611 | 3/15/2024 | 1.5.2 is deprecated because it is no longer maintained. |
| 1.5.1 | 904 | 11/9/2023 | 1.5.1 is deprecated because it is no longer maintained. |
| 1.5.0-preview1 | 355 | 9/11/2023 | 1.5.0-preview1 is deprecated because it is no longer maintained. |
| 1.4.2 | 308 | 3/15/2024 | 1.4.2 is deprecated because it is no longer maintained. |
| 1.4.1 | 398 | 9/11/2023 | 1.4.1 is deprecated because it is no longer maintained. |
| 1.4.0 | 958 | 9/7/2023 | 1.4.0 is deprecated because it is no longer maintained. |