Global.Common.Features.Models
0.1.0
See the version list below for details.
dotnet add package Global.Common.Features.Models --version 0.1.0
NuGet\Install-Package Global.Common.Features.Models -Version 0.1.0
<PackageReference Include="Global.Common.Features.Models" Version="0.1.0" />
<PackageVersion Include="Global.Common.Features.Models" Version="0.1.0" />
<PackageReference Include="Global.Common.Features.Models" />
paket add Global.Common.Features.Models --version 0.1.0
#r "nuget: Global.Common.Features.Models, 0.1.0"
#:package Global.Common.Features.Models@0.1.0
#addin nuget:?package=Global.Common.Features.Models&version=0.1.0
#tool nuget:?package=Global.Common.Features.Models&version=0.1.0
nuget Global.Common.Features.Models
namespace Global.Common.Models
Description
This project contains several features that provide functionalities to support and enhance development.
One important feature is that it contains a generic 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.
Dependencies
https://www.nuget.org/packages/Global.Common.Features
Features
Generic responses hierarchy
- GlobalResponse
- GlobalResponse<TEx>
- ExGlobalResponse
- GlobalValueResponse<T, TEx>
- ExGlobalValueResponse<T>
- GlobalResponse<TEx>
| 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
- Global.Common.Features (>= 0.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Global.Common.Features.Models:
| Package | Downloads |
|---|---|
|
Global.Common.Azure.Models
This project contains several features that provide functionalities to support and enhance development on Azure platform. 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.1-beta.1 | 144 | 8/23/2024 |
| 0.1.0 | 232 | 8/13/2024 |
### Added
- v0.1.0 Generic responses hierarchy.