SPS.SBCompressor
0.6.4
See the version list below for details.
dotnet add package SPS.SBCompressor --version 0.6.4
NuGet\Install-Package SPS.SBCompressor -Version 0.6.4
<PackageReference Include="SPS.SBCompressor" Version="0.6.4" />
paket add SPS.SBCompressor --version 0.6.4
#r "nuget: SPS.SBCompressor, 0.6.4"
// Install SPS.SBCompressor as a Cake Addin #addin nuget:?package=SPS.SBCompressor&version=0.6.4 // Install SPS.SBCompressor as a Cake Tool #tool nuget:?package=SPS.SBCompressor&version=0.6.4
With this library you can send and recevice messages to Azure Service Bus without the size limit of 256Kb or 1Mb
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.Azure.ServiceBus (>= 4.1.3)
- Microsoft.Azure.Storage.Blob (>= 11.2.2)
- Microsoft.Extensions.Configuration (>= 3.1.7)
- Microsoft.Extensions.Configuration.FileExtensions (>= 3.1.7)
- Microsoft.Extensions.Configuration.Json (>= 3.1.7)
-
net5.0
- Azure.Storage.Blobs (>= 12.8.0)
- Microsoft.Azure.ServiceBus (>= 5.1.2)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 5.0.0)
- Microsoft.Extensions.Configuration.Json (>= 5.0.0)
-
net6.0
- Azure.Messaging.ServiceBus (>= 7.6.0)
- Azure.Storage.Blobs (>= 12.8.0)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 5.0.0)
- Microsoft.Extensions.Configuration.Json (>= 5.0.0)
- Newtonsoft.Json (>= 13.0.1)
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 |
---|---|---|
0.8.0 | 902 | 12/16/2023 |
0.7.1 | 2,667 | 7/19/2023 |
0.7.1-alpha | 138 | 7/19/2023 |
0.7.0 | 203 | 4/10/2023 |
0.6.5 | 1,449 | 5/25/2022 |
0.6.4 | 522 | 5/25/2022 |
0.6.4-beta | 208 | 5/11/2022 |
0.6.3-beta | 176 | 4/25/2022 |
0.6.2 | 1,518 | 4/21/2022 |
0.6.1 | 598 | 4/6/2022 |
0.6.0 | 660 | 3/6/2022 |
0.5.3 | 635 | 2/26/2022 |
0.5.2 | 703 | 3/27/2021 |
0.5.1 | 1,345 | 3/7/2021 |
0.5.0 | 518 | 11/22/2020 |
0.0.12-beta | 343 | 8/25/2022 |
0.0.11 | 571 | 4/21/2022 |
0.0.10 | 1,633 | 4/6/2022 |
0.0.9 | 11,550 | 10/23/2020 |
0.0.8 | 763 | 10/7/2020 |
0.0.7 | 494 | 10/7/2020 |
0.0.5 | 611 | 8/13/2020 |
0.0.4 | 13,615 | 1/19/2020 |
0.0.3 | 575 | 1/12/2020 |
0.0.2 | 566 | 1/6/2020 |
0.0.1 | 574 | 1/3/2020 |
- Now you can use your Serialization Deserialization implementation using IMessageDeserializer and IMessageSerializer interfaces
- Now you can choose the object's Type to deserialize while reading a message
-- Passing explicitly the Type as argument in Reader objects initialization
-- No more binary dependency
- MessageId for message that require file in external storage fixed to guid in "N" format
- Fix: write permission to blob storage now is not required
- Fix: sending message without sbcsettings.json file