PhyAutorizacionesAPI 1.7.18

dotnet add package PhyAutorizacionesAPI --version 1.7.18
                    
NuGet\Install-Package PhyAutorizacionesAPI -Version 1.7.18
                    
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="PhyAutorizacionesAPI" Version="1.7.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PhyAutorizacionesAPI" Version="1.7.18" />
                    
Directory.Packages.props
<PackageReference Include="PhyAutorizacionesAPI" />
                    
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 PhyAutorizacionesAPI --version 1.7.18
                    
#r "nuget: PhyAutorizacionesAPI, 1.7.18"
                    
#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 PhyAutorizacionesAPI@1.7.18
                    
#: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=PhyAutorizacionesAPI&version=1.7.18
                    
Install as a Cake Addin
#tool nuget:?package=PhyAutorizacionesAPI&version=1.7.18
                    
Install as a Cake Tool

PhyAutorizacionesAPI

PhyAutorizacionesAPI es un módulo reutilizable en .NET 8 que centraliza endpoints y lógica de negocio relacionados con el sistema de autorizaciones.

Este proyecto se distribuye como:

  • 📦 Paquete NuGet
  • 🐳 Imagen Docker (Azure Container Registry)

📦 Instalación desde NuGet

El paquete está publicado en NuGet:

👉 https://www.nuget.org/packages/PhyAutorizacionesAPI/

Para instalarlo en tu proyecto:

dotnet add package PhyAutorizacionesAPI

⚙️ Configuración luego de instalar el paquete

Una vez instalado el paquete, el módulo debe registrarse en el proyecto host.

PhyAutorizacionesAPI expone un método único que configura automáticamente:

  • Servicios internos (Dependency Injection)
  • Controllers incluidos dentro del paquete NuGet
  • Endpoints disponibles para Swagger y MVC

✅ Registro completo del módulo (recomendado)

En Program.cs o Startup.cs del proyecto consumidor:

using PhyAutorizacionesAPI.Module;

// ✅ Registrar módulo Autorizaciones
services.AddPhyModuleAutorizaciones();
Product 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. 
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
1.7.18 157 9/15/2026
1.7.17 157 9/11/2026
1.7.16 161 9/11/2026
1.7.15 164 9/11/2026
1.7.14 178 9/10/2026
1.7.13 177 9/4/2026
1.7.12 172 9/4/2026
1.7.11 167 9/4/2026
1.7.10 169 9/3/2026
1.7.9 170 9/3/2026
1.7.8 165 9/3/2026
1.7.7 169 9/3/2026
1.7.6 162 9/2/2026
1.7.5 169 8/28/2026
1.7.4 173 8/27/2026
1.7.3 175 8/27/2026
1.7.2 159 8/27/2026
1.7.1 172 8/24/2026
1.7.0 156 8/18/2026
1.6.0 102 8/11/2026
Loading failed