Created API application

This commit is contained in:
2026-07-02 16:23:23 +02:00
parent eefd4137a5
commit 9b4a8d79b1
47 changed files with 1449 additions and 0 deletions
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// 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("Nexus.Api")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+eefd4137a53ba05850de78203414d84e1973158d")]
[assembly: System.Reflection.AssemblyProductAttribute("Nexus.Api")]
[assembly: System.Reflection.AssemblyTitleAttribute("Nexus.Api")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
@@ -0,0 +1 @@
9ee2341c884258d8a4beccbcb8c0ad7faaca48bfa10fca7a7dd8ed19700d49bf
@@ -0,0 +1,24 @@
is_global = true
build_property.TargetFramework = net10.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v10.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property.EntryPointFilePath =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Nexus.Api
build_property.RootNamespace = Nexus.Api
build_property.ProjectDir = C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 10.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api
build_property._RazorSourceGeneratorDebug =
build_property.EffectiveAnalysisLevelStyle = 10.0
build_property.EnableCodeStyleSeverity =
@@ -0,0 +1,17 @@
// <auto-generated/>
global using Microsoft.AspNetCore.Builder;
global using Microsoft.AspNetCore.Hosting;
global using Microsoft.AspNetCore.Http;
global using Microsoft.AspNetCore.Routing;
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Logging;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Net.Http.Json;
global using System.Threading;
global using System.Threading.Tasks;
@@ -0,0 +1,16 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// 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("Microsoft.AspNetCore.OpenApi")]
// Generated by the MSBuild WriteCodeFragment class.
Binary file not shown.
@@ -0,0 +1 @@
54ea1ffabf1bc43175f76a2fabe09637eddee1e102e6857d01a90ca7779fd013
@@ -0,0 +1,33 @@
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\appsettings.Development.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\appsettings.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\Nexus.Api.staticwebassets.endpoints.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\Nexus.Api.exe
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\Nexus.Api.deps.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\Nexus.Api.runtimeconfig.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\Nexus.Api.dll
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\Nexus.Api.pdb
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\Microsoft.AspNetCore.OpenApi.dll
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\bin\Debug\net10.0\Microsoft.OpenApi.dll
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.csproj.AssemblyReference.cache
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\rpswa.dswa.cache.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.AssemblyInfoInputs.cache
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.AssemblyInfo.cs
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.csproj.CoreCompileInputs.cache
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.MvcApplicationPartsAssemblyInfo.cs
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.MvcApplicationPartsAssemblyInfo.cache
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\rjimswa.dswa.cache.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\rjsmrazor.dswa.cache.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\rjsmcshtml.dswa.cache.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\scopedcss\bundle\Nexus.Api.styles.css
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\staticwebassets.build.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\staticwebassets.build.json.cache
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\staticwebassets.development.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\staticwebassets.build.endpoints.json
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\swae.build.ex.cache
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.csproj.Up2Date
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.dll
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\refint\Nexus.Api.dll
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.pdb
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\Nexus.Api.genruntimeconfig.cache
C:\Users\klein\Vscode\Nexus\nexus-backend\Nexus.Api\obj\Debug\net10.0\ref\Nexus.Api.dll
Binary file not shown.
@@ -0,0 +1 @@
a01c3ddbe54b2aa1d6a5e674a164efb9d2f3c8365a39d27ae92830746db75c2b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
{"GlobalPropertiesHash":"yvQCrxdTvFPB05QkB5EFF6+ZMfU7SATb5Wjcmfx3bQg=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["vxNcTGmjBmutCwzItnKjVb7Py0xCnrwPq9XzBVvlrvg=","AwZT8pl6C8KGTyLuGSCR\u002B87l7qfqdNmQSDuOKFCoVLY=","sNXe8\u002BK9gPJF91Dz10bt/nU5pUNQMsEfKslCV08CCl8=","6aoOtNsYYs7lt6Gm0fTYUQLwbv4EfHKNA5AbTWH0kps=","I0Bl\u002BElu\u002BS1RIpKLoYC4ggLIcD06A\u002BxRI2D4J/1WhDk="],"CachedAssets":{},"CachedCopyCandidates":{}}
@@ -0,0 +1 @@
{"GlobalPropertiesHash":"LvTzCZwSXjBKR/4iQAAaxQvqqdXT3s7QSjLWlEaEjXY=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["vxNcTGmjBmutCwzItnKjVb7Py0xCnrwPq9XzBVvlrvg=","AwZT8pl6C8KGTyLuGSCR\u002B87l7qfqdNmQSDuOKFCoVLY=","sNXe8\u002BK9gPJF91Dz10bt/nU5pUNQMsEfKslCV08CCl8=","6aoOtNsYYs7lt6Gm0fTYUQLwbv4EfHKNA5AbTWH0kps=","I0Bl\u002BElu\u002BS1RIpKLoYC4ggLIcD06A\u002BxRI2D4J/1WhDk="],"CachedAssets":{},"CachedCopyCandidates":{}}
@@ -0,0 +1 @@
{"GlobalPropertiesHash":"8hLADdIZUWzj9M9y16r3VtZcxP7zc6nKt0LJrHE8lDs=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["vxNcTGmjBmutCwzItnKjVb7Py0xCnrwPq9XzBVvlrvg=","AwZT8pl6C8KGTyLuGSCR\u002B87l7qfqdNmQSDuOKFCoVLY="],"CachedAssets":{},"CachedCopyCandidates":{}}
@@ -0,0 +1 @@
{"Version":1,"ManifestType":"Build","Endpoints":[]}
@@ -0,0 +1 @@
{"Version":1,"Hash":"9DybWTEu7yr85hU/FXp9xUehFSY72KmoF+EyMgagJOE=","Source":"Nexus.Api","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}
@@ -0,0 +1 @@
9DybWTEu7yr85hU/FXp9xUehFSY72KmoF+EyMgagJOE=