Az.Storage.Repositories 4.1.0-beta

This is a prerelease version of Az.Storage.Repositories.
dotnet add package Az.Storage.Repositories --version 4.1.0-beta
                    
NuGet\Install-Package Az.Storage.Repositories -Version 4.1.0-beta
                    
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="Az.Storage.Repositories" Version="4.1.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Az.Storage.Repositories" Version="4.1.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="Az.Storage.Repositories" />
                    
Project file
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 Az.Storage.Repositories --version 4.1.0-beta
                    
#r "nuget: Az.Storage.Repositories, 4.1.0-beta"
                    
#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.
#:package Az.Storage.Repositories@4.1.0-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Az.Storage.Repositories&version=4.1.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Az.Storage.Repositories&version=4.1.0-beta&prerelease
                    
Install as a Cake Tool

This project contains repositories aimed manage the Azure platform resources.
All repositories were implemented over the last sdk version, e.g. Azure Storage SDK version 12.x client libraries and Azure Cosmos DB .NET SDK v3.
-Current and nearby repositories:
AzTableRepository
AzCosmosRepository
AzQueueRepository
AzBlobRepository (near)

TargetFrameworks: netstandard2.0; net461

Product 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 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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
4.1.0-beta 321 11/30/2021
4.0.0-beta 266 11/28/2021
3.7.0-beta 322 10/11/2021
3.6.0-beta 323 10/7/2021
3.5.0-beta 282 10/1/2021
3.4.0-beta 360 10/1/2021
3.3.0-beta 305 9/29/2021
3.2.0-beta 321 9/28/2021
3.1.0-beta 314 9/27/2021
3.0.0-beta 300 9/21/2021
2.5.0-beta 344 9/18/2021
2.4.0-beta 291 8/11/2021
2.3.0-beta 304 8/8/2021
2.2.1-beta 365 8/8/2021
2.2.0-beta 277 8/7/2021
2.1.0-beta 298 8/6/2021
2.0.4-beta 276 8/3/2021
2.0.3-beta 281 8/2/2021
2.0.2-beta 273 8/2/2021
2.0.1-beta 331 8/1/2021
Loading failed

v4.1.0
Some dependencies has been updated to the lastest stable version.

Dependency updates:
Miscellaneous.CoreTools.1.1.0 -> Miscellaneous.CoreTools.1.2.0
Microsoft.Azure.Cosmos.3.21.0 -> Microsoft.Azure.Cosmos.3.23.0
Azure.Core.1.19.0 -> Azure.Core.1.21.0
Azure.Data.Tables.12.2.0 -> Azure.Data.Tables.12.3.0
Miscellaneous.AzCoreTools.3.3.4-beta -> Miscellaneous.AzCoreTools.3.4.0-beta

v4.0.0
An implementation of new AzBlobRepository class has been added, which contains operations on azure blobs.
In AzQueueRepository class, the methods SendMessageEntities and SendMessageEntitiesAsync have been modified to execute the operation over all entities, even if one throws an exception in the validation of the parameters.

v3.7.0
Query methods in AzCosmosDBRepository class has been modified to allow specifying continuation token, QueryRequestOptions and CancellationToken as parameters.

Dependency updates:
Miscellaneous.AzCoreTools.2.9.1-beta -> Miscellaneous.AzCoreTools.2.10.4-beta

v3.6.0
New UpdateMessages and UpdateMessagesAsync methods has been implemented in class AzQueueRepository.
New UpdateMessages and UpdateMessagesAsync methods has been implemented in class AzQueueRepository with ExpandedReceiptMetadata as parameter.
New SendMessage and SendMessageAsync methods has been implemented in class AzQueueRepository with BinaryData as message parameter.
To avoid confusions all public and generic methods in AzQueueRepository class have been renamed to include the words Entity or Entities as appropriate.

Dependencies updates:
Miscellaneous.AzCoreTools.2.8.0-beta -> Miscellaneous.AzCoreTools.2.9.1-beta

v3.5.0
New UpdateMessage and UpdateMessageAsync methods has been implemented in class AzQueueRepository. More methods will be added in next versions.

v3.4.0
New SendMessagesAsync , DeleteMessage, DeleteMessageAsync, DeleteMessages and DeleteMessagesAsync methods has been implemented in class AzQueueRepository. More methods will be added in next versions.