Skip to content
Snippets Groups Projects
Commit 695146df authored by tiago.gamaferr's avatar tiago.gamaferr
Browse files

Tutorial on Web APis in C# with Asp and .net6

parent 04d2105c
No related branches found
No related tags found
No related merge requests found
Showing
with 89 additions and 0 deletions
// <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;
//------------------------------------------------------------------------------
// <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.
File added
e8720fed310d37c2894713e1aba4994d0f91a878
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\appsettings.Development.json
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\appsettings.json
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.exe
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.deps.json
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.runtimeconfig.json
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.dll
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\MinimalAPIDemo.pdb
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\Microsoft.OpenApi.dll
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.csproj.AssemblyReference.cache
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.AssemblyInfoInputs.cache
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.AssemblyInfo.cs
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.csproj.CoreCompileInputs.cache
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.MvcApplicationPartsAssemblyInfo.cs
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.MvcApplicationPartsAssemblyInfo.cache
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets\msbuild.MinimalAPIDemo.Microsoft.AspNetCore.StaticWebAssets.props
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets\msbuild.build.MinimalAPIDemo.props
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.MinimalAPIDemo.props
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.MinimalAPIDemo.props
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets.pack.json
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets.build.json
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\staticwebassets.development.json
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\scopedcss\bundle\MinimalAPIDemo.styles.css
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.csproj.CopyComplete
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.dll
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\refint\MinimalAPIDemo.dll
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.pdb
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\MinimalAPIDemo.genruntimeconfig.cache
C:\Users\tiago.gamaferr\Documents\Visual Studio 2022\Projects\DotNet6_tutorials\IntroWebAPI\MinimalAPIDemo\obj\Debug\net6.0\ref\MinimalAPIDemo.dll
File added
4f8e73053a6e09e08522ce994370e313873cdd68
File added
obj\Debug\net6.0\\_IsIncrementalBuild
File added
File added
File added
{
"Version": 1,
"Hash": "m+dk5fk3YGUf+vOsT/xpWAdVtGB4CoPw1GO1T8M09qc=",
"Source": "MinimalAPIDemo",
"BasePath": "_content/MinimalAPIDemo",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [],
"Assets": []
}
\ No newline at end of file
<Project>
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
</Project>
\ No newline at end of file
<Project>
<Import Project="..\build\MinimalAPIDemo.props" />
</Project>
\ No newline at end of file
<Project>
<Import Project="..\buildMultiTargeting\MinimalAPIDemo.props" />
</Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment