AT.BackEnd.Api
2.2.0
dotnet add package AT.BackEnd.Api --version 2.2.0
NuGet\Install-Package AT.BackEnd.Api -Version 2.2.0
<PackageReference Include="AT.BackEnd.Api" Version="2.2.0" />
<PackageVersion Include="AT.BackEnd.Api" Version="2.2.0" />
<PackageReference Include="AT.BackEnd.Api" />
paket add AT.BackEnd.Api --version 2.2.0
#r "nuget: AT.BackEnd.Api, 2.2.0"
#:package AT.BackEnd.Api@2.2.0
#addin nuget:?package=AT.BackEnd.Api&version=2.2.0
#tool nuget:?package=AT.BackEnd.Api&version=2.2.0
AT.BackEnd.Api
Este nuget expone una configuración transversal para las API Rest
Getting Started
- Proceso de instalación
- Software dependencies
- Cómo usarlo?
- API references
⚙️ Proceso de instalación:
Instale el nuget usando el siguiente comando.
.NET Cli
dotnet add package AT.BackEnd.Api --version 2.2.0
Nuget
NuGet\Install-Package AT.BackEnd.Api -Version 2.2.0
Package reference
<PackageReference Include="AT.BackEnd.Api" Version="2.2.0" />
🛠️Dependencias
net10.0
- Asp.Versioning.Http [8.1.0]
- Asp.Versioning.Mvc [8.1.0]
- Asp.Versioning.Mvc.ApiExplorer [8.1.0]
- AT.BackEnd.Application.CQRS [2.0.0]
- AT.Core.Entities [1.2.0]
- FluentValidation [12.1.1]
- FluentValidation.DependencyInjectionExtensions [12.1.1]
- Microsoft.AspNetCore.Mvc.Core [2.3.0]
- Scalar.AspNetCore [2.11.0]
- Serilog.AspNetCore [9.0.0]
- Microsoft.AspNetCore.OpenApi [10.0.0]
- Meziantou.Analyzer [2.0.257]
- SonarAnalyzer.CSharp [9.26.0.92422]
- Roslynator.Analyzers [4.14.1]
✈️ Cómo usarlo?
Se recomienda instalar este nuget en un proyecto ASP.NET API Core
Program.cs
Registrar los servicios que se exponen en el metodo AddATApiCommon
public static void Main(string[] args)
{
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddATApiCommon();
⁝
Configurar los servicios por defecto.
⁝
var app = builder.Build();
app.ConfigureATApiCommon(new SettingsApi()));
⁝
🎓 Créditos
Nombre del Paquete: AT.BackEnd.Api
Versión: 2.1.0
Autor
- Nombre: Dayser José Granados Pineda
- Correo Electrónico: djpgranados@gmail.com | daysergranados@hotmail.com
Licencia
Este paquete está bajo la licencia MIT License
Copyright (c) 2025 Dayser José Granados Pineda
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE..
Contacto
Si tienes comentarios, problemas o solicitudes, ¡no dudes en ponerte en contacto conmigo!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Asp.Versioning.Http (>= 8.1.0)
- Asp.Versioning.Mvc (>= 8.1.0)
- Asp.Versioning.Mvc.ApiExplorer (>= 8.1.0)
- AT.BackEnd.Application.CQRS (>= 2.0.0)
- AT.Core.Entities (>= 1.2.0)
- FluentValidation (>= 12.1.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Microsoft.AspNetCore.Mvc.Core (>= 2.3.0)
- Scalar.AspNetCore (>= 2.11.0)
- Serilog.AspNetCore (>= 9.0.0)
- SonarAnalyzer.CSharp (>= 9.26.0.92422)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Esta versión incluye ATBaseController, Versioning y Logger