API V1 Aeldria
This commit is contained in:
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/home/aeldria/server/Aeldria.Api/Aeldria.Api.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/home/aeldria/server/Aeldria.Api/Aeldria.Api.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/aeldria/server/Aeldria.Api/Aeldria.Api.csproj",
|
||||
"projectName": "Aeldria.Api",
|
||||
"projectPath": "/home/aeldria/server/Aeldria.Api/Aeldria.Api.csproj",
|
||||
"packagesPath": "/root/.nuget/packages/",
|
||||
"outputPath": "/home/aeldria/server/Aeldria.Api/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/root/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net9.0"
|
||||
],
|
||||
"sources": {
|
||||
"/usr/lib64/dotnet/library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.100"
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"dependencies": {
|
||||
"BCrypt.Net-Next": {
|
||||
"target": "Package",
|
||||
"version": "[4.2.0, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.6, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.17, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.Design": {
|
||||
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
||||
"suppressParent": "All",
|
||||
"target": "Package",
|
||||
"version": "[9.0.6, )"
|
||||
},
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.4, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.118/PortableRuntimeIdentifierGraph.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)' == '' ">/root/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/root/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.5</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/root/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore/9.0.6/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore/9.0.6/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers/3.3.4/buildTransitive/Microsoft.CodeAnalysis.Analyzers.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers/3.3.4/buildTransitive/Microsoft.CodeAnalysis.Analyzers.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design/9.0.6/build/net8.0/Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design/9.0.6/build/net8.0/Microsoft.EntityFrameworkCore.Design.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">/root/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.4</PkgMicrosoft_CodeAnalysis_Analyzers>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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/9.0.6/buildTransitive/net8.0/System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json/9.0.6/buildTransitive/net8.0/System.Text.Json.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/9.0.6/buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/9.0.6/buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options/9.0.6/buildTransitive/net8.0/Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options/9.0.6/buildTransitive/net8.0/Microsoft.Extensions.Options.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)mono.texttemplating/3.0.0/buildTransitive/Mono.TextTemplating.targets" Condition="Exists('$(NuGetPackageRoot)mono.texttemplating/3.0.0/buildTransitive/Mono.TextTemplating.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers/3.3.4/buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers/3.3.4/buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.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("Aeldria.Api")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Aeldria.Api")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Aeldria.Api")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Généré par la classe MSBuild WriteCodeFragment.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
9e9061a62e98426dbd0978ba3e5f5e3797d382d13864dfbe84f1886405bca23c
|
||||
@@ -0,0 +1,29 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net9.0
|
||||
build_property.TargetFramework = net9.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Aeldria.Api
|
||||
build_property.RootNamespace = Aeldria.Api
|
||||
build_property.ProjectDir = /home/aeldria/server/Aeldria.Api/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 9.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = /home/aeldria/server/Aeldria.Api
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -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,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")]
|
||||
|
||||
// Généré par la classe MSBuild WriteCodeFragment.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
6a552d30a95c895638bbd2e02ed38cd99eb2ba0a95a56cb2310911a4c7aedd53
|
||||
@@ -0,0 +1,139 @@
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/appsettings.Development.json
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/appsettings.json
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Aeldria.Api.staticwebassets.endpoints.json
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Aeldria.Api
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Aeldria.Api.deps.json
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Aeldria.Api.runtimeconfig.json
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Aeldria.Api.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Aeldria.Api.pdb
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.AspNetCore.OpenApi.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.OpenApi.dll
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.csproj.AssemblyReference.cache
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.AssemblyInfoInputs.cache
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.AssemblyInfo.cs
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.csproj.CoreCompileInputs.cache
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.MvcApplicationPartsAssemblyInfo.cs
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.MvcApplicationPartsAssemblyInfo.cache
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/scopedcss/bundle/Aeldria.Api.styles.css
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/staticwebassets.build.json
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/staticwebassets.development.json
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/staticwebassets.build.endpoints.json
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/staticwebassets/msbuild.Aeldria.Api.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/staticwebassets/msbuild.Aeldria.Api.Microsoft.AspNetCore.StaticWebAssetEndpoints.props
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/staticwebassets/msbuild.build.Aeldria.Api.props
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/staticwebassets/msbuild.buildMultiTargeting.Aeldria.Api.props
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/staticwebassets/msbuild.buildTransitive.Aeldria.Api.props
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/staticwebassets.pack.json
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria..5FD3EF38.Up2Date
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.dll
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/refint/Aeldria.Api.dll
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.pdb
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/Aeldria.Api.genruntimeconfig.cache
|
||||
/home/aeldria/server/Aeldria.Api/obj/Debug/net9.0/ref/Aeldria.Api.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Humanizer.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Build.Locator.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.Caching.Abstractions.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.Caching.Memory.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.Options.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Mono.TextTemplating.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Npgsql.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/System.CodeDom.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/System.Composition.AttributedModel.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/System.Composition.Convention.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/System.Composition.Hosting.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/System.Composition.Runtime.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/System.Composition.TypedParts.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/BCrypt-Net-Next.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll
|
||||
/home/aeldria/server/Aeldria.Api/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
0623c21680d01ef29ebfa870cd4ffaf7ed0f3ae9d852639a417ca60a06479e65
|
||||
Binary file not shown.
Executable
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"ManifestType": "Build",
|
||||
"Endpoints": []
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "SBWhYMazifVOcI3WuOicYJ41RdjsoIWIagH0wjXNFGU=",
|
||||
"Source": "Aeldria.Api",
|
||||
"BasePath": "_content/Aeldria.Api",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Build",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [],
|
||||
"Assets": [],
|
||||
"Endpoints": []
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssetEndpoints.props" />
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="../build/Aeldria.Api.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="../buildMultiTargeting/Aeldria.Api.props" />
|
||||
</Project>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "fhTXXlu/y80=",
|
||||
"success": true,
|
||||
"projectFilePath": "/home/aeldria/server/Aeldria.Api/Aeldria.Api.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"/root/.nuget/packages/bcrypt.net-next/4.2.0/bcrypt.net-next.4.2.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.aspnetcore.authentication.jwtbearer/9.0.6/microsoft.aspnetcore.authentication.jwtbearer.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.aspnetcore.openapi/9.0.17/microsoft.aspnetcore.openapi.9.0.17.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.bcl.asyncinterfaces/7.0.0/microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.build.framework/17.8.3/microsoft.build.framework.17.8.3.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.build.locator/1.7.8/microsoft.build.locator.1.7.8.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.4/microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.codeanalysis.common/4.8.0/microsoft.codeanalysis.common.4.8.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.codeanalysis.csharp/4.8.0/microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.8.0/microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.8.0/microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.codeanalysis.workspaces.msbuild/4.8.0/microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.entityframeworkcore/9.0.6/microsoft.entityframeworkcore.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.entityframeworkcore.abstractions/9.0.6/microsoft.entityframeworkcore.abstractions.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.entityframeworkcore.analyzers/9.0.6/microsoft.entityframeworkcore.analyzers.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.entityframeworkcore.design/9.0.6/microsoft.entityframeworkcore.design.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.entityframeworkcore.relational/9.0.6/microsoft.entityframeworkcore.relational.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.caching.abstractions/9.0.6/microsoft.extensions.caching.abstractions.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.caching.memory/9.0.6/microsoft.extensions.caching.memory.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.6/microsoft.extensions.configuration.abstractions.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.6/microsoft.extensions.dependencyinjection.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.6/microsoft.extensions.dependencyinjection.abstractions.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.dependencymodel/9.0.6/microsoft.extensions.dependencymodel.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.logging/9.0.6/microsoft.extensions.logging.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.6/microsoft.extensions.logging.abstractions.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.options/9.0.6/microsoft.extensions.options.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.extensions.primitives/9.0.6/microsoft.extensions.primitives.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.identitymodel.abstractions/8.0.1/microsoft.identitymodel.abstractions.8.0.1.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.identitymodel.jsonwebtokens/8.0.1/microsoft.identitymodel.jsonwebtokens.8.0.1.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.identitymodel.logging/8.0.1/microsoft.identitymodel.logging.8.0.1.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.identitymodel.protocols/8.0.1/microsoft.identitymodel.protocols.8.0.1.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/8.0.1/microsoft.identitymodel.protocols.openidconnect.8.0.1.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.identitymodel.tokens/8.0.1/microsoft.identitymodel.tokens.8.0.1.nupkg.sha512",
|
||||
"/root/.nuget/packages/microsoft.openapi/1.6.17/microsoft.openapi.1.6.17.nupkg.sha512",
|
||||
"/root/.nuget/packages/mono.texttemplating/3.0.0/mono.texttemplating.3.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/npgsql/9.0.3/npgsql.9.0.3.nupkg.sha512",
|
||||
"/root/.nuget/packages/npgsql.entityframeworkcore.postgresql/9.0.4/npgsql.entityframeworkcore.postgresql.9.0.4.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.codedom/6.0.0/system.codedom.6.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.collections.immutable/7.0.0/system.collections.immutable.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.composition/7.0.0/system.composition.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.composition.attributedmodel/7.0.0/system.composition.attributedmodel.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.composition.convention/7.0.0/system.composition.convention.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.composition.hosting/7.0.0/system.composition.hosting.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.composition.runtime/7.0.0/system.composition.runtime.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.composition.typedparts/7.0.0/system.composition.typedparts.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.identitymodel.tokens.jwt/8.0.1/system.identitymodel.tokens.jwt.8.0.1.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.io.pipelines/7.0.0/system.io.pipelines.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.reflection.metadata/7.0.0/system.reflection.metadata.7.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.text.json/9.0.6/system.text.json.9.0.6.nupkg.sha512",
|
||||
"/root/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
Reference in New Issue
Block a user