Info
Version: | 9.2.0 |
Author(s): | Jeremie Desautels |
Last Update: | Monday, January 29, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Jericho/Picton |
NuGet Url: | https://www.nuget.org/packages/Picton |
Install
Install-Package Picton
dotnet add package Picton
paket add Picton
Picton Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Azure.Storage.Blobs(>= 12.4.0)
- Azure.Storage.Queues(>= 12.3.0)
- MessagePack(>= 2.1.90)
- Microsoft.CSharp(>= 4.7.0)
- MimeTypesMap(>= 1.0.8)
- System.Collections.Specialized(>= 4.3.0)
- System.Diagnostics.Process(>= 4.3.0)
- Azure.Storage.Blobs(>= 12.4.0)
- Azure.Storage.Queues(>= 12.3.0)
- MessagePack(>= 2.1.90)
- MimeTypesMap(>= 1.0.8)
- Azure.Storage.Blobs(>= 12.4.0)
- Azure.Storage.Queues(>= 12.3.0)
- MessagePack(>= 2.1.90)
- MimeTypesMap(>= 1.0.8)
Tags
Among other things, it contains extension methods, a BlobManager class to simplify interactions with a blob container as well as a QueueManager class to simplify interactions with a queue.