chore: initial clean commit without large binaries

This commit is contained in:
2026-05-06 17:24:09 +02:00
parent 2f2cbed5bd
commit 8a4ed88b93
16624 changed files with 2650353 additions and 8 deletions
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name="GetEFProjectMetadata">
<MSBuild Condition=" '$(TargetFramework)' == '' "
Projects="$(MSBuildProjectFile)"
Targets="GetEFProjectMetadata"
Properties="TargetFramework=$(TargetFrameworks.Split(';')[0]);EFProjectMetadataFile=$(EFProjectMetadataFile)" />
<ItemGroup Condition=" '$(TargetFramework)' != '' ">
<EFProjectMetadata Include="AssemblyName: $(AssemblyName)" />
<EFProjectMetadata Include="Language: $(Language)" />
<EFProjectMetadata Include="OutputPath: $(OutputPath)" />
<EFProjectMetadata Include="Platform: $(Platform)" />
<EFProjectMetadata Include="PlatformTarget: $(PlatformTarget)" />
<EFProjectMetadata Include="ProjectAssetsFile: $(ProjectAssetsFile)" />
<EFProjectMetadata Include="ProjectDir: $(ProjectDir)" />
<EFProjectMetadata Include="RootNamespace: $(RootNamespace)" />
<EFProjectMetadata Include="RuntimeFrameworkVersion: $(RuntimeFrameworkVersion)" />
<EFProjectMetadata Include="TargetFileName: $(TargetFileName)" />
<EFProjectMetadata Include="TargetFrameworkMoniker: $(TargetFrameworkMoniker)" />
<EFProjectMetadata Include="Nullable: $(Nullable)" />
<EFProjectMetadata Include="TargetFramework: $(TargetFramework)" />
<EFProjectMetadata Include="TargetPlatformIdentifier: $(TargetPlatformIdentifier)" />
</ItemGroup>
<WriteLinesToFile Condition=" '$(TargetFramework)' != '' "
File="$(EFProjectMetadataFile)"
Lines="@(EFProjectMetadata)" />
</Target>
</Project>
+84
View File
@@ -0,0 +1,84 @@
{
"format": 1,
"restore": {
"/home/computer/projects/fitness-app/apps/api/Api.csproj": {}
},
"projects": {
"/home/computer/projects/fitness-app/apps/api/Api.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/computer/projects/fitness-app/apps/api/Api.csproj",
"projectName": "Api",
"projectPath": "/home/computer/projects/fitness-app/apps/api/Api.csproj",
"packagesPath": "/home/computer/.nuget/packages/",
"outputPath": "/home/computer/projects/fitness-app/apps/api/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/computer/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"Microsoft.EntityFrameworkCore.Design": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[8.0.14, )"
},
"Microsoft.EntityFrameworkCore.Sqlite": {
"target": "Package",
"version": "[8.0.14, )"
},
"NSwag.AspNetCore": {
"target": "Package",
"version": "[14.1.0, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",
"version": "[6.6.2, )"
}
},
"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/lib/dotnet/sdk/8.0.126/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}
+26
View File
@@ -0,0 +1,26 @@
<?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)' == '' ">/home/computer/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/computer/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.2</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/home/computer/.nuget/packages/" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server/6.0.5/build/Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server/6.0.5/build/Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore/6.6.2/build/Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore/6.6.2/build/Swashbuckle.AspNetCore.props')" />
<Import Project="$(NuGetPackageRoot)nswag.aspnetcore/14.1.0/build/NSwag.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)nswag.aspnetcore/14.1.0/build/NSwag.AspNetCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.14/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.14/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design/8.0.14/build/net8.0/Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design/8.0.14/build/net8.0/Microsoft.EntityFrameworkCore.Design.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">/home/computer/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">/home/computer/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
</PropertyGroup>
</Project>
+10
View File
@@ -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)microsoft.extensions.apidescription.server/6.0.5/build/Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server/6.0.5/build/Microsoft.Extensions.ApiDescription.Server.targets')" />
<Import Project="$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3/2.1.6/buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3/2.1.6/buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options/8.0.2/buildTransitive/net6.0/Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options/8.0.2/buildTransitive/net6.0/Microsoft.Extensions.Options.targets')" />
<Import Project="$(NuGetPackageRoot)nswag.aspnetcore/14.1.0/build/NSwag.AspNetCore.targets" Condition="Exists('$(NuGetPackageRoot)nswag.aspnetcore/14.1.0/build/NSwag.AspNetCore.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/8.0.2/buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/8.0.2/buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets')" />
</ImportGroup>
</Project>
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.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("Api")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2f2cbed5bd2f55d8f0fc2abb891b6a20e42ef8ea")]
[assembly: System.Reflection.AssemblyProductAttribute("Api")]
[assembly: System.Reflection.AssemblyTitleAttribute("Api")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.
@@ -0,0 +1 @@
7fae9bde5435323ac2efd9b5650e0c40dbec5642bd7d43db47980db6bb51f424
@@ -0,0 +1,19 @@
is_global = true
build_property.TargetFramework = net8.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 = Api
build_property.RootNamespace = Api
build_property.ProjectDir = /home/computer/projects/fitness-app/apps/api/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = /home/computer/projects/fitness-app/apps/api
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,18 @@
//------------------------------------------------------------------------------
// <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("NSwag.AspNetCore")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("NSwag.Generation.AspNetCore")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.
Binary file not shown.
@@ -0,0 +1 @@
cf7139cc34a78efb43e3df26dfdb266de27fe06ccb2f69b26b8cea8f3f031d7f
@@ -0,0 +1,147 @@
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/appsettings.Development.json
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/appsettings.json
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Api
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Api.deps.json
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Api.runtimeconfig.json
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Api.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Api.pdb
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Humanizer.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.Data.Sqlite.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.Extensions.Options.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Microsoft.OpenApi.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Mono.TextTemplating.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Namotion.Reflection.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Newtonsoft.Json.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NJsonSchema.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NJsonSchema.Annotations.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NJsonSchema.NewtonsoftJson.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NJsonSchema.Yaml.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NSwag.Annotations.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NSwag.AspNetCore.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NSwag.Core.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NSwag.Core.Yaml.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NSwag.Generation.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/NSwag.Generation.AspNetCore.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/SQLitePCLRaw.batteries_v2.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/SQLitePCLRaw.core.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/SQLitePCLRaw.provider.e_sqlite3.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/System.CodeDom.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/System.Composition.AttributedModel.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/System.Composition.Convention.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/System.Composition.Hosting.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/System.Composition.Runtime.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/System.Composition.TypedParts.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/YamlDotNet.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-arm/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-arm64/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-armel/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-mips64/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-musl-arm/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-musl-x64/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-ppc64le/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-s390x/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-x64/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/linux-x86/native/libe_sqlite3.so
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/osx-arm64/native/libe_sqlite3.dylib
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/osx-x64/native/libe_sqlite3.dylib
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/win-arm/native/e_sqlite3.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/win-arm64/native/e_sqlite3.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/win-x64/native/e_sqlite3.dll
/home/computer/projects/fitness-app/apps/api/bin/Debug/net8.0/runtimes/win-x86/native/e_sqlite3.dll
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.csproj.AssemblyReference.cache
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.GeneratedMSBuildEditorConfig.editorconfig
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.AssemblyInfoInputs.cache
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.AssemblyInfo.cs
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.csproj.CoreCompileInputs.cache
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.MvcApplicationPartsAssemblyInfo.cs
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.MvcApplicationPartsAssemblyInfo.cache
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.sourcelink.json
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/staticwebassets.build.json
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/staticwebassets.development.json
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/staticwebassets/msbuild.Api.Microsoft.AspNetCore.StaticWebAssets.props
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/staticwebassets/msbuild.build.Api.props
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Api.props
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Api.props
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/staticwebassets.pack.json
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/scopedcss/bundle/Api.styles.css
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.csproj.CopyComplete
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.dll
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/refint/Api.dll
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.pdb
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/Api.genruntimeconfig.cache
/home/computer/projects/fitness-app/apps/api/obj/Debug/net8.0/ref/Api.dll
Binary file not shown.
@@ -0,0 +1 @@
232252b6cc6bb4de2c4636a00282c7193af6877f8d6e10714611172362cbc5d1
Binary file not shown.
@@ -0,0 +1 @@
{"documents":{"/home/computer/projects/fitness-app/*":"https://raw.githubusercontent.com/robgit21/fitness-app/55b4405c2806a08961f5af1cd5ed5d345245f57b/*"}}
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
{
"Version": 1,
"Hash": "llrbuzIYQAIzOVzCT1dMYbgtako286gVg/Pj7offB04=",
"Source": "Api",
"BasePath": "_content/Api",
"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/Api.props" />
</Project>
@@ -0,0 +1,3 @@
<Project>
<Import Project="../buildMultiTargeting/Api.props" />
</Project>
File diff suppressed because it is too large Load Diff
+100
View File
@@ -0,0 +1,100 @@
{
"version": 2,
"dgSpecHash": "rnbqO50pccmkhM7FePkicW6dbLz7+87cA8hZFZPGthIgUFSaNDt5hSJQcK32iYcAdGlT2X1enFTUQ1sxdZNC2g==",
"success": true,
"projectFilePath": "/home/computer/projects/fitness-app/apps/api/Api.csproj",
"expectedPackageFiles": [
"/home/computer/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.csharp/4.3.0/microsoft.csharp.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.data.sqlite.core/8.0.14/microsoft.data.sqlite.core.8.0.14.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.entityframeworkcore/8.0.14/microsoft.entityframeworkcore.8.0.14.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.14/microsoft.entityframeworkcore.abstractions.8.0.14.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.14/microsoft.entityframeworkcore.analyzers.8.0.14.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.entityframeworkcore.design/8.0.14/microsoft.entityframeworkcore.design.8.0.14.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.14/microsoft.entityframeworkcore.relational.8.0.14.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.entityframeworkcore.sqlite/8.0.14/microsoft.entityframeworkcore.sqlite.8.0.14.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.entityframeworkcore.sqlite.core/8.0.14/microsoft.entityframeworkcore.sqlite.core.8.0.14.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.configuration.abstractions/8.0.0/microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/8.0.2/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.fileproviders.abstractions/8.0.0/microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.fileproviders.embedded/8.0.0/microsoft.extensions.fileproviders.embedded.8.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.8.0.1.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.logging.abstractions/8.0.2/microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.options/8.0.2/microsoft.extensions.options.8.0.2.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.extensions.primitives/8.0.0/microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512",
"/home/computer/.nuget/packages/microsoft.openapi/1.6.14/microsoft.openapi.1.6.14.nupkg.sha512",
"/home/computer/.nuget/packages/mono.texttemplating/2.2.1/mono.texttemplating.2.2.1.nupkg.sha512",
"/home/computer/.nuget/packages/namotion.reflection/3.1.1/namotion.reflection.3.1.1.nupkg.sha512",
"/home/computer/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
"/home/computer/.nuget/packages/njsonschema/11.0.2/njsonschema.11.0.2.nupkg.sha512",
"/home/computer/.nuget/packages/njsonschema.annotations/11.0.2/njsonschema.annotations.11.0.2.nupkg.sha512",
"/home/computer/.nuget/packages/njsonschema.newtonsoftjson/11.0.2/njsonschema.newtonsoftjson.11.0.2.nupkg.sha512",
"/home/computer/.nuget/packages/njsonschema.yaml/11.0.2/njsonschema.yaml.11.0.2.nupkg.sha512",
"/home/computer/.nuget/packages/nswag.annotations/14.1.0/nswag.annotations.14.1.0.nupkg.sha512",
"/home/computer/.nuget/packages/nswag.aspnetcore/14.1.0/nswag.aspnetcore.14.1.0.nupkg.sha512",
"/home/computer/.nuget/packages/nswag.core/14.1.0/nswag.core.14.1.0.nupkg.sha512",
"/home/computer/.nuget/packages/nswag.core.yaml/14.1.0/nswag.core.yaml.14.1.0.nupkg.sha512",
"/home/computer/.nuget/packages/nswag.generation/14.1.0/nswag.generation.14.1.0.nupkg.sha512",
"/home/computer/.nuget/packages/nswag.generation.aspnetcore/14.1.0/nswag.generation.aspnetcore.14.1.0.nupkg.sha512",
"/home/computer/.nuget/packages/sqlitepclraw.bundle_e_sqlite3/2.1.6/sqlitepclraw.bundle_e_sqlite3.2.1.6.nupkg.sha512",
"/home/computer/.nuget/packages/sqlitepclraw.core/2.1.6/sqlitepclraw.core.2.1.6.nupkg.sha512",
"/home/computer/.nuget/packages/sqlitepclraw.lib.e_sqlite3/2.1.6/sqlitepclraw.lib.e_sqlite3.2.1.6.nupkg.sha512",
"/home/computer/.nuget/packages/sqlitepclraw.provider.e_sqlite3/2.1.6/sqlitepclraw.provider.e_sqlite3.2.1.6.nupkg.sha512",
"/home/computer/.nuget/packages/swashbuckle.aspnetcore/6.6.2/swashbuckle.aspnetcore.6.6.2.nupkg.sha512",
"/home/computer/.nuget/packages/swashbuckle.aspnetcore.swagger/6.6.2/swashbuckle.aspnetcore.swagger.6.6.2.nupkg.sha512",
"/home/computer/.nuget/packages/swashbuckle.aspnetcore.swaggergen/6.6.2/swashbuckle.aspnetcore.swaggergen.6.6.2.nupkg.sha512",
"/home/computer/.nuget/packages/swashbuckle.aspnetcore.swaggerui/6.6.2/swashbuckle.aspnetcore.swaggerui.6.6.2.nupkg.sha512",
"/home/computer/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.collections/4.3.0/system.collections.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.composition/6.0.0/system.composition.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.globalization/4.3.0/system.globalization.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.io/4.3.0/system.io.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512",
"/home/computer/.nuget/packages/system.linq/4.3.0/system.linq.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.memory/4.5.3/system.memory.4.5.3.nupkg.sha512",
"/home/computer/.nuget/packages/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.reflection/4.3.0/system.reflection.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg.sha512",
"/home/computer/.nuget/packages/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.threading/4.3.0/system.threading.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.threading.channels/6.0.0/system.threading.channels.6.0.0.nupkg.sha512",
"/home/computer/.nuget/packages/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg.sha512",
"/home/computer/.nuget/packages/yamldotnet/15.1.4/yamldotnet.15.1.4.nupkg.sha512"
],
"logs": []
}