Delete src/comissions.app.api/bin/Debug/net8.0 directory

This commit is contained in:
Damien Ostler 2024-02-11 03:02:02 -05:00 committed by GitHub
parent bb1ffe8578
commit dacb75b223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
49 changed files with 0 additions and 4078 deletions

View File

@ -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
}
}
}

View File

@ -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>

View File

@ -1,8 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

View File

@ -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": "*"
}

View File

@ -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
}
}
}

View File

@ -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>