Miscellaneous.AzCoreTools
2.10.6
See the version list below for details.
dotnet add package Miscellaneous.AzCoreTools --version 2.10.6
NuGet\Install-Package Miscellaneous.AzCoreTools -Version 2.10.6
<PackageReference Include="Miscellaneous.AzCoreTools" Version="2.10.6" />
<PackageVersion Include="Miscellaneous.AzCoreTools" Version="2.10.6" />
<PackageReference Include="Miscellaneous.AzCoreTools" />
paket add Miscellaneous.AzCoreTools --version 2.10.6
#r "nuget: Miscellaneous.AzCoreTools, 2.10.6"
#:package Miscellaneous.AzCoreTools@2.10.6
#addin nuget:?package=Miscellaneous.AzCoreTools&version=2.10.6
#tool nuget:?package=Miscellaneous.AzCoreTools&version=2.10.6
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)
- 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)
- 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,057 | 10/11/2021 | |
| 2.10.0-beta | 1,113 | 10/10/2021 | |
| 2.9.1-beta | 886 | 10/7/2021 | |
| 2.9.0-beta | 791 | 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 |
v2.10.6
Ready to production environment. First production launch.
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.