AskKafka.Contracts 1.1.12

dotnet add package AskKafka.Contracts --version 1.1.12
                    
NuGet\Install-Package AskKafka.Contracts -Version 1.1.12
                    
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="AskKafka.Contracts" Version="1.1.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AskKafka.Contracts" Version="1.1.12" />
                    
Directory.Packages.props
<PackageReference Include="AskKafka.Contracts" />
                    
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 AskKafka.Contracts --version 1.1.12
                    
#r "nuget: AskKafka.Contracts, 1.1.12"
                    
#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.
#:package AskKafka.Contracts@1.1.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AskKafka.Contracts&version=1.1.12
                    
Install as a Cake Addin
#tool nuget:?package=AskKafka.Contracts&version=1.1.12
                    
Install as a Cake Tool

AskKafka.Contracts

Cos’è

AskKafka.Contracts è l’assembly interno di AskKafka che contiene:

  • contratti condivisi tra i vari progetti della soluzione AskKafka
  • primitive comuni per configurazione, licensing, settings, ecc.
  • tipi “di servizio” usati dal runtime AskKafka

Non è pensato per essere utilizzato direttamente dalle applicazioni client: il punto di ingresso per gli sviluppatori è il pacchetto AskKafka.

In altre parole: AskKafka.Contracts è il motore interno, AskKafka è la superficie pubblica che dovresti usare nei tuoi progetti.


Quando usarlo

Nella maggior parte dei casi non dovresti referenziare direttamente AskKafka.Contracts.

Usalo solo se:

  • stai lavorando all’interno dell’ecosistema AskKafka (sviluppo o manutenzione della libreria),
  • oppure stai scrivendo estensioni molto avanzate che richiedono l’accesso ai contratti interni già definiti.

Per lo sviluppo di normali client (producer/consumer request/response) usa invece:

dotnet add package AskKafka
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.12 335 11/11/2025 1.1.12 is deprecated because it is no longer maintained and has critical bugs.

Internal contracts for AskKafka runtime.