Global.Common.Azure.Models
0.1.2-beta.1
dotnet add package Global.Common.Azure.Models --version 0.1.2-beta.1
NuGet\Install-Package Global.Common.Azure.Models -Version 0.1.2-beta.1
<PackageReference Include="Global.Common.Azure.Models" Version="0.1.2-beta.1" />
<PackageVersion Include="Global.Common.Azure.Models" Version="0.1.2-beta.1" />
<PackageReference Include="Global.Common.Azure.Models" />
paket add Global.Common.Azure.Models --version 0.1.2-beta.1
#r "nuget: Global.Common.Azure.Models, 0.1.2-beta.1"
#:package Global.Common.Azure.Models@0.1.2-beta.1
#addin nuget:?package=Global.Common.Azure.Models&version=0.1.2-beta.1&prerelease
#tool nuget:?package=Global.Common.Azure.Models&version=0.1.2-beta.1&prerelease
nuget Global.Common.Azure.Models
namespace Global.Common.Azure.Models
Description
This project contains several features that provide functionalities to support and enhance development on Azure platform. All methods are documented. One important feature is that it contains a generic Azure responses hierarchy, which allows you to manage your development in the most common scenarios. This is a beta version and has not been thoroughly tested or recommended for use in production environments. All methods are documented.
Dependencies
- https://www.nuget.org/packages/Global.Common.Features.Models
- https://www.nuget.org/packages/Azure.Data.Tables
- https://www.nuget.org/packages/Azure.Storage.Blobs
Features
Generic responses hierarchy
- GlobalResponse<TEx> (from nuget Global.Common.Features.Models)
- AzGlobalResponse<TAzureResponse, TEx>
- AzTableResponse<TEx>
- AzTableResponse
- AzBlobResponse<TEx>
- AzBlobResponse
- AzGlobalValueResponse<T, TAzureResponse, TEx>
- AzTableValueResponse<T, TEx>
- AzTableValueResponse<T>
- AzBlobValueResponse<T, TEx>
- AzBlobValueResponse<T>
- AzTableValueResponse<T, TEx>
- AzTableResponse<TEx>
- AzGlobalResponse<TAzureResponse, TEx>
Examples
For additional examples, see the repository: https://github.com/cesarpv27/Global.Logging-beta.1
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. |
-
net8.0
- Azure.Data.Tables (>= 12.9.0)
- Azure.Storage.Blobs (>= 12.21.2)
- Global.Common.Features.Models (>= 0.1.1-beta.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Global.Common.Azure.Models:
| Package | Downloads |
|---|---|
|
Global.Logging
This project contains several features that provide functionalities to logging on the Azure platform. Currently contains functionalities that allow logging to Azure Table Storage and Azure Blob Storage. This is a beta version and has not been thoroughly tested or recommended for use in production environments. All methods are documented. For additional details and examples, please refer to the repository: https://github.com/cesarpv27/Global.Logging-beta.1. |
|
|
Global.Common.Azure.TestBase
This project contains several features that support and enhance unit test development for the Global.Common.Azure.Models and related projects' NuGet packages using the xUnit NuGet package. This is a beta version and has not been thoroughly tested or recommended for use in production environments. All methods are documented. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.2-beta.1 | 137 | 8/25/2024 |
| 0.1.1-beta.1 | 122 | 8/23/2024 |
| 0.1.0-beta.1 | 124 | 8/13/2024 |
### Fixed
- v0.1.2-beta.1 The nuget package 'Azure.Data.Tables' has been updated to version="12.9.0".
- v0.1.2-beta.1 The nuget package 'Azure.Storage.Blobs' has been updated to version="12.21.2".
### Fixed
- v0.1.1-beta.1 The description has been fixed in the documentation.
- v0.1.1-beta.1 Global.Common.Features.Models has been updated to Version="0.1.1-beta.1".
### Added
- v0.1.0-beta.1 Generic Azure responses hierarchy.