Miscellaneous.AzCoreTools
3.3.4-beta
See the version list below for details.
dotnet add package Miscellaneous.AzCoreTools --version 3.3.4-beta
NuGet\Install-Package Miscellaneous.AzCoreTools -Version 3.3.4-beta
<PackageReference Include="Miscellaneous.AzCoreTools" Version="3.3.4-beta" />
<PackageVersion Include="Miscellaneous.AzCoreTools" Version="3.3.4-beta" />
<PackageReference Include="Miscellaneous.AzCoreTools" />
paket add Miscellaneous.AzCoreTools --version 3.3.4-beta
#r "nuget: Miscellaneous.AzCoreTools, 3.3.4-beta"
#:package Miscellaneous.AzCoreTools@3.3.4-beta
#addin nuget:?package=Miscellaneous.AzCoreTools&version=3.3.4-beta&prerelease
#tool nuget:?package=Miscellaneous.AzCoreTools&version=3.3.4-beta&prerelease
This project contains and accumulates some basic features aimed at the AZURE platform that can help to develop other applications.
Miscellaneous.AzCoreTools nuget has been intended to works as scaffold to 'Az.Storage.Repositories' nuget.
TargetFrameworks: netstandard2.0; net461
| 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 | 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. |
-
.NETFramework 4.6.1
- Azure.Data.Tables (>= 12.2.0)
- Azure.Storage.Blobs (>= 12.10.0)
- Microsoft.Azure.Cosmos (>= 3.21.0)
- Microsoft.CSharp (>= 4.7.0)
- Miscellaneous.CoreTools (>= 1.1.0)
-
.NETStandard 2.0
- Azure.Data.Tables (>= 12.2.0)
- Azure.Storage.Blobs (>= 12.10.0)
- Microsoft.Azure.Cosmos (>= 3.21.0)
- Microsoft.CSharp (>= 4.7.0)
- Miscellaneous.CoreTools (>= 1.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Miscellaneous.AzCoreTools:
| Package | Downloads |
|---|---|
|
Az.Storage.Repositories
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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 3.4.0-beta | 835 | 11/30/2021 | |
| 3.3.4-beta | 776 | 11/28/2021 | |
| 3.1.1-beta | 900 | 11/1/2021 | |
| 3.1.0-beta | 851 | 11/1/2021 | |
| 2.10.6 | 1,214 | 1/17/2022 | |
| 2.10.5-beta | 872 | 10/11/2021 | |
| 2.10.4-beta | 860 | 10/11/2021 | |
| 2.10.3-beta | 1,073 | 10/11/2021 | |
| 2.10.2-beta | 1,029 | 10/11/2021 | |
| 2.10.1-beta | 1,058 | 10/11/2021 | |
| 2.10.0-beta | 1,113 | 10/10/2021 | |
| 2.9.1-beta | 886 | 10/7/2021 | |
| 2.9.0-beta | 793 | 10/7/2021 | |
| 2.8.0-beta | 869 | 9/29/2021 | |
| 2.7.1-beta | 872 | 9/27/2021 | |
| 2.7.0-beta | 869 | 9/27/2021 | |
| 2.6.0-beta | 807 | 9/27/2021 | |
| 2.5.0-beta | 865 | 9/26/2021 | |
| 2.4.2-beta | 884 | 9/21/2021 |
v3.3.4
A bug has been fixed in GetAzureErrorMessage method of ExceptionExtensions class.
v3.3.2
A bug has been fixed in GetAzureHttpStatusCode method of ExceptionExtensions class.
v3.3.1
Some methods has been renamed in ExceptionExtensions class:
GetAzErrorCodeName has been renamed to GetAzureErrorCode
GetAzHttpStatusCode has been renamed to GetAzureHttpStatusCode
GetAzErrorMessage has been renamed to GetAzureErrorMessage
v3.3.0
Methods has been added or updated in ExceptionExtensions class, with support to RequestFailedException.
IAzExceptionManager class has been renamed to IAzErrorManager.
v3.2.2
Method has been added in IAzExceptionManager interface.
v3.2.1
v3.2.0
The interface IAzExceptionManager has been added.
v3.1.1
The order of 'take' parameter in both GetAllBlobContainers and GetAllBlobContainersAsync methods of AzBlobServiceClientExtensions class has been modified, to avoid confusions with overloads.
v3.1.0
New GetAllBlobContainers and GetAllBlobContainersAsync extension methods has been implemented in class AzBloblServiceClientExtensions.
v3.0.0
The first steps of class 'AzBlobServiceClientExtensions' has been implemented, containing scaffolding methods to perform operations with azure storage blobs.
Installed dependencies:
Azure.Storage.Blobs.12.10.0
Azure.Storage.Common.12.9.0
To better understand and avoid confusion, all the methods in the class 'AzTableClientExtensions' with the response 'AzStorageResponse <AsyncPageable<T>>' have been renamed starting with the text 'AsynPageable' and continuing with the main text. The above methods in the class 'AzTableClientExtensions' that ends with the text 'AsyncPageable' have been declared obsolete.
v2.10.5
ContinuationToken property has been restricted only for the generic IAzCosmosResponse interface, in correspondence with azure storage service.
v2.10.4
Fixed bug of GetEnumerable and GetEnumerableAsync methods in class AzCosmosFeedIteratorExtensions when parameter 'take' exceeded supported range of array dimensions.
v2.10.3
Modified methods Execute, ExecuteAsync and ExecuteTransactionalBatchAsync of CosmosFuncHelper class to identify the retorned value of func and return it if is equel to TOut generic parameter.
v2.10.2
Added parameter of type QueryRequestOptions in methods QueryByPartitionKeyAsync in AzCosmosContainerExtensions class.
v2.10.1
Added parameter of type QueryRequestOptions in methods QueryByPartitionKey and LazyQueryByPartitionKey in AzCosmosContainerExtensions class.
v.2.10.0
Methods in AzCosmosContainerExtensions and AzCosmosFeedIteratorExtensions classes have been updated to allow parameters for continuation token, cancellation token and QueryRequestOptions.
The ContinuationToken property has been added in generic class AzCosmosResponse and the corresponding scaffold methods.
v2.9.1
Method 'Create1' updated to 'CreateFromGenResponse' in AzStorageResponse class
v2.9.0
New 'InduceResponse' and 'Initialize' methods have been added in AzStorageResponse classes.
v2.8.0
New 'Create' methods has been added in AzStorageResponse class.