Kafka.TestFramework
2.0.4
dotnet add package Kafka.TestFramework --version 2.0.4
NuGet\Install-Package Kafka.TestFramework -Version 2.0.4
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="Kafka.TestFramework" Version="2.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kafka.TestFramework" Version="2.0.4" />
<PackageReference Include="Kafka.TestFramework" />
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 Kafka.TestFramework --version 2.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kafka.TestFramework, 2.0.4"
#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.
#addin nuget:?package=Kafka.TestFramework&version=2.0.4
#tool nuget:?package=Kafka.TestFramework&version=2.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Framework for testing integrations with Kafka
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. net9.0 was computed. 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. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.0
- Kafka.Protocol (>= 2.0.0)
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 |
---|---|---|
2.0.4 | 428 | 7/23/2024 |
2.0.4-pre-2516213e | 82 | 7/23/2024 |
2.0.3 | 8,578 | 2/1/2023 |
2.0.3-pre-8f574a5a | 201 | 2/1/2023 |
2.0.2 | 11,251 | 2/12/2022 |
2.0.2-pre-3 | 214 | 2/12/2022 |
2.0.1 | 491 | 2/5/2022 |
2.0.1-pre-6 | 242 | 2/4/2022 |
2.0.1-pre-5 | 222 | 2/4/2022 |
2.0.0 | 515 | 1/21/2022 |
2.0.0-pre-19 | 226 | 1/21/2022 |
2.0.0-pre-18 | 229 | 1/21/2022 |
2.0.0-pre-17 | 220 | 1/21/2022 |
2.0.0-pre-15 | 225 | 1/21/2022 |
2.0.0-pre-11 | 237 | 1/20/2022 |
1.1.0-pre-10 | 230 | 1/20/2022 |
1.0.2 | 551 | 5/15/2020 |
1.0.1 | 533 | 5/14/2020 |
1.0.0 | 542 | 5/13/2020 |
## [v2.0.4](https://github.com/Fresa/Kafka.TestFramework/compare/15acdc3d4e5d663192f5ab6dd379fcc9376bcce1...e05678938d1e213771ca427b1781a65a74857bb4) (2024-07-23)
### Bug Fixes
* **logging:** only log serializable properties of the socket ([ee42af4](https://github.com/Fresa/Kafka.TestFramework/commit/ee42af4eb5029d9fa34c0890bfb210f959983589))