Kafka.TestFramework
2.0.0-pre-18
See the version list below for details.
dotnet add package Kafka.TestFramework --version 2.0.0-pre-18
NuGet\Install-Package Kafka.TestFramework -Version 2.0.0-pre-18
<PackageReference Include="Kafka.TestFramework" Version="2.0.0-pre-18" />
<PackageVersion Include="Kafka.TestFramework" Version="2.0.0-pre-18" />
<PackageReference Include="Kafka.TestFramework" />
paket add Kafka.TestFramework --version 2.0.0-pre-18
#r "nuget: Kafka.TestFramework, 2.0.0-pre-18"
#:package Kafka.TestFramework@2.0.0-pre-18
#addin nuget:?package=Kafka.TestFramework&version=2.0.0-pre-18&prerelease
#tool nuget:?package=Kafka.TestFramework&version=2.0.0-pre-18&prerelease
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. |
-
.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 | 854 | 7/23/2024 |
2.0.4-pre-2516213e | 91 | 7/23/2024 |
2.0.3 | 10,548 | 2/1/2023 |
2.0.3-pre-8f574a5a | 230 | 2/1/2023 |
2.0.2 | 11,345 | 2/12/2022 |
2.0.2-pre-3 | 248 | 2/12/2022 |
2.0.1 | 533 | 2/5/2022 |
2.0.1-pre-6 | 274 | 2/4/2022 |
2.0.1-pre-5 | 254 | 2/4/2022 |
2.0.0 | 548 | 1/21/2022 |
2.0.0-pre-19 | 259 | 1/21/2022 |
2.0.0-pre-18 | 261 | 1/21/2022 |
2.0.0-pre-17 | 262 | 1/21/2022 |
2.0.0-pre-15 | 256 | 1/21/2022 |
2.0.0-pre-11 | 270 | 1/20/2022 |
1.1.0-pre-10 | 271 | 1/20/2022 |
1.0.2 | 589 | 5/15/2020 |
1.0.1 | 572 | 5/14/2020 |
1.0.0 | 581 | 5/13/2020 |
# [v2.0.0-pre-18](https://github.com/Fresa/Kafka.TestFramework/compare/v1.0.0...v2.0.0-pre-18) (2022-01-21)
### Features
* expose cancellation token triggering when the test framework is stopping in order to be able to abort communication with the test server if it is for example panicing ([52c77c9](https://github.com/Fresa/Kafka.TestFramework/commit/52c77c99f23e3dddd83c0d92effaf9d860f1b90a))
* support the latest kafka protocol ([c8c40e2](https://github.com/Fresa/Kafka.TestFramework/commit/c8c40e25dd103fe25f90151ed08314414d45e61a))
### BREAKING CHANGES
* The test framework has no breaking changes but the protocol has
* The test framework is no longer disposable. It is teared down when calling the disposable returned from Start.