mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
Merge branch 'main' of https://github.com/comissions-app/core-api
This commit is contained in:
commit
40aa399549
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,22 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Globalization.Invariant": true,
|
||||
"System.Globalization.PredefinedCulturesOnly": true,
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
@ -1,29 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>ArtPlatform.API</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:ArtPlatform.API.Controllers.AdminSellerRequestsController.GetSellerRequests(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Gets a list of all of the requests from users to become a seller.
|
||||
</summary>
|
||||
<param name="offset"> The offset to start at.</param>
|
||||
<param name="pageSize"> The amount of records to return.</param>
|
||||
<returns>A list of seller profile requests</returns>
|
||||
</member>
|
||||
<member name="M:ArtPlatform.API.Controllers.AdminSellerRequestsController.GetSellerRequestsCount">
|
||||
<summary>
|
||||
Gets the amount of requests there are from users to become a seller.
|
||||
</summary>
|
||||
<returns>The number of requests.</returns>
|
||||
</member>
|
||||
<member name="M:ArtPlatform.API.Controllers.AdminSellerRequestsController.AcceptSellerRequest(System.String)">
|
||||
<summary>
|
||||
Accepts a request to become a seller from a user.
|
||||
</summary>
|
||||
<param name="userId">The ID of the user to accept the request for.</param>
|
||||
<returns>The new seller profile.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
{
|
||||
"Database": {
|
||||
"Database": "comissionsapp",
|
||||
"Host": "localhost",
|
||||
"Port": 5432,
|
||||
"username": "postgres",
|
||||
"password": "postgres"
|
||||
},
|
||||
"Stripe": {
|
||||
"WebHookSecret": "whsec_Jdj6IL9NwFO3MtPpry3vJhE72kZjeCtI",
|
||||
"ApiKey": "sk_test_51OdJ1SLooS0IZqYkx2IdNoLcscm6BisgaUyYVIc5jM1RMmarww2e9hLLQS3Atn6TQi00p9YQkCLGQPhAI2gf9ZSY00HmbQYCvP"
|
||||
},
|
||||
"Auth0": {
|
||||
"Domain": "https://dev-12mb5yq82dow1twh.us.auth0.com/",
|
||||
"Audience": "https://api.artplatform.com",
|
||||
"ClientId": "19GWUL7fWFQWEpdFFtlgv2x3kqfSa0ES",
|
||||
"ClientSecret": "VX5LKeGHeaqKsgNz8Kn1gQ7MSHmwrXJdC2DMjVY82_YHjiRqdPrVNpFFkXBZy8yh"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Trace",
|
||||
"Microsoft.AspNetCore": "Trace"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -1,22 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Globalization.Invariant": true,
|
||||
"System.Globalization.PredefinedCulturesOnly": true,
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
@ -1,41 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>comissions.app.api</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:comissions.app.api.Controllers.AdminSellerRequestsController.GetSellerRequests(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Gets a list of all of the requests from users to become a seller.
|
||||
</summary>
|
||||
<param name="offset"> The offset to start at.</param>
|
||||
<param name="pageSize"> The amount of records to return.</param>
|
||||
<returns>A list of seller profile requests</returns>
|
||||
</member>
|
||||
<member name="M:comissions.app.api.Controllers.AdminSellerRequestsController.GetSellerRequestsCount">
|
||||
<summary>
|
||||
Gets the amount of requests there are from users to become a seller.
|
||||
</summary>
|
||||
<returns>The number of requests.</returns>
|
||||
</member>
|
||||
<member name="M:comissions.app.api.Controllers.AdminSellerRequestsController.AcceptSellerRequest(System.String)">
|
||||
<summary>
|
||||
Accepts a request to become a seller from a user.
|
||||
</summary>
|
||||
<param name="userId">The ID of the user to accept the request for.</param>
|
||||
<returns>The new seller profile.</returns>
|
||||
</member>
|
||||
<member name="T:ArtPlatform.Database.Migrations.Initial">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:ArtPlatform.Database.Migrations.Initial.Up(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:ArtPlatform.Database.Migrations.Initial.Down(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:ArtPlatform.Database.Migrations.Initial.BuildTargetModel(Microsoft.EntityFrameworkCore.ModelBuilder)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,173 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/ArtPlatform.API.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/ArtPlatform.API.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/ArtPlatform.API.csproj",
|
||||
"projectName": "ArtPlatform.API",
|
||||
"projectPath": "/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/ArtPlatform.API.csproj",
|
||||
"packagesPath": "/home/damienostler/.nuget/packages/",
|
||||
"outputPath": "/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/damienostler/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"/usr/share/dotnet/library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {
|
||||
"/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.database/comissions.app.database.csproj": {
|
||||
"projectPath": "/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.database/comissions.app.database.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Auth0.AspNetCore.Authentication": {
|
||||
"target": "Package",
|
||||
"version": "[1.4.1, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.1, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.1, )"
|
||||
},
|
||||
"Stripe.net": {
|
||||
"target": "Package",
|
||||
"version": "[43.12.0, )"
|
||||
},
|
||||
"Swashbuckle.AspNetCore": {
|
||||
"target": "Package",
|
||||
"version": "[6.4.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": "/usr/share/dotnet/sdk/8.0.101/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.database/comissions.app.database.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.database/comissions.app.database.csproj",
|
||||
"projectName": "comissions.app.database",
|
||||
"projectPath": "/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.database/comissions.app.database.csproj",
|
||||
"packagesPath": "/home/damienostler/.nuget/packages/",
|
||||
"outputPath": "/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.database/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/damienostler/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"/usr/share/dotnet/library-packs": {},
|
||||
"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": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.1, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.Tools": {
|
||||
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
||||
"suppressParent": "All",
|
||||
"target": "Package",
|
||||
"version": "[8.0.1, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.0, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration.Binder": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.1, )"
|
||||
},
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.0, )"
|
||||
},
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL.Design": {
|
||||
"target": "Package",
|
||||
"version": "[1.1.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.101/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
<?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/damienostler/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/damienostler/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/home/damienostler/.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.4.0/build/Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore/6.4.0/build/Swashbuckle.AspNetCore.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.1/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.1/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">/home/damienostler/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
|
||||
</PropertyGroup>
|
||||
</Project>
|
@ -1,9 +0,0 @@
|
||||
<?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)microsoft.extensions.logging.abstractions/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Options.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.binder/8.0.1/buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.binder/8.0.1/buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
@ -1,22 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("ArtPlatform.API")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ffbc57adedc75baa0c10271b5076d6ebd66ebb80")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ArtPlatform.API")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ArtPlatform.API")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@ -1 +0,0 @@
|
||||
d067555a2ed93b48014bb7bb0985d8447b966f8c8fe84f6108b993ebaca847f3
|
@ -1,19 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization = true
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = ArtPlatform.API
|
||||
build_property.RootNamespace = ArtPlatform.API
|
||||
build_property.ProjectDir = /home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 8.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = /home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API
|
||||
build_property._RazorSourceGeneratorDebug =
|
@ -1,17 +0,0 @@
|
||||
// <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;
|
@ -1,17 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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")]
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
e46c91a662a8fd294fd2e0328a5d54ef97dbe9887a13cd35ff38c4b74ac6bba7
|
@ -1,125 +0,0 @@
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/appsettings.Development.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/appsettings.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.deps.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.runtimeconfig.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.pdb
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.OpenApi.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.csproj.AssemblyReference.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.AssemblyInfoInputs.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.AssemblyInfo.cs
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.csproj.CoreCompileInputs.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.MvcApplicationPartsAssemblyInfo.cs
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.MvcApplicationPartsAssemblyInfo.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.sourcelink.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/staticwebassets.build.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/staticwebassets.development.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/staticwebassets/msbuild.ArtPlatform.API.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/staticwebassets/msbuild.build.ArtPlatform.API.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.ArtPlatform.API.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.ArtPlatform.API.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/staticwebassets.pack.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/scopedcss/bundle/ArtPlatform.API.styles.css
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.csproj.CopyComplete
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/refint/ArtPlatform.API.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.pdb
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.genruntimeconfig.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ref/ArtPlatform.API.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Auth0.AspNetCore.Authentication.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.xml
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.xml
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.Design.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Npgsql.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.Database.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/ArtPlatform.Database/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.Database.pdb
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/appsettings.Development.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/appsettings.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.deps.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.runtimeconfig.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.pdb
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.API.xml
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Auth0.AspNetCore.Authentication.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.Design.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.OpenApi.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Npgsql.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.Database.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/ArtPlatform.Database.pdb
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.csproj.AssemblyReference.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.AssemblyInfoInputs.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.AssemblyInfo.cs
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.csproj.CoreCompileInputs.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.MvcApplicationPartsAssemblyInfo.cs
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.MvcApplicationPartsAssemblyInfo.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.sourcelink.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/staticwebassets.build.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/staticwebassets.development.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/staticwebassets/msbuild.ArtPlatform.API.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/staticwebassets/msbuild.build.ArtPlatform.API.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.ArtPlatform.API.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.ArtPlatform.API.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/staticwebassets.pack.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/scopedcss/bundle/ArtPlatform.API.styles.css
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.csproj.CopyComplete
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/refint/ArtPlatform.API.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.xml
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.pdb
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ArtPlatform.API.genruntimeconfig.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/obj/Debug/net8.0/ref/ArtPlatform.API.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Newtonsoft.Json.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/Stripe.net.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/System.Drawing.Common.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/System.Security.Permissions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/System.Windows.Extensions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/ArtPlatform.API/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
9312dca96d74bcbaa086af3ef01ba4398d0ac588ef2a007530d8d1c83937710b
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
{"documents":{"/home/damienostler/Documents/Github Repositories/art_platform/*":"https://raw.githubusercontent.com/D4M13N-D3V/art_platform/ffbc57adedc75baa0c10271b5076d6ebd66ebb80/*"}}
|
@ -1,29 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>ArtPlatform.API</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:ArtPlatform.API.Controllers.AdminSellerRequestsController.GetSellerRequests(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Gets a list of all of the requests from users to become a seller.
|
||||
</summary>
|
||||
<param name="offset"> The offset to start at.</param>
|
||||
<param name="pageSize"> The amount of records to return.</param>
|
||||
<returns>A list of seller profile requests</returns>
|
||||
</member>
|
||||
<member name="M:ArtPlatform.API.Controllers.AdminSellerRequestsController.GetSellerRequestsCount">
|
||||
<summary>
|
||||
Gets the amount of requests there are from users to become a seller.
|
||||
</summary>
|
||||
<returns>The number of requests.</returns>
|
||||
</member>
|
||||
<member name="M:ArtPlatform.API.Controllers.AdminSellerRequestsController.AcceptSellerRequest(System.String)">
|
||||
<summary>
|
||||
Accepts a request to become a seller from a user.
|
||||
</summary>
|
||||
<param name="userId">The ID of the user to accept the request for.</param>
|
||||
<returns>The new seller profile.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
@ -1,22 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("comissions.app.api")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7d6ca309de4b95217468fc190ac2465eebaeb070")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("comissions.app.api")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("comissions.app.api")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
@ -1 +0,0 @@
|
||||
157afe20a1d6660628ddc3227890756f3e907f878d33d54814c9d2ab93dd780f
|
@ -1,19 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization = true
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = comissions.app.api
|
||||
build_property.RootNamespace = comissions.app.api
|
||||
build_property.ProjectDir = /home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 8.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = /home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api
|
||||
build_property._RazorSourceGeneratorDebug =
|
@ -1,17 +0,0 @@
|
||||
// <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;
|
@ -1,17 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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")]
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
c37bb459649e1aa4aa9b538f0afdc67658dcfb46f4d7bc8d4e2b8ae30520ecb2
|
@ -1,135 +0,0 @@
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/appsettings.Development.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/appsettings.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.deps.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.runtimeconfig.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.pdb
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.xml
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Auth0.AspNetCore.Authentication.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.Design.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.OpenApi.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Newtonsoft.Json.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Npgsql.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Stripe.net.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/System.Drawing.Common.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/System.Security.Permissions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/System.Windows.Extensions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/comissions.app.database.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/bin/Debug/net8.0/comissions.app.database.pdb
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.csproj.AssemblyReference.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.AssemblyInfoInputs.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.AssemblyInfo.cs
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.csproj.CoreCompileInputs.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.MvcApplicationPartsAssemblyInfo.cs
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.MvcApplicationPartsAssemblyInfo.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.sourcelink.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/staticwebassets.build.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/staticwebassets.development.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/staticwebassets/msbuild.comissions.app.api.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/staticwebassets/msbuild.build.comissions.app.api.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.comissions.app.api.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.comissions.app.api.props
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/staticwebassets.pack.json
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/scopedcss/bundle/comissions.app.api.styles.css
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.csproj.CopyComplete
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/refint/comissions.app.api.dll
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.xml
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.pdb
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.genruntimeconfig.cache
|
||||
/home/damienostler/Documents/Github Repositories/art_platform/src/comissions.app.api/obj/Debug/net8.0/ref/comissions.app.api.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/appsettings.Development.json
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/appsettings.json
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.deps.json
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.runtimeconfig.json
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.pdb
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/comissions.app.api.xml
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Auth0.AspNetCore.Authentication.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.Design.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.OpenApi.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Newtonsoft.Json.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Npgsql.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.Design.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Stripe.net.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/System.Drawing.Common.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/System.Security.Permissions.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/System.Windows.Extensions.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.csproj.AssemblyReference.cache
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.AssemblyInfoInputs.cache
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.AssemblyInfo.cs
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.csproj.CoreCompileInputs.cache
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.MvcApplicationPartsAssemblyInfo.cs
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.MvcApplicationPartsAssemblyInfo.cache
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.sourcelink.json
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/staticwebassets.build.json
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/staticwebassets.development.json
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/staticwebassets/msbuild.comissions.app.api.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/staticwebassets/msbuild.build.comissions.app.api.props
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.comissions.app.api.props
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.comissions.app.api.props
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/staticwebassets.pack.json
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/scopedcss/bundle/comissions.app.api.styles.css
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.csproj.CopyComplete
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/refint/comissions.app.api.dll
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.xml
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.pdb
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/comissions.app.api.genruntimeconfig.cache
|
||||
/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/Debug/net8.0/ref/comissions.app.api.dll
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
789bf4b38e1108014d575a31170cbe6db0ff8e39dbb6725523bca2dfe1fa3e44
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
{"documents":{"/home/damienostler/Documents/Github Repositories/comissions.app/core-api/*":"https://raw.githubusercontent.com/comissions-app/core-api/7d6ca309de4b95217468fc190ac2465eebaeb070/*"}}
|
@ -1,41 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>comissions.app.api</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:comissions.app.api.Controllers.AdminSellerRequestsController.GetSellerRequests(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Gets a list of all of the requests from users to become a seller.
|
||||
</summary>
|
||||
<param name="offset"> The offset to start at.</param>
|
||||
<param name="pageSize"> The amount of records to return.</param>
|
||||
<returns>A list of seller profile requests</returns>
|
||||
</member>
|
||||
<member name="M:comissions.app.api.Controllers.AdminSellerRequestsController.GetSellerRequestsCount">
|
||||
<summary>
|
||||
Gets the amount of requests there are from users to become a seller.
|
||||
</summary>
|
||||
<returns>The number of requests.</returns>
|
||||
</member>
|
||||
<member name="M:comissions.app.api.Controllers.AdminSellerRequestsController.AcceptSellerRequest(System.String)">
|
||||
<summary>
|
||||
Accepts a request to become a seller from a user.
|
||||
</summary>
|
||||
<param name="userId">The ID of the user to accept the request for.</param>
|
||||
<returns>The new seller profile.</returns>
|
||||
</member>
|
||||
<member name="T:ArtPlatform.Database.Migrations.Initial">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:ArtPlatform.Database.Migrations.Initial.Up(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:ArtPlatform.Database.Migrations.Initial.Down(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:ArtPlatform.Database.Migrations.Initial.BuildTargetModel(Microsoft.EntityFrameworkCore.ModelBuilder)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "eC35PoaYfcf+fFyVX7Tt/EQBtBULwh8cIEHwi3KY+Yk=",
|
||||
"Source": "comissions.app.api",
|
||||
"BasePath": "_content/comissions.app.api",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Build",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [],
|
||||
"Assets": []
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="../build/ArtPlatform.API.props" />
|
||||
</Project>
|
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="../build/comissions.app.api.props" />
|
||||
</Project>
|
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="../buildMultiTargeting/ArtPlatform.API.props" />
|
||||
</Project>
|
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="../buildMultiTargeting/comissions.app.api.props" />
|
||||
</Project>
|
@ -1,98 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/comissions.app.api.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/comissions.app.api.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/comissions.app.api.csproj",
|
||||
"projectName": "comissions.app.api",
|
||||
"projectPath": "/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/comissions.app.api.csproj",
|
||||
"packagesPath": "/home/damienostler/.nuget/packages/",
|
||||
"outputPath": "/home/damienostler/Documents/Github Repositories/comissions.app/core-api/src/comissions.app.api/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/damienostler/.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": {
|
||||
"Auth0.AspNetCore.Authentication": {
|
||||
"target": "Package",
|
||||
"version": "[1.4.1, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.1, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.1, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.1, )"
|
||||
},
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.0, )"
|
||||
},
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL.Design": {
|
||||
"target": "Package",
|
||||
"version": "[1.1.0, )"
|
||||
},
|
||||
"Stripe.net": {
|
||||
"target": "Package",
|
||||
"version": "[43.12.0, )"
|
||||
},
|
||||
"Swashbuckle.AspNetCore": {
|
||||
"target": "Package",
|
||||
"version": "[6.4.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": "/usr/share/dotnet/sdk/8.0.101/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
<?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/damienostler/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/damienostler/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/home/damienostler/.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.4.0/build/Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore/6.4.0/build/Swashbuckle.AspNetCore.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.1/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore/8.0.1/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">/home/damienostler/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
|
||||
</PropertyGroup>
|
||||
</Project>
|
@ -1,8 +0,0 @@
|
||||
<?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)microsoft.extensions.logging.abstractions/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options/8.0.0/buildTransitive/net6.0/Microsoft.Extensions.Options.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user