first commit

main
unknown 2 years ago
commit f1aeb4072e
  1. 55
      Controllers/DetallesController.cs
  2. 51
      DATA/Ddetalles.cs
  3. 41
      Interfaces/Csql.cs
  4. 33
      Models/Detalles.cs
  5. 101
      Models/Factura.cs
  6. 21
      Models/SqlConexion.cs
  7. 18
      MyFirstAPI.csproj
  8. 7
      MyFirstAPI.csproj.user
  9. 40
      Program.cs
  10. 31
      Properties/launchSettings.json
  11. 74
      Repositorio/Repositoriooo.cs
  12. 55
      Startup.cs
  13. 9
      appsettings.Development.json
  14. 28
      appsettings.json
  15. BIN
      bin/Debug/net6.0/Azure.Core.dll
  16. BIN
      bin/Debug/net6.0/Azure.Identity.dll
  17. BIN
      bin/Debug/net6.0/Dapper.dll
  18. BIN
      bin/Debug/net6.0/Microsoft.Bcl.AsyncInterfaces.dll
  19. BIN
      bin/Debug/net6.0/Microsoft.Data.SqlClient.dll
  20. BIN
      bin/Debug/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll
  21. BIN
      bin/Debug/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll
  22. BIN
      bin/Debug/net6.0/Microsoft.Extensions.Configuration.Json.dll
  23. BIN
      bin/Debug/net6.0/Microsoft.Extensions.Configuration.dll
  24. BIN
      bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
  25. BIN
      bin/Debug/net6.0/Microsoft.Extensions.DependencyInjection.dll
  26. BIN
      bin/Debug/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll
  27. BIN
      bin/Debug/net6.0/Microsoft.Extensions.FileProviders.Physical.dll
  28. BIN
      bin/Debug/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll
  29. BIN
      bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll
  30. BIN
      bin/Debug/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll
  31. BIN
      bin/Debug/net6.0/Microsoft.Identity.Client.dll
  32. BIN
      bin/Debug/net6.0/Microsoft.IdentityModel.Abstractions.dll
  33. BIN
      bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll
  34. BIN
      bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll
  35. BIN
      bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
  36. BIN
      bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll
  37. BIN
      bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll
  38. BIN
      bin/Debug/net6.0/Microsoft.OpenApi.dll
  39. BIN
      bin/Debug/net6.0/Microsoft.SqlServer.Server.dll
  40. BIN
      bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll
  41. 1132
      bin/Debug/net6.0/MyFirstAPI.deps.json
  42. BIN
      bin/Debug/net6.0/MyFirstAPI.dll
  43. BIN
      bin/Debug/net6.0/MyFirstAPI.exe
  44. BIN
      bin/Debug/net6.0/MyFirstAPI.pdb
  45. 19
      bin/Debug/net6.0/MyFirstAPI.runtimeconfig.json
  46. BIN
      bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll
  47. BIN
      bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
  48. BIN
      bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
  49. BIN
      bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll
  50. BIN
      bin/Debug/net6.0/System.Drawing.Common.dll
  51. BIN
      bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll
  52. BIN
      bin/Debug/net6.0/System.Memory.Data.dll
  53. BIN
      bin/Debug/net6.0/System.Runtime.Caching.dll
  54. BIN
      bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll
  55. BIN
      bin/Debug/net6.0/System.Security.Permissions.dll
  56. BIN
      bin/Debug/net6.0/System.Text.Encodings.Web.dll
  57. BIN
      bin/Debug/net6.0/System.Text.Json.dll
  58. BIN
      bin/Debug/net6.0/System.Windows.Extensions.dll
  59. 9
      bin/Debug/net6.0/appsettings.Development.json
  60. 28
      bin/Debug/net6.0/appsettings.json
  61. BIN
      bin/Debug/net6.0/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll
  62. BIN
      bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
  63. BIN
      bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
  64. BIN
      bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll
  65. BIN
      bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
  66. BIN
      bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
  67. BIN
      bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
  68. BIN
      bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll
  69. BIN
      bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
  70. BIN
      bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll
  71. BIN
      bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
  72. BIN
      bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll
  73. BIN
      bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll
  74. 4
      obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
  75. 23
      obj/Debug/net6.0/MyFirstAPI.AssemblyInfo.cs
  76. 1
      obj/Debug/net6.0/MyFirstAPI.AssemblyInfoInputs.cache
  77. 17
      obj/Debug/net6.0/MyFirstAPI.GeneratedMSBuildEditorConfig.editorconfig
  78. 17
      obj/Debug/net6.0/MyFirstAPI.GlobalUsings.g.cs
  79. 0
      obj/Debug/net6.0/MyFirstAPI.MvcApplicationPartsAssemblyInfo.cache
  80. 17
      obj/Debug/net6.0/MyFirstAPI.MvcApplicationPartsAssemblyInfo.cs
  81. BIN
      obj/Debug/net6.0/MyFirstAPI.assets.cache
  82. BIN
      obj/Debug/net6.0/MyFirstAPI.csproj.AssemblyReference.cache
  83. 0
      obj/Debug/net6.0/MyFirstAPI.csproj.BuildWithSkipAnalyzers
  84. 0
      obj/Debug/net6.0/MyFirstAPI.csproj.CopyComplete
  85. 1
      obj/Debug/net6.0/MyFirstAPI.csproj.CoreCompileInputs.cache
  86. 139
      obj/Debug/net6.0/MyFirstAPI.csproj.FileListAbsolute.txt
  87. BIN
      obj/Debug/net6.0/MyFirstAPI.dll
  88. 1
      obj/Debug/net6.0/MyFirstAPI.genruntimeconfig.cache
  89. BIN
      obj/Debug/net6.0/MyFirstAPI.pdb
  90. BIN
      obj/Debug/net6.0/apphost.exe
  91. BIN
      obj/Debug/net6.0/ref/MyFirstAPI.dll
  92. BIN
      obj/Debug/net6.0/refint/MyFirstAPI.dll
  93. 11
      obj/Debug/net6.0/staticwebassets.build.json
  94. 3
      obj/Debug/net6.0/staticwebassets/msbuild.build.MyFirstAPI.props
  95. 3
      obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.MyFirstAPI.props
  96. 3
      obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.MyFirstAPI.props
  97. 96
      obj/MyFirstAPI.csproj.nuget.dgspec.json
  98. 23
      obj/MyFirstAPI.csproj.nuget.g.props
  99. 7
      obj/MyFirstAPI.csproj.nuget.g.targets
  100. 3497
      obj/project.assets.json
  101. Some files were not shown because too many files have changed in this diff Show More

@ -0,0 +1,55 @@
using Microsoft.AspNetCore.Components.Forms;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Formatters;
using MyFirstAPI.DATA;
using MyFirstAPI.Models;
using MyFirstAPI.Repositorio;
namespace MyFirstAPI.Controllers
{
[ApiController]
[Route("Api/Detalles")]
public class DetallesController : ControllerBase
{
private readonly Repositoriooo repositoriooo;
public DetallesController()
{
repositoriooo = new Repositoriooo();
}
//[HttpGet]
//public IEnumerable<Detalles> Get()
//{
// return repositoriooo.GetDetalles();
//}
[HttpGet]
[ProducesResponseType(StatusCodes.Status200OK)]
public async Task<ActionResult> Get()
{
return Ok(await repositoriooo.GetDetalles());
}
//[HttpGet]
//public async Task<ActionResult<List<Detalles>>> Get()
//{
// var funcion = new Repositoriooo();
// var lista = await funcion.GetDetalles();
// return lista.ToList();
//}
}
}

@ -0,0 +1,51 @@
using System.Data;
using Microsoft.Data.SqlClient;
using MyFirstAPI.Models;
using MyFirstAPI.Repositorio;
namespace MyFirstAPI.DATA
{
public class Ddetalles
{
//ConexionDb cn = new ConexionDb();
//public async Task<List<Detalles>> MostrarDetalles()
//{
// var lista = new List<Detalles>();
// using (var sql = new SqlConnection(cn.CadenaSql()))
// {
// using (var cmd = new SqlCommand("SpVerDetalles", sql))
// {
// await sql.OpenAsync();
// cmd.CommandType = CommandType.StoredProcedure;
// using (var iteam = await cmd.ExecuteReaderAsync())
// {
// while (await iteam.ReadAsync())
// {
// var detalles = new Detalles();
// detalles.Id = (int)iteam["Id"];
// detalles.IdFactura = (int)iteam["IdFactura"];
// detalles.Nfactura = (string)iteam["Nfactura"];
// detalles.ArticuloNumber = (string)iteam["ArticuloNumber"];
// detalles.Cantidad = (int)iteam["Cantidad"];
// detalles.Precio = (double)iteam["Precio"];
// detalles.TotalId = (double)iteam["TotalId"];
// detalles.Articulo = (string)iteam["Articulo"];
// detalles.Activo = (byte)iteam["Activo"];
// lista.Add(detalles);
// }
// }
// }
// }
// return lista;
//}
}
}

@ -0,0 +1,41 @@
using Dapper;
using Microsoft.AspNetCore.Http.Connections;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Data.SqlClient;
using Microsoft.Extensions.Configuration;
using MyFirstAPI.Models;
using Microsoft.Extensions.Configuration.Json;
namespace MyFirstAPI.Interfaces
{
public interface IConexionSql
{
//private string connectionsString = string.Empty;
//public string GetConnectionsString()
//{
// var contructor = new ConfigurationBuilder().SetBasePath(Directory.GetCurrentDirectory()).AddJsonFile("appsettings.json").Build();
// connectionsString = contructor.GetSection("ConnectionStrings:MyBaseDeDatos").Value;
// return connectionsString;
//}
Task<Detalles> GetDetalles();
}
}

@ -0,0 +1,33 @@
namespace MyFirstAPI.Models
{
public class Detalles
{
public int Id { get; set; }
public int IdFactura { get; set; }
public string? Nfactura { get; set; }
public string? ArticuloNumber { get; set; }
public int Cantidad { get; set; }
public double Precio { get; set; }
public double TotalId { get; set; }
public string? Articulo { get; set; }
public byte Activo { get; set; }
//private string? _strNfactura; public string Nfactura { get => _strNfactura; set { _strNfactura = value; } }
//private string? _strArticuloNumber; public string ArticuloNumber { get { return _strArticuloNumber; } set { _strArticuloNumber = value; } }
//private int _intCantidad; public int Cantidad { get { return _intCantidad; } set { _dblPrecio = value; } }
//private double _dblPrecio; public double dblPrecio { get { return dblPrecio; } set { _dblPrecio = value; } }
//private double _dblTotalId; public double dblTotalId { get { return dblTotalId; } set { dblTotalId = value; } }
//private string _strArticulo; public string strArticulo { get { return _strArticulo; } set { _strArticulo = value; } }
//private byte _byteActivo; public byte Activo { get { return _byteActivo; } set { _byteActivo = value; } }
}
}

@ -0,0 +1,101 @@
namespace MyFirstAPI.Models
{
public class Factura
{
#region"Atributos y propiedades factura "
//private int _intIdf;
//public int Idf
//{
// get { return _intIdf; }
// set { _intIdf = value; }
//}
//private DateTime _dtmFecha;
//public DateTime Fecha
//{
// get { return _dtmFecha; }
// set { _dtmFecha = value; }
//}
//private string _strNumeroFactura;
//public string NumeroFactura
//{
// get { return _strNumeroFactura; }
// set { _strNumeroFactura = value; }
//}
//private string _strMetodopago;
//public string Metodopago
//{
// get { return _strMetodopago; }
// set { _strMetodopago = value; }
//}
//private string _strDirrecion;
//public string Dirrrecion
//{
// get { return _strDirrecion; }
// set { _strDirrecion = value; }
//}
//private string _strEmpresa;
//public string Empresa
//{
// get { return _strEmpresa; }
// set { _strEmpresa = value; }
//}
//private double _dblSubtotal;
//public double Subtotal
//{
// get { return _dblSubtotal; }
// set { _dblSubtotal = value; }
//}
//private double _dblTotal;
//public double Total
//{
// get { return _dblTotal; }
// set { _dblTotal = value; }
//}
//private byte _byteActivo;
//public byte Activo
//{
// get { return _byteActivo; }
// set { _byteActivo = value; }
//}
public int Idf { get; set; }
public DateTime Fecha { get; set; }
public string? NumberFactura { get; set; }
public string? Metodopago { get; set; }
public string? Dirreccion { get; set; }
public string? Empresa { get; set; }
public double Subtotal { get; set; }
public double Total { get; set; }
public byte Activo { get; set; }
#endregion
}
}

@ -0,0 +1,21 @@
namespace MyFirstAPI.Models
{
public class SqlConexion
{
private string connectionsString = string.Empty;
public SqlConexion()
{
var contructor = new ConfigurationBuilder().SetBasePath(Directory.GetCurrentDirectory()).AddJsonFile("appsettings.json").Build();
connectionsString = contructor.GetSection("ConnectionStrings:MyBaseDeDatos").Value;
}
public string CadenaSQL()
{ return connectionsString; }
}
}

@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.5.0" />
</ItemGroup>
</Project>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Controller_SelectedScaffolderID>MvcControllerEmptyScaffolder</Controller_SelectedScaffolderID>
<Controller_SelectedScaffolderCategoryPath>root/Common/MVC/Controller</Controller_SelectedScaffolderCategoryPath>
</PropertyGroup>
</Project>

@ -0,0 +1,40 @@
using Dapper;
using Microsoft.Extensions.Configuration;
using Microsoft.IdentityModel.Tokens;
using MyFirstAPI.Controllers;
using MyFirstAPI.Models;
using Microsoft.Extensions.Configuration;
using System.IO;
using Microsoft.Data.SqlClient;
using MyFirstAPI.Interfaces;
using MyFirstAPI;
//var builder = WebApplication.CreateBuilder(args);
//Add services to the container.
//builder.Services.AddControllers();
//// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
//builder.Services.AddEndpointsApiExplorer();
//builder.Services.AddSwaggerGen();
//builder.Services.AddScoped<HomeController>();
var app = Startup.InicialiarAPP(args);
//Configure the HTTP request pipeline.
//if (app.Environment.IsDevelopment())
//{
// app.UseSwagger();
// app.UseSwaggerUI();
//}
//app.UseHttpsRedirection();
//app.UseAuthorization();
//app.MapControllers();
app.Run();

@ -0,0 +1,31 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:6458",
"sslPort": 44342
}
},
"profiles": {
"MyFirstAPI": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7275;http://localhost:5096",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

@ -0,0 +1,74 @@
using System.Data;
using Dapper;
using Microsoft.Data.SqlClient;
using Microsoft.VisualBasic;
using MyFirstAPI.Interfaces;
using MyFirstAPI.Models;
namespace MyFirstAPI.Repositorio
{
public class Repositoriooo
{
SqlConexion cn = new SqlConexion();
//private string connectionsString = string.Empty;
//public void Repositorio(IConfiguration configuration)
//{
// //connectionsString = configuration.GetConnectionString("MyBaseDeDatos");
// var contructor = new ConfigurationBuilder().SetBasePath(Directory.GetCurrentDirectory()).AddJsonFile("appsettings.json").Build();
// connectionsString = contructor.GetSection("ConnectionStrings:MyBaseDeDatos").Value;
//}
//public IDbConnection connection
//{
// get
// {
// return new SqlConnection(connectionsString);
// }
//}
public async Task<IEnumerable<Detalles>> GetDetalles()
{
using (var connection = new SqlConnection(cn.CadenaSQL()))
{
var sql = @"select * from detalles ";
var Detalles = await connection.QueryAsync<Detalles>(sql);
return Detalles;
}
}
//public IEnumerable<Detalles> GetDetalles()
//{
// using (IDbConnection dbConnection = connection)
// {
// string sQuerry = @"select * from detalles ";
// dbConnection.Open();
// return dbConnection.Query<Detalles>(sQuerry);
// }
//}
}
}

@ -0,0 +1,55 @@
using System.Reflection;
using Microsoft.AspNetCore.Components.Forms;
namespace MyFirstAPI
{
public static class Startup
{
public static WebApplication InicialiarAPP ( string[] args )
{
var builder = WebApplication.CreateBuilder( args );
ConfigureServices(builder);
var app = builder.Build();
Configure(app);
return app;
}
private static void ConfigureServices(WebApplicationBuilder builder )
{
builder.Services.AddControllers();
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen();
}
private static void Configure(WebApplication app)
{
if (app.Environment.IsDevelopment())
{
app.UseSwagger();
app.UseSwaggerUI();
}
app.UseHttpsRedirection();
app.UseAuthorization();
app.MapControllers();
}
}
}

@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

@ -0,0 +1,28 @@
{
"ConnectionStrings": {
"MyBaseDeDatos": "Data Source =.;Initial Catalog =EjemploFactura;Integrated Security = True;TrustServerCertificate=True;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
//"ConnectionsString": { "value": "Server =.\\.;Databse=EjemploFactura;Trusted_Connection = True;" }
//"ConnectionsString": {
// "value":"Data Source =.;Initial Catalog =EjemploFactura;Integrated Security = True;Trust Server Certificate=true;"
//}
}

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

@ -0,0 +1,28 @@
{
"ConnectionStrings": {
"MyBaseDeDatos": "Data Source =.;Initial Catalog =EjemploFactura;Integrated Security = True;TrustServerCertificate=True;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
//"ConnectionsString": { "value": "Server =.\\.;Databse=EjemploFactura;Trusted_Connection = True;" }
//"ConnectionsString": {
// "value":"Data Source =.;Initial Catalog =EjemploFactura;Integrated Security = True;Trust Server Certificate=true;"
//}
}

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]

@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("MyFirstAPI")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("MyFirstAPI")]
[assembly: System.Reflection.AssemblyTitleAttribute("MyFirstAPI")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

@ -0,0 +1 @@
b899c33dbe1ed86c2b1eb062d25b08a330e810ef

@ -0,0 +1,17 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = MyFirstAPI
build_property.RootNamespace = MyFirstAPI
build_property.ProjectDir = C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\
build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI
build_property._RazorSourceGeneratorDebug =

@ -0,0 +1,17 @@
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;

@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Generated by the MSBuild WriteCodeFragment class.

@ -0,0 +1 @@
17f75dc6001f4f48e9565f9b6894a203b7f06f7d

@ -0,0 +1,139 @@
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\appsettings.Development.json
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\appsettings.json
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.exe
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.deps.json
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.runtimeconfig.json
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.pdb
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.OpenApi.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.csproj.AssemblyReference.cache
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.AssemblyInfoInputs.cache
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.AssemblyInfo.cs
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.csproj.CoreCompileInputs.cache
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.MvcApplicationPartsAssemblyInfo.cs
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.MvcApplicationPartsAssemblyInfo.cache
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets\msbuild.MyFirstAPI.Microsoft.AspNetCore.StaticWebAssets.props
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets\msbuild.build.MyFirstAPI.props
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.MyFirstAPI.props
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.MyFirstAPI.props
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets.pack.json
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets.build.json
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets.development.json
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\scopedcss\bundle\MyFirstAPI.styles.css
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.csproj.CopyComplete
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\refint\MyFirstAPI.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.pdb
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.genruntimeconfig.cache
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\ref\MyFirstAPI.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Dapper.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\SQLitePCLRaw.core.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\SQLitePCLRaw.provider.e_sqlite3.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\alpine-arm\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\alpine-arm64\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\alpine-x64\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\browser-wasm\nativeassets\net6.0\e_sqlite3.a
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-s390x\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\osx-arm64\native\libe_sqlite3.dylib
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll
C:\Users\Luis Rendon\source\repos\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\appsettings.Development.json
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\appsettings.json
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.exe
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.deps.json
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.runtimeconfig.json
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\MyFirstAPI.pdb
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Dapper.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.OpenApi.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.csproj.AssemblyReference.cache
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.AssemblyInfoInputs.cache
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.AssemblyInfo.cs
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.csproj.CoreCompileInputs.cache
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.MvcApplicationPartsAssemblyInfo.cs
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.MvcApplicationPartsAssemblyInfo.cache
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets\msbuild.MyFirstAPI.Microsoft.AspNetCore.StaticWebAssets.props
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets\msbuild.build.MyFirstAPI.props
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.MyFirstAPI.props
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.MyFirstAPI.props
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets.pack.json
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets.build.json
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\staticwebassets.development.json
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\scopedcss\bundle\MyFirstAPI.styles.css
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.csproj.CopyComplete
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\refint\MyFirstAPI.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.pdb
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\MyFirstAPI.genruntimeconfig.cache
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\obj\Debug\net6.0\ref\MyFirstAPI.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Azure.Core.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Azure.Identity.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Bcl.AsyncInterfaces.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Identity.Client.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Identity.Client.Extensions.Msal.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.IdentityModel.Abstractions.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.SqlServer.Server.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.Drawing.Common.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.Memory.Data.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.Runtime.Caching.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.Security.Permissions.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.Windows.Extensions.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.Configuration.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.Configuration.Abstractions.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.Configuration.FileExtensions.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.Configuration.Json.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.FileProviders.Abstractions.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.FileProviders.Physical.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.FileSystemGlobbing.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\Microsoft.Extensions.Primitives.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.Text.Encodings.Web.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\System.Text.Json.dll
C:\Users\Luis Rendon\OneDrive - GEMCO\Desktop\MyFirstAPI\MyFirstAPI\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll

Binary file not shown.

@ -0,0 +1 @@
955d96b9e23d40c26f7a117e2c7464f9ecd29ffc

Binary file not shown.

Binary file not shown.

@ -0,0 +1,11 @@
{
"Version": 1,
"Hash": "X9arnpqQRtPO+ht3XjupcVbYprVSf0eS2UuS+EI8/SE=",
"Source": "MyFirstAPI",
"BasePath": "_content/MyFirstAPI",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [],
"Assets": []
}

@ -0,0 +1,3 @@
<Project>
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
</Project>

@ -0,0 +1,3 @@
<Project>
<Import Project="..\build\MyFirstAPI.props" />
</Project>

@ -0,0 +1,3 @@
<Project>
<Import Project="..\buildMultiTargeting\MyFirstAPI.props" />
</Project>

@ -0,0 +1,96 @@
{
"format": 1,
"restore": {
"C:\\Users\\Luis Rendon\\OneDrive - GEMCO\\Desktop\\MyFirstAPI\\MyFirstAPI\\MyFirstAPI.csproj": {}
},
"projects": {
"C:\\Users\\Luis Rendon\\OneDrive - GEMCO\\Desktop\\MyFirstAPI\\MyFirstAPI\\MyFirstAPI.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Luis Rendon\\OneDrive - GEMCO\\Desktop\\MyFirstAPI\\MyFirstAPI\\MyFirstAPI.csproj",
"projectName": "MyFirstAPI",
"projectPath": "C:\\Users\\Luis Rendon\\OneDrive - GEMCO\\Desktop\\MyFirstAPI\\MyFirstAPI\\MyFirstAPI.csproj",
"packagesPath": "C:\\Users\\Luis Rendon\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Luis Rendon\\OneDrive - GEMCO\\Desktop\\MyFirstAPI\\MyFirstAPI\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Luis Rendon\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"dependencies": {
"Dapper": {
"target": "Package",
"version": "[2.0.123, )"
},
"Microsoft.Data.SqlClient": {
"target": "Package",
"version": "[5.0.1, )"
},
"Microsoft.Extensions.Configuration.Json": {
"target": "Package",
"version": "[7.0.0, )"
},
"Microsoft.Extensions.DependencyInjection": {
"target": "Package",
"version": "[7.0.0, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
"version": "[6.2.3, )"
},
"Swashbuckle.AspNetCore.SwaggerUI": {
"target": "Package",
"version": "[6.5.0, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.AspNetCore.App": {
"privateAssets": "none"
},
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json"
}
}
}
}
}

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Luis Rendon\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Luis Rendon\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.2.3\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.2.3\build\Swashbuckle.AspNetCore.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\Luis Rendon\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
</PropertyGroup>
</Project>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)system.text.json\7.0.0\buildTransitive\net6.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\7.0.0\buildTransitive\net6.0\System.Text.Json.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
</ImportGroup>
</Project>

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save