Test.It.With.Amqp
2.1.0-pre-4
See the version list below for details.
dotnet add package Test.It.With.Amqp --version 2.1.0-pre-4
NuGet\Install-Package Test.It.With.Amqp -Version 2.1.0-pre-4
<PackageReference Include="Test.It.With.Amqp" Version="2.1.0-pre-4" />
paket add Test.It.With.Amqp --version 2.1.0-pre-4
#r "nuget: Test.It.With.Amqp, 2.1.0-pre-4"
// Install Test.It.With.Amqp as a Cake Addin #addin nuget:?package=Test.It.With.Amqp&version=2.1.0-pre-4&prerelease // Install Test.It.With.Amqp as a Cake Tool #tool nuget:?package=Test.It.With.Amqp&version=2.1.0-pre-4&prerelease
Test framework for AMQP
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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.0.0)
- Test.It.With.Amqp.Protocol (>= 1.0.3)
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.1.1 | 1,003 | 8/8/2022 |
2.1.1-handle-disconnection-... | 135 | 8/8/2022 |
2.1.0 | 386 | 8/8/2022 |
2.1.0-pre-4 | 144 | 8/4/2022 |
2.1.0-handle-disconnection-... | 131 | 8/5/2022 |
2.1.0-handle-disconnection-... | 139 | 8/8/2022 |
2.1.0-handle-disconnection-... | 139 | 8/8/2022 |
2.1.0-handle-disconnection-... | 148 | 8/4/2022 |
2.0.2 | 2,069 | 12/9/2021 |
2.0.2-pre-1 | 191 | 12/9/2021 |
2.0.1 | 725 | 9/28/2021 |
2.0.1-pre-1 | 188 | 9/28/2021 |
2.0.0 | 1,365 | 9/21/2021 |
2.0.0-pre-8f04c21 | 224 | 9/13/2021 |
2.0.0-pre-80073de | 231 | 9/13/2021 |
2.0.0-pre-7806658 | 225 | 9/13/2021 |
2.0.0-pre-24 | 204 | 9/21/2021 |
2.0.0-pre-23d1beb | 189 | 9/14/2021 |
2.0.0-pre-23 | 246 | 9/21/2021 |
2.0.0-pre-21 | 232 | 9/15/2021 |
2.0.0-pre-20 | 203 | 9/14/2021 |
2.0.0-pre-19 | 278 | 9/14/2021 |
2.0.0-pre-0f9077b | 217 | 9/14/2021 |
2.0.0-pre-06815d9 | 218 | 9/13/2021 |
1.0.1 | 1,175 | 6/23/2018 |
1.0.0 | 1,615 | 6/21/2018 |
# [v2.1.0-pre-4](https://github.com/Fresa/Test.It.With.AMQP/compare/v2.0.0...v2.1.0-pre-4) (2022-08-04)
### Bug Fixes
* **disconnection:** the network socket client should not throw when trying to receive data if the socket has disconnected. Instead invoke the Disconnected event handler ([75f15b6](https://github.com/Fresa/Test.It.With.AMQP/commit/75f15b6ea56d0ffeb40c155c13784fb208abdbec))
* **logging:** use serializable objects when logging network clients ([3db4b9e](https://github.com/Fresa/Test.It.With.AMQP/commit/3db4b9e5c4f179bde7b43504cdae968d959433e5))
### Features
* **connection:** support broker disconnect ([b390659](https://github.com/Fresa/Test.It.With.AMQP/commit/b390659becc883be38d4b3a3298e69f74294a03f))