diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..fe1152b --- /dev/null +++ b/.dockerignore @@ -0,0 +1,30 @@ +**/.classpath +**/.dockerignore +**/.env +**/.git +**/.gitignore +**/.project +**/.settings +**/.toolstarget +**/.vs +**/.vscode +**/*.*proj.user +**/*.dbmdl +**/*.jfm +**/azds.yaml +**/bin +**/charts +**/docker-compose* +**/Dockerfile* +**/node_modules +**/npm-debug.log +**/obj +**/secrets.dev.yaml +**/values.dev.yaml +LICENSE +README.md +!**/.gitignore +!.git/HEAD +!.git/config +!.git/packed-refs +!.git/refs/heads/** \ No newline at end of file diff --git a/bin/Debug/AutoMapper.Extensions.Microsoft.DependencyInjection.dll b/bin/Debug/AutoMapper.Extensions.Microsoft.DependencyInjection.dll new file mode 100644 index 0000000..2cdb10f Binary files /dev/null and b/bin/Debug/AutoMapper.Extensions.Microsoft.DependencyInjection.dll differ diff --git a/bin/Debug/AutoMapper.dll b/bin/Debug/AutoMapper.dll new file mode 100644 index 0000000..240903c Binary files /dev/null and b/bin/Debug/AutoMapper.dll differ diff --git a/bin/Debug/Microsoft.AspNetCore.Authentication.JwtBearer.dll b/bin/Debug/Microsoft.AspNetCore.Authentication.JwtBearer.dll new file mode 100644 index 0000000..45e0fbc Binary files /dev/null and b/bin/Debug/Microsoft.AspNetCore.Authentication.JwtBearer.dll differ diff --git a/bin/Debug/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll b/bin/Debug/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll new file mode 100644 index 0000000..158dc63 Binary files /dev/null and b/bin/Debug/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll differ diff --git a/bin/Debug/Microsoft.EntityFrameworkCore.Abstractions.dll b/bin/Debug/Microsoft.EntityFrameworkCore.Abstractions.dll new file mode 100644 index 0000000..a4b4d0b Binary files /dev/null and b/bin/Debug/Microsoft.EntityFrameworkCore.Abstractions.dll differ diff --git a/bin/Debug/Microsoft.EntityFrameworkCore.Relational.dll b/bin/Debug/Microsoft.EntityFrameworkCore.Relational.dll new file mode 100644 index 0000000..66a516d Binary files /dev/null and b/bin/Debug/Microsoft.EntityFrameworkCore.Relational.dll differ diff --git a/bin/Debug/Microsoft.EntityFrameworkCore.dll b/bin/Debug/Microsoft.EntityFrameworkCore.dll new file mode 100644 index 0000000..af08f68 Binary files /dev/null and b/bin/Debug/Microsoft.EntityFrameworkCore.dll differ diff --git a/bin/Debug/Microsoft.Extensions.Caching.Abstractions.dll b/bin/Debug/Microsoft.Extensions.Caching.Abstractions.dll new file mode 100644 index 0000000..effe677 Binary files /dev/null and b/bin/Debug/Microsoft.Extensions.Caching.Abstractions.dll differ diff --git a/bin/Debug/Microsoft.Extensions.Caching.Memory.dll b/bin/Debug/Microsoft.Extensions.Caching.Memory.dll new file mode 100644 index 0000000..b772ce1 Binary files /dev/null and b/bin/Debug/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/bin/Debug/Microsoft.Extensions.Configuration.Abstractions.dll b/bin/Debug/Microsoft.Extensions.Configuration.Abstractions.dll new file mode 100644 index 0000000..3c7097b Binary files /dev/null and b/bin/Debug/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/bin/Debug/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/bin/Debug/Microsoft.Extensions.DependencyInjection.Abstractions.dll new file mode 100644 index 0000000..b51005a Binary files /dev/null and b/bin/Debug/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/bin/Debug/Microsoft.Extensions.DependencyInjection.dll b/bin/Debug/Microsoft.Extensions.DependencyInjection.dll new file mode 100644 index 0000000..9f639f0 Binary files /dev/null and b/bin/Debug/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/bin/Debug/Microsoft.Extensions.Logging.Abstractions.dll b/bin/Debug/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100644 index 0000000..6f18af1 Binary files /dev/null and b/bin/Debug/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/bin/Debug/Microsoft.Extensions.Logging.dll b/bin/Debug/Microsoft.Extensions.Logging.dll new file mode 100644 index 0000000..6b3aa71 Binary files /dev/null and b/bin/Debug/Microsoft.Extensions.Logging.dll differ diff --git a/bin/Debug/Microsoft.Extensions.Options.dll b/bin/Debug/Microsoft.Extensions.Options.dll new file mode 100644 index 0000000..0311633 Binary files /dev/null and b/bin/Debug/Microsoft.Extensions.Options.dll differ diff --git a/bin/Debug/Microsoft.Extensions.Primitives.dll b/bin/Debug/Microsoft.Extensions.Primitives.dll new file mode 100644 index 0000000..c5e8e0b Binary files /dev/null and b/bin/Debug/Microsoft.Extensions.Primitives.dll differ diff --git a/bin/Debug/Microsoft.IdentityModel.Abstractions.dll b/bin/Debug/Microsoft.IdentityModel.Abstractions.dll new file mode 100644 index 0000000..cc2b1cc Binary files /dev/null and b/bin/Debug/Microsoft.IdentityModel.Abstractions.dll differ diff --git a/bin/Debug/Microsoft.IdentityModel.JsonWebTokens.dll b/bin/Debug/Microsoft.IdentityModel.JsonWebTokens.dll new file mode 100644 index 0000000..f8aba1b Binary files /dev/null and b/bin/Debug/Microsoft.IdentityModel.JsonWebTokens.dll differ diff --git a/bin/Debug/Microsoft.IdentityModel.Logging.dll b/bin/Debug/Microsoft.IdentityModel.Logging.dll new file mode 100644 index 0000000..d260868 Binary files /dev/null and b/bin/Debug/Microsoft.IdentityModel.Logging.dll differ diff --git a/bin/Debug/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/bin/Debug/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll new file mode 100644 index 0000000..a051c14 Binary files /dev/null and b/bin/Debug/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll differ diff --git a/bin/Debug/Microsoft.IdentityModel.Protocols.dll b/bin/Debug/Microsoft.IdentityModel.Protocols.dll new file mode 100644 index 0000000..039be6c Binary files /dev/null and b/bin/Debug/Microsoft.IdentityModel.Protocols.dll differ diff --git a/bin/Debug/Microsoft.IdentityModel.Tokens.dll b/bin/Debug/Microsoft.IdentityModel.Tokens.dll new file mode 100644 index 0000000..9471fed Binary files /dev/null and b/bin/Debug/Microsoft.IdentityModel.Tokens.dll differ diff --git a/bin/Debug/Microsoft.OpenApi.dll b/bin/Debug/Microsoft.OpenApi.dll new file mode 100644 index 0000000..8ba2ce6 Binary files /dev/null and b/bin/Debug/Microsoft.OpenApi.dll differ diff --git a/bin/Debug/Npgsql.EntityFrameworkCore.PostgreSQL.dll b/bin/Debug/Npgsql.EntityFrameworkCore.PostgreSQL.dll new file mode 100644 index 0000000..4b1283a Binary files /dev/null and b/bin/Debug/Npgsql.EntityFrameworkCore.PostgreSQL.dll differ diff --git a/bin/Debug/Npgsql.dll b/bin/Debug/Npgsql.dll new file mode 100644 index 0000000..6c143c0 Binary files /dev/null and b/bin/Debug/Npgsql.dll differ diff --git a/bin/Debug/Swashbuckle.AspNetCore.Swagger.dll b/bin/Debug/Swashbuckle.AspNetCore.Swagger.dll new file mode 100644 index 0000000..6f8efdf Binary files /dev/null and b/bin/Debug/Swashbuckle.AspNetCore.Swagger.dll differ diff --git a/bin/Debug/Swashbuckle.AspNetCore.SwaggerGen.dll b/bin/Debug/Swashbuckle.AspNetCore.SwaggerGen.dll new file mode 100644 index 0000000..6872bfc Binary files /dev/null and b/bin/Debug/Swashbuckle.AspNetCore.SwaggerGen.dll differ diff --git a/bin/Debug/Swashbuckle.AspNetCore.SwaggerUI.dll b/bin/Debug/Swashbuckle.AspNetCore.SwaggerUI.dll new file mode 100644 index 0000000..7abbd21 Binary files /dev/null and b/bin/Debug/Swashbuckle.AspNetCore.SwaggerUI.dll differ diff --git a/bin/Debug/System.Diagnostics.DiagnosticSource.dll b/bin/Debug/System.Diagnostics.DiagnosticSource.dll new file mode 100644 index 0000000..c681c0a Binary files /dev/null and b/bin/Debug/System.Diagnostics.DiagnosticSource.dll differ diff --git a/bin/Debug/System.IdentityModel.Tokens.Jwt.dll b/bin/Debug/System.IdentityModel.Tokens.Jwt.dll new file mode 100644 index 0000000..cb5d92b Binary files /dev/null and b/bin/Debug/System.IdentityModel.Tokens.Jwt.dll differ diff --git a/bin/Debug/appsettings.Development.json b/bin/Debug/appsettings.Development.json new file mode 100644 index 0000000..0c208ae --- /dev/null +++ b/bin/Debug/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/bin/Debug/appsettings.json b/bin/Debug/appsettings.json new file mode 100644 index 0000000..c2dfd0f --- /dev/null +++ b/bin/Debug/appsettings.json @@ -0,0 +1,11 @@ +{ + "Jwt": { + "Key": "YourSuperSecretKeyYourSuperSecretKey", + "Issuer": "YourIssuer", + "Audience": "YourAudience" + }, + "AllowedHosts": "*", + "ConnectionStrings": { + "DefaultConnection": "Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645" + } +} \ No newline at end of file diff --git a/bin/Debug/libman.json b/bin/Debug/libman.json new file mode 100644 index 0000000..ceee271 --- /dev/null +++ b/bin/Debug/libman.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "defaultProvider": "cdnjs", + "libraries": [] +} \ No newline at end of file diff --git a/bin/Debug/survey-beta.deps.json b/bin/Debug/survey-beta.deps.json new file mode 100644 index 0000000..fdef873 --- /dev/null +++ b/bin/Debug/survey-beta.deps.json @@ -0,0 +1,1762 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "survey-beta/1.0.0": { + "dependencies": { + "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.0", + "EntityFramework": "6.5.1", + "Microsoft.AspNet.Identity.EntityFramework": "2.2.4", + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.0", + "Microsoft.AspNetCore.Http": "2.3.0", + "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "8.0.0", + "Microsoft.EntityFrameworkCore": "9.0.1", + "Microsoft.EntityFrameworkCore.Tools": "9.0.1", + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.21.0", + "Microsoft.Win32.Registry": "5.0.0", + "Npgsql.EntityFrameworkCore.PostgreSQL": "9.0.3", + "Swashbuckle.AspNetCore": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", + "System.IdentityModel.Tokens.Jwt": "8.0.0" + }, + "runtime": { + "survey-beta.dll": {} + } + }, + "AutoMapper/12.0.0": { + "dependencies": { + "Microsoft.CSharp": "4.7.0" + }, + "runtime": { + "lib/netstandard2.1/AutoMapper.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.0.0" + } + } + }, + "AutoMapper.Extensions.Microsoft.DependencyInjection/12.0.0": { + "dependencies": { + "AutoMapper": "12.0.0", + "Microsoft.Extensions.Options": "9.0.1" + }, + "runtime": { + "lib/netstandard2.1/AutoMapper.Extensions.Microsoft.DependencyInjection.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.0.0" + } + } + }, + "EntityFramework/6.5.1": { + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "System.CodeDom": "6.0.0", + "System.ComponentModel.Annotations": "5.0.0", + "System.Configuration.ConfigurationManager": "6.0.1", + "System.Data.SqlClient": "4.8.6" + }, + "runtime": { + "lib/netstandard2.1/EntityFramework.SqlServer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.500.124.31603" + }, + "lib/netstandard2.1/EntityFramework.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.500.124.31603" + } + } + }, + "Humanizer.Core/2.14.1": { + "runtime": { + "lib/net6.0/Humanizer.dll": { + "assemblyVersion": "2.14.0.0", + "fileVersion": "2.14.1.48190" + } + } + }, + "Microsoft.AspNet.Identity.Core/2.2.4": { + "runtime": { + "lib/net45/Microsoft.AspNet.Identity.Core.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.2.4.50621" + } + } + }, + "Microsoft.AspNet.Identity.EntityFramework/2.2.4": { + "dependencies": { + "EntityFramework": "6.5.1", + "Microsoft.AspNet.Identity.Core": "2.2.4" + }, + "runtime": { + "lib/net45/Microsoft.AspNet.Identity.EntityFramework.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.2.4.50621" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.0": { + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.0.3" + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53112" + } + } + }, + "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {}, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": { + "dependencies": { + "Microsoft.AspNetCore.Cryptography.Internal": "8.0.0" + } + }, + "Microsoft.AspNetCore.Http/2.3.0": { + "dependencies": { + "Microsoft.AspNetCore.Http.Abstractions": "2.3.0", + "Microsoft.AspNetCore.WebUtilities": "2.3.0", + "Microsoft.Extensions.ObjectPool": "8.0.11", + "Microsoft.Extensions.Options": "9.0.1", + "Microsoft.Net.Http.Headers": "2.3.0" + } + }, + "Microsoft.AspNetCore.Http.Abstractions/2.3.0": { + "dependencies": { + "Microsoft.AspNetCore.Http.Features": "2.3.0", + "System.Text.Encodings.Web": "9.0.1" + } + }, + "Microsoft.AspNetCore.Http.Features/2.3.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.1" + } + }, + "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Relational": "9.0.1", + "Microsoft.Extensions.Identity.Stores": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53112" + } + } + }, + "Microsoft.AspNetCore.WebUtilities/2.3.0": { + "dependencies": { + "Microsoft.Net.Http.Headers": "2.3.0", + "System.Text.Encodings.Web": "9.0.1" + } + }, + "Microsoft.Bcl.AsyncInterfaces/7.0.0": { + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.Build.Framework/17.8.3": {}, + "Microsoft.Build.Locator/1.7.8": { + "runtime": { + "lib/net6.0/Microsoft.Build.Locator.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.7.8.28074" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": {}, + "Microsoft.CodeAnalysis.Common/4.8.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "7.0.0", + "System.Reflection.Metadata": "7.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "assemblyVersion": "4.8.0.0", + "fileVersion": "4.800.23.55801" + } + }, + "resources": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.8.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "4.8.0" + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "assemblyVersion": "4.8.0.0", + "fileVersion": "4.800.23.55801" + } + }, + "resources": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "4.8.0", + "Microsoft.CodeAnalysis.Common": "4.8.0", + "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0" + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "assemblyVersion": "4.8.0.0", + "fileVersion": "4.800.23.55801" + } + }, + "resources": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "7.0.0", + "Microsoft.CodeAnalysis.Common": "4.8.0", + "System.Composition": "7.0.0", + "System.IO.Pipelines": "9.0.1", + "System.Threading.Channels": "7.0.0" + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "assemblyVersion": "4.8.0.0", + "fileVersion": "4.800.23.55801" + } + }, + "resources": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": { + "dependencies": { + "Microsoft.Build.Framework": "17.8.3", + "Microsoft.CodeAnalysis.Common": "4.8.0", + "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0", + "System.Text.Json": "9.0.1" + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll": { + "assemblyVersion": "4.8.0.0", + "fileVersion": "4.800.23.55801" + }, + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll": { + "assemblyVersion": "4.8.0.0", + "fileVersion": "4.800.23.55801" + } + }, + "resources": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": {}, + "Microsoft.EntityFrameworkCore/9.0.1": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "9.0.1", + "Microsoft.EntityFrameworkCore.Analyzers": "9.0.1", + "Microsoft.Extensions.Caching.Memory": "9.0.1", + "Microsoft.Extensions.Logging": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "assemblyVersion": "9.0.1.0", + "fileVersion": "9.0.124.61002" + } + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/9.0.1": { + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "assemblyVersion": "9.0.1.0", + "fileVersion": "9.0.124.61002" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/9.0.1": {}, + "Microsoft.EntityFrameworkCore.Design/9.0.1": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Build.Framework": "17.8.3", + "Microsoft.Build.Locator": "1.7.8", + "Microsoft.CodeAnalysis.CSharp": "4.8.0", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0", + "Microsoft.CodeAnalysis.Workspaces.MSBuild": "4.8.0", + "Microsoft.EntityFrameworkCore.Relational": "9.0.1", + "Microsoft.Extensions.Caching.Memory": "9.0.1", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.1", + "Microsoft.Extensions.DependencyModel": "9.0.1", + "Microsoft.Extensions.Logging": "9.0.1", + "Mono.TextTemplating": "3.0.0", + "System.Text.Json": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "assemblyVersion": "9.0.1.0", + "fileVersion": "9.0.124.61002" + } + } + }, + "Microsoft.EntityFrameworkCore.Relational/9.0.1": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "9.0.1", + "Microsoft.Extensions.Caching.Memory": "9.0.1", + "Microsoft.Extensions.Configuration.Abstractions": "9.0.1", + "Microsoft.Extensions.Logging": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "assemblyVersion": "9.0.1.0", + "fileVersion": "9.0.124.61002" + } + } + }, + "Microsoft.EntityFrameworkCore.Tools/9.0.1": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Design": "9.0.1" + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": {}, + "Microsoft.Extensions.Caching.Abstractions/9.0.1": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.Extensions.Caching.Memory/9.0.1": { + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "9.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.1", + "Microsoft.Extensions.Logging.Abstractions": "9.0.1", + "Microsoft.Extensions.Options": "9.0.1", + "Microsoft.Extensions.Primitives": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.1": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.Extensions.DependencyInjection/9.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.1": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.Extensions.DependencyModel/9.0.1": { + "dependencies": { + "System.Text.Encodings.Web": "9.0.1", + "System.Text.Json": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "assemblyVersion": "9.0.0.1", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.Extensions.Identity.Core/8.0.0": { + "dependencies": { + "Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.0", + "Microsoft.Extensions.Logging": "9.0.1", + "Microsoft.Extensions.Options": "9.0.1" + } + }, + "Microsoft.Extensions.Identity.Stores/8.0.0": { + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "9.0.1", + "Microsoft.Extensions.Identity.Core": "8.0.0", + "Microsoft.Extensions.Logging": "9.0.1" + } + }, + "Microsoft.Extensions.Logging/9.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "9.0.1", + "Microsoft.Extensions.Logging.Abstractions": "9.0.1", + "Microsoft.Extensions.Options": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.1", + "System.Diagnostics.DiagnosticSource": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.Extensions.ObjectPool/8.0.11": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.ObjectPool.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1124.52116" + } + } + }, + "Microsoft.Extensions.Options/9.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.1", + "Microsoft.Extensions.Primitives": "9.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.Extensions.Primitives/9.0.1": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "Microsoft.IdentityModel.Abstractions/8.0.0": { + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.0.50716" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/8.0.0": { + "dependencies": { + "Microsoft.IdentityModel.Tokens": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.0.50716" + } + } + }, + "Microsoft.IdentityModel.Logging/8.0.0": { + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.0.50716" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.0.3": { + "dependencies": { + "Microsoft.IdentityModel.Logging": "8.0.0", + "Microsoft.IdentityModel.Tokens": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "assemblyVersion": "7.0.3.0", + "fileVersion": "7.0.3.41017" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.0.3": { + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.0.3", + "System.IdentityModel.Tokens.Jwt": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "assemblyVersion": "7.0.3.0", + "fileVersion": "7.0.3.41017" + } + } + }, + "Microsoft.IdentityModel.Tokens/8.0.0": { + "dependencies": { + "Microsoft.IdentityModel.Logging": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.0.50716" + } + } + }, + "Microsoft.Net.Http.Headers/2.3.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "9.0.1", + "System.Buffers": "4.6.0" + } + }, + "Microsoft.OpenApi/1.6.22": { + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "assemblyVersion": "1.6.22.0", + "fileVersion": "1.6.22.0" + } + } + }, + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.21.0": {}, + "Microsoft.Win32.Registry/5.0.0": { + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Principal.Windows": "5.0.0" + } + }, + "Microsoft.Win32.SystemEvents/6.0.0": { + "runtime": { + "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "Mono.TextTemplating/3.0.0": { + "dependencies": { + "System.CodeDom": "6.0.0" + }, + "runtime": { + "lib/net6.0/Mono.TextTemplating.dll": { + "assemblyVersion": "3.0.0.0", + "fileVersion": "3.0.0.1" + } + } + }, + "Npgsql/9.0.2": { + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "9.0.1" + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "assemblyVersion": "9.0.2.0", + "fileVersion": "9.0.2.0" + } + } + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/9.0.3": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "9.0.1", + "Microsoft.EntityFrameworkCore.Relational": "9.0.1", + "Npgsql": "9.0.2" + }, + "runtime": { + "lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": { + "assemblyVersion": "9.0.3.0", + "fileVersion": "9.0.3.0" + } + } + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "dependencies": { + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" + } + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-arm64/native/sni.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x64/native/sni.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x86/native/sni.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "Swashbuckle.AspNetCore/7.2.0": { + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", + "Swashbuckle.AspNetCore.SwaggerUI": "7.2.0" + } + }, + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "dependencies": { + "Microsoft.OpenApi": "1.6.22" + }, + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll": { + "assemblyVersion": "7.2.0.0", + "fileVersion": "7.2.0.956" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "7.2.0" + }, + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "assemblyVersion": "7.2.0.0", + "fileVersion": "7.2.0.956" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "assemblyVersion": "7.2.0.0", + "fileVersion": "7.2.0.956" + } + } + }, + "System.Buffers/4.6.0": {}, + "System.CodeDom/6.0.0": { + "runtime": { + "lib/net6.0/System.CodeDom.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Collections.Immutable/7.0.0": {}, + "System.ComponentModel.Annotations/5.0.0": {}, + "System.Composition/7.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "7.0.0", + "System.Composition.Convention": "7.0.0", + "System.Composition.Hosting": "7.0.0", + "System.Composition.Runtime": "7.0.0", + "System.Composition.TypedParts": "7.0.0" + } + }, + "System.Composition.AttributedModel/7.0.0": { + "runtime": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "System.Composition.Convention/7.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "7.0.0" + }, + "runtime": { + "lib/net7.0/System.Composition.Convention.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "System.Composition.Hosting/7.0.0": { + "dependencies": { + "System.Composition.Runtime": "7.0.0" + }, + "runtime": { + "lib/net7.0/System.Composition.Hosting.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "System.Composition.Runtime/7.0.0": { + "runtime": { + "lib/net7.0/System.Composition.Runtime.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "System.Composition.TypedParts/7.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "7.0.0", + "System.Composition.Hosting": "7.0.0", + "System.Composition.Runtime": "7.0.0" + }, + "runtime": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "System.Configuration.ConfigurationManager/6.0.1": { + "dependencies": { + "System.Security.Cryptography.ProtectedData": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + } + } + }, + "System.Data.SqlClient/4.8.6": { + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0", + "System.Security.Principal.Windows": "5.0.0", + "runtime.native.System.Data.SqlClient.sni": "4.7.0" + }, + "runtime": { + "lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assemblyVersion": "4.6.1.6", + "fileVersion": "4.700.23.52603" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.6.1.6", + "fileVersion": "4.700.23.52603" + }, + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.6.1.6", + "fileVersion": "4.700.23.52603" + } + } + }, + "System.Diagnostics.DiagnosticSource/9.0.1": { + "runtime": { + "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "System.Drawing.Common/6.0.0": { + "dependencies": { + "Microsoft.Win32.SystemEvents": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Drawing.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.IdentityModel.Tokens.Jwt/8.0.0": { + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "8.0.0", + "Microsoft.IdentityModel.Tokens": "8.0.0" + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.0.50716" + } + } + }, + "System.IO.Pipelines/9.0.1": { + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "System.Reflection.Metadata/7.0.0": { + "dependencies": { + "System.Collections.Immutable": "7.0.0" + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, + "System.Security.AccessControl/6.0.0": {}, + "System.Security.Cryptography.ProtectedData/6.0.0": { + "runtime": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Security.Permissions/6.0.0": { + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Security.Principal.Windows/5.0.0": {}, + "System.Text.Encodings.Web/9.0.1": { + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + }, + "runtimeTargets": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "rid": "browser", + "assetType": "runtime", + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "System.Text.Json/9.0.1": { + "dependencies": { + "System.IO.Pipelines": "9.0.1", + "System.Text.Encodings.Web": "9.0.1" + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.124.61010" + } + } + }, + "System.Threading.Channels/7.0.0": {}, + "System.Windows.Extensions/6.0.0": { + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Windows.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + } + } + }, + "libraries": { + "survey-beta/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "AutoMapper/12.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0Rmg0zI5AFu1O/y//o9VGyhxKjhggWpk9mOA1tp0DEVx40c61bs+lnQv+0jUq8XbniF7FKgIVvI1perqiMtLrA==", + "path": "automapper/12.0.0", + "hashPath": "automapper.12.0.0.nupkg.sha512" + }, + "AutoMapper.Extensions.Microsoft.DependencyInjection/12.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XCJ4E3oKrbRl1qY9Mr+7uyC0xZj1+bqQjmQRWTiTKiVuuXTny+7YFWHi20tPjwkMukLbicN6yGlDy5PZ4wyi1w==", + "path": "automapper.extensions.microsoft.dependencyinjection/12.0.0", + "hashPath": "automapper.extensions.microsoft.dependencyinjection.12.0.0.nupkg.sha512" + }, + "EntityFramework/6.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sQRP2lWg1i3aAGWqdliAM8zrGx7LHMUk+9/MoxUjwfTZYGMXvZ2JYZTlyTm1PqDxvn3c9E3U76TWDON7Y5+CVA==", + "path": "entityframework/6.5.1", + "hashPath": "entityframework.6.5.1.nupkg.sha512" + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "path": "humanizer.core/2.14.1", + "hashPath": "humanizer.core.2.14.1.nupkg.sha512" + }, + "Microsoft.AspNet.Identity.Core/2.2.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-s3u/o3iG5h0z7Ggukwo4soPwogD56ZrYbolGxTfw41zkuG6jAXUJT/V3EThqHJXGuCNvWSdSnnwAhPfT9Sn36g==", + "path": "microsoft.aspnet.identity.core/2.2.4", + "hashPath": "microsoft.aspnet.identity.core.2.2.4.nupkg.sha512" + }, + "Microsoft.AspNet.Identity.EntityFramework/2.2.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ay5FMSwNF0tb9KiC4l4aqm7D1E6Da9nU3euI/X0UD1SuumJX7OkZ9LtZjU9xT3xmou3XLXO8DDcgrW6udSQk6Q==", + "path": "microsoft.aspnet.identity.entityframework/2.2.4", + "hashPath": "microsoft.aspnet.identity.entityframework.2.2.4.nupkg.sha512" + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rwxaZYHips5M9vqxRkGfJthTx+Ws4O4yCuefn17J371jL3ouC5Ker43h2hXb5yd9BMnImE9rznT75KJHm6bMgg==", + "path": "microsoft.aspnetcore.authentication.jwtbearer/8.0.0", + "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.8.0.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-buuMMCTxFcVkOkEftb2OafYxrveNGre9KJF4Oi1DkR4rxIj6oLam7Wq3g0Fp9hNVpJteKEPiupsxYnPrD/oUGA==", + "path": "microsoft.aspnetcore.cryptography.internal/8.0.0", + "hashPath": "microsoft.aspnetcore.cryptography.internal.8.0.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-65w93R5wqUUs35R9wjHHDf75GqAbxJsNByKZo5TbQOWSXcUbLWrDUWBQHv78iXIT0PL1pXNqKQz7OHiHMvo0/A==", + "path": "microsoft.aspnetcore.cryptography.keyderivation/8.0.0", + "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.8.0.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.Http/2.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I9azEG2tZ4DDHAFgv+N38e6Yhttvf+QjE2j2UYyCACE7Swm5/0uoihCMWZ87oOZYeqiEFSxbsfpT71OYHe2tpw==", + "path": "microsoft.aspnetcore.http/2.3.0", + "hashPath": "microsoft.aspnetcore.http.2.3.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.Http.Abstractions/2.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-39r9PPrjA6s0blyFv5qarckjNkaHRA5B+3b53ybuGGNTXEj1/DStQJ4NWjFL6QTRQpL9zt7nDyKxZdJOlcnq+Q==", + "path": "microsoft.aspnetcore.http.abstractions/2.3.0", + "hashPath": "microsoft.aspnetcore.http.abstractions.2.3.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.Http.Features/2.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-f10WUgcsKqrkmnz6gt8HeZ7kyKjYN30PO7cSic1lPtH7paPtnQqXPOveul/SIPI43PhRD4trttg4ywnrEmmJpA==", + "path": "microsoft.aspnetcore.http.features/2.3.0", + "hashPath": "microsoft.aspnetcore.http.features.2.3.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ua2LSZY/f0BkNUUVPPm83eq4Xnt+FZYutiMimRrzSmv2K2t2Ia/PuP4CfibYNSwnKl6fbZ49Bwn2mQGWnmmvOA==", + "path": "microsoft.aspnetcore.identity.entityframeworkcore/8.0.0", + "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.8.0.0.nupkg.sha512" + }, + "Microsoft.AspNetCore.WebUtilities/2.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-trbXdWzoAEUVd0PE2yTopkz4kjZaAIA7xUWekd5uBw+7xE8Do/YOVTeb9d9koPTlbtZT539aESJjSLSqD8eYrQ==", + "path": "microsoft.aspnetcore.webutilities/2.3.0", + "hashPath": "microsoft.aspnetcore.webutilities.2.3.0.nupkg.sha512" + }, + "Microsoft.Bcl.AsyncInterfaces/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==", + "path": "microsoft.bcl.asyncinterfaces/7.0.0", + "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512" + }, + "Microsoft.Build.Framework/17.8.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NrQZJW8TlKVPx72yltGb8SVz3P5mNRk9fNiD/ao8jRSk48WqIIdCn99q4IjlVmPcruuQ+yLdjNQLL8Rb4c916g==", + "path": "microsoft.build.framework/17.8.3", + "hashPath": "microsoft.build.framework.17.8.3.nupkg.sha512" + }, + "Microsoft.Build.Locator/1.7.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sPy10x527Ph16S2u0yGME4S6ohBKJ69WfjeGG/bvELYeZVmJdKjxgnlL8cJJJLGV/cZIRqSfB12UDB8ICakOog==", + "path": "microsoft.build.locator/1.7.8", + "hashPath": "microsoft.build.locator.1.7.8.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==", + "path": "microsoft.codeanalysis.analyzers/3.3.4", + "hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Common/4.8.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==", + "path": "microsoft.codeanalysis.common/4.8.0", + "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp/4.8.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==", + "path": "microsoft.codeanalysis.csharp/4.8.0", + "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3amm4tq4Lo8/BGvg9p3BJh3S9nKq2wqCXfS7138i69TUpo/bD+XvD0hNurpEBtcNZhi1FyutiomKJqVF39ugYA==", + "path": "microsoft.codeanalysis.csharp.workspaces/4.8.0", + "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LXyV+MJKsKRu3FGJA3OmSk40OUIa/dQCFLOnm5X8MNcujx7hzGu8o+zjXlb/cy5xUdZK2UKYb9YaQ2E8m9QehQ==", + "path": "microsoft.codeanalysis.workspaces.common/4.8.0", + "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IEYreI82QZKklp54yPHxZNG9EKSK6nHEkeuf+0Asie9llgS1gp0V1hw7ODG+QyoB7MuAnNQHmeV1Per/ECpv6A==", + "path": "microsoft.codeanalysis.workspaces.msbuild/4.8.0", + "hashPath": "microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512" + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "path": "microsoft.csharp/4.7.0", + "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-E25w4XugXNykTr5Y/sLDGaQ4lf67n9aXVPvsdGsIZjtuLmbvb9AoYP8D50CDejY8Ro4D9GK2kNHz5lWHqSK+wg==", + "path": "microsoft.entityframeworkcore/9.0.1", + "hashPath": "microsoft.entityframeworkcore.9.0.1.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Abstractions/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qy+taGVLUs82zeWfc32hgGL8Z02ZqAneYvqZiiXbxF4g4PBUcPRuxHM9K20USmpeJbn4/fz40GkCbyyCy5ojOA==", + "path": "microsoft.entityframeworkcore.abstractions/9.0.1", + "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.1.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Analyzers/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c6ZZJZhPKrXFkE2z/81PmuT69HBL6Y68Cl0xJ5SRrDjJyq5Aabkq15yCqPg9RQ3R0aFLVaJok2DA8R3TKpejDQ==", + "path": "microsoft.entityframeworkcore.analyzers/9.0.1", + "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.1.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Design/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/pchcadGU57ChRYH0/bvLTeU/n1mpWO+0pVK7pUzzuwRu5SIQb8dVMZVPhzvEI2VO5rP1yricSQBBnOmDqQhvg==", + "path": "microsoft.entityframeworkcore.design/9.0.1", + "hashPath": "microsoft.entityframeworkcore.design.9.0.1.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Relational/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7Iu0h4oevRvH4IwPzmxuIJGYRt55TapoREGlluk75KCO7lenN0+QnzCl6cQDY48uDoxAUpJbpK2xW7o8Ix69dw==", + "path": "microsoft.entityframeworkcore.relational/9.0.1", + "hashPath": "microsoft.entityframeworkcore.relational.9.0.1.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Tools/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Yu0+5OInULF5PJX/ILZFWNT4ODBv4CSbS1TCXhkZYI6FxC7WguanhmCY9DL6U1R1YQ1tC38RspbxklmBBuk1SA==", + "path": "microsoft.entityframeworkcore.tools/9.0.1", + "hashPath": "microsoft.entityframeworkcore.tools.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Abstractions/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Eghsg9SyIvq0c8x6cUpe71BbQoOmsytXxqw2+ZNiTnP8a8SBLKgEor1zZeWhC0588IbS2M0PP4gXGAd9qF862Q==", + "path": "microsoft.extensions.caching.abstractions/9.0.1", + "hashPath": "microsoft.extensions.caching.abstractions.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Memory/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JeC+PP0BCKMwwLezPGDaciJSTfcFG4KjsG8rX4XZ6RSvzdxofrFmcnmW2L4+cWUcZSBTQ+Dd7H5Gs9XZz/OlCA==", + "path": "microsoft.extensions.caching.memory/9.0.1", + "hashPath": "microsoft.extensions.caching.memory.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Abstractions/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+4hfFIY1UjBCXFTTOd+ojlDPq6mep3h5Vq5SYE3Pjucr7dNXmq4S/6P/LoVnZFz2e/5gWp/om4svUFgznfULcA==", + "path": "microsoft.extensions.configuration.abstractions/9.0.1", + "hashPath": "microsoft.extensions.configuration.abstractions.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qZI42ASAe3hr2zMSA6UjM92pO1LeDq5DcwkgSowXXPY8I56M76pEKrnmsKKbxagAf39AJxkH2DY4sb72ixyOrg==", + "path": "microsoft.extensions.dependencyinjection/9.0.1", + "hashPath": "microsoft.extensions.dependencyinjection.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Tr74eP0oQ3AyC24ch17N8PuEkrPbD0JqIfENCYqmgKYNOmL8wQKzLJu3ObxTUDrjnn4rHoR1qKa37/eQyHmCDA==", + "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.1", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyModel/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FHPy9cbb0y09riEpsrU5XYpOgf4nTfHj7a0m1wLC5DosGtjJn9g03gGg1GTJmEdRFBQrJwbwTnHqLCdNLsoYgA==", + "path": "microsoft.extensions.dependencymodel/9.0.1", + "hashPath": "microsoft.extensions.dependencymodel.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Identity.Core/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hnXHyIQc+uc2uNMcIbr43+oNBAPEhMpW6lE8ux3MOegRz50WBna4AItlZDY7Y+Id1LLBbf73osUqeTw7CQ371w==", + "path": "microsoft.extensions.identity.core/8.0.0", + "hashPath": "microsoft.extensions.identity.core.8.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Identity.Stores/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DmDCpSpngZDBm44wVmxCeYs4HGJr/m32jMItp6pfb7KKtqWYw2vybHRg880j18k/eSFyM4v9uONsnEPgDdi9lg==", + "path": "microsoft.extensions.identity.stores/8.0.0", + "hashPath": "microsoft.extensions.identity.stores.8.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Logging/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-E/k5r7S44DOW+08xQPnNbO8DKAQHhkspDboTThNJ6Z3/QBb4LC6gStNWzVmy3IvW7sUD+iJKf4fj0xEkqE7vnQ==", + "path": "microsoft.extensions.logging/9.0.1", + "hashPath": "microsoft.extensions.logging.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-w2gUqXN/jNIuvqYwX3lbXagsizVNXYyt6LlF57+tMve4JYCEgCMMAjRce6uKcDASJgpMbErRT1PfHy2OhbkqEA==", + "path": "microsoft.extensions.logging.abstractions/9.0.1", + "hashPath": "microsoft.extensions.logging.abstractions.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.ObjectPool/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6ApKcHNJigXBfZa6XlDQ8feJpq7SG1ogZXg6M4FiNzgd6irs3LUAzo0Pfn4F2ZI9liGnH1XIBR/OtSbZmJAV5w==", + "path": "microsoft.extensions.objectpool/8.0.11", + "hashPath": "microsoft.extensions.objectpool.8.0.11.nupkg.sha512" + }, + "Microsoft.Extensions.Options/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nggoNKnWcsBIAaOWHA+53XZWrslC7aGeok+aR+epDPRy7HI7GwMnGZE8yEsL2Onw7kMOHVHwKcsDls1INkNUJQ==", + "path": "microsoft.extensions.options/9.0.1", + "hashPath": "microsoft.extensions.options.9.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bHtTesA4lrSGD1ZUaMIx6frU3wyy0vYtTa/hM6gGQu5QNrydObv8T5COiGUWsisflAfmsaFOe9Xvw5NSO99z0g==", + "path": "microsoft.extensions.primitives/9.0.1", + "hashPath": "microsoft.extensions.primitives.9.0.1.nupkg.sha512" + }, + "Microsoft.IdentityModel.Abstractions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MjLnmBdt5uyDLTsW+tjMQLnNw5iBKeK+cJYVyPyvCSRVN1gF5Xdu7fZ0hHQl0e7ReaeFGVlL20sx9eKInxKkIQ==", + "path": "microsoft.identitymodel.abstractions/8.0.0", + "hashPath": "microsoft.identitymodel.abstractions.8.0.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.JsonWebTokens/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QgbntXMwsrTOoNw0lZmmVCaw+o92vETUJRNN0NQF1M57HUvxyd0fTWPGDk9KCctAtzm81vYHu/ief7i5lJl9GQ==", + "path": "microsoft.identitymodel.jsonwebtokens/8.0.0", + "hashPath": "microsoft.identitymodel.jsonwebtokens.8.0.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Logging/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bLqpdwrwN9D/INjst8L2a9p0GI8E8SXGJjRYQu6vmEpjnDf6SoVAphEtCVNsyh44iDrT5oVxv9/hkXH7JaezCA==", + "path": "microsoft.identitymodel.logging/8.0.0", + "hashPath": "microsoft.identitymodel.logging.8.0.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols/7.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BtwR+tctBYhPNygyZmt1Rnw74GFrJteW+1zcdIgyvBCjkek6cNwPPqRfdhzCv61i+lwyNomRi8+iI4QKd4YCKA==", + "path": "microsoft.identitymodel.protocols/7.0.3", + "hashPath": "microsoft.identitymodel.protocols.7.0.3.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-W97TraHApDNArLwpPcXfD+FZH7njJsfEwZE9y9BoofeXMS8H0LBBobz0VOmYmMK4mLdOKxzN7SFT3Ekg0FWI3Q==", + "path": "microsoft.identitymodel.protocols.openidconnect/7.0.3", + "hashPath": "microsoft.identitymodel.protocols.openidconnect.7.0.3.nupkg.sha512" + }, + "Microsoft.IdentityModel.Tokens/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7QgSZtOkgW0yaACDuwf1wDzNwDlWEsS81ia3wZAlEgk45QQuqG3GkgqMELPMRBexC902ecjwmMQ1Act90mZD9w==", + "path": "microsoft.identitymodel.tokens/8.0.0", + "hashPath": "microsoft.identitymodel.tokens.8.0.0.nupkg.sha512" + }, + "Microsoft.Net.Http.Headers/2.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/M0wVg6tJUOHutWD3BMOUVZAioJVXe0tCpFiovzv0T9T12TBf4MnaHP0efO8TCr1a6O9RZgQeZ9Gdark8L9XdA==", + "path": "microsoft.net.http.headers/2.3.0", + "hashPath": "microsoft.net.http.headers.2.3.0.nupkg.sha512" + }, + "Microsoft.OpenApi/1.6.22": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aBvunmrdu/x+4CaA/UP1Jx4xWGwk4kymhoIRnn2Vp+zi5/KOPQJ9EkSXHRUr01WcGKtYl3Au7XfkPJbU1G2sjQ==", + "path": "microsoft.openapi/1.6.22", + "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" + }, + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.21.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-8NudeHOE56YsY59HYY89akRMup8Ho+7Y3cADTGjajjWroXVU9RQai2nA6PfteB8AuzmRHZ5NZQB2BnWhQEul5g==", + "path": "microsoft.visualstudio.azure.containers.tools.targets/1.21.0", + "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.21.0.nupkg.sha512" + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "path": "microsoft.win32.registry/5.0.0", + "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" + }, + "Microsoft.Win32.SystemEvents/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", + "path": "microsoft.win32.systemevents/6.0.0", + "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" + }, + "Mono.TextTemplating/3.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YqueG52R/Xej4VVbKuRIodjiAhV0HR/XVbLbNrJhCZnzjnSjgMJ/dCdV0akQQxavX6hp/LC6rqLGLcXeQYU7XA==", + "path": "mono.texttemplating/3.0.0", + "hashPath": "mono.texttemplating.3.0.0.nupkg.sha512" + }, + "Npgsql/9.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hCbO8box7i/XXiTFqCJ3GoowyLqx3JXxyrbOJ6om7dr+eAknvBNhhUHeJVGAQo44sySZTfdVffp4BrtPeLZOAA==", + "path": "npgsql/9.0.2", + "hashPath": "npgsql.9.0.2.nupkg.sha512" + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/9.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1A6HpMPbzK+quxdtug1aDHI4BSRTgpi7OaDt8WQh7SFJd2sSQ0nNTZ7sYrwyxVf4AdKdN7XJL9tpiiJjRUaa4g==", + "path": "npgsql.entityframeworkcore.postgresql/9.0.3", + "hashPath": "npgsql.entityframeworkcore.postgresql.9.0.3.nupkg.sha512" + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", + "path": "runtime.native.system.data.sqlclient.sni/4.7.0", + "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", + "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", + "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", + "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore/7.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vJv19UpWm6OOgnS9QLDnWARNVasXUfj8SFvlG7UVALm4nBnfwRnEky7C0veSDqMUmBeMPC6Ec3d6G1ts/J04Uw==", + "path": "swashbuckle.aspnetcore/7.2.0", + "hashPath": "swashbuckle.aspnetcore.7.2.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Swagger/7.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-y27fNDfIh1vGhJjXYynLcZjl7DLOW1bSO2MDsY9wB4Zm1fdxpPsuBSiR4U+0acWlAqLmnuOPKr/OeOgwRUkBlw==", + "path": "swashbuckle.aspnetcore.swagger/7.2.0", + "hashPath": "swashbuckle.aspnetcore.swagger.7.2.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerGen/7.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pMrTxGVuXM7t4wqft5CNNU8A0++Yw5kTLmYhB6tbEcyBfO8xEF/Y8pkJhO6BZ/2MYONrRYoQTfPFJqu8fOf5WQ==", + "path": "swashbuckle.aspnetcore.swaggergen/7.2.0", + "hashPath": "swashbuckle.aspnetcore.swaggergen.7.2.0.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerUI/7.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hgrXeKzyp5OGN8qVvL7A+vhmU7mDJTfGpiMBRL66IcfLOyna8UTLtn3cC3CghamXpRDufcc9ciklTszUGEQK0w==", + "path": "swashbuckle.aspnetcore.swaggerui/7.2.0", + "hashPath": "swashbuckle.aspnetcore.swaggerui.7.2.0.nupkg.sha512" + }, + "System.Buffers/4.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lN6tZi7Q46zFzAbRYXTIvfXcyvQQgxnY7Xm6C6xQ9784dEL1amjM6S6Iw4ZpsvesAKnRVsM4scrDQaDqSClkjA==", + "path": "system.buffers/4.6.0", + "hashPath": "system.buffers.4.6.0.nupkg.sha512" + }, + "System.CodeDom/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", + "path": "system.codedom/6.0.0", + "hashPath": "system.codedom.6.0.0.nupkg.sha512" + }, + "System.Collections.Immutable/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==", + "path": "system.collections.immutable/7.0.0", + "hashPath": "system.collections.immutable.7.0.0.nupkg.sha512" + }, + "System.ComponentModel.Annotations/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", + "path": "system.componentmodel.annotations/5.0.0", + "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512" + }, + "System.Composition/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tRwgcAkDd85O8Aq6zHDANzQaq380cek9lbMg5Qma46u5BZXq/G+XvIYmu+UI+BIIZ9zssXLYrkTykEqxxvhcmg==", + "path": "system.composition/7.0.0", + "hashPath": "system.composition.7.0.0.nupkg.sha512" + }, + "System.Composition.AttributedModel/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2QzClqjElKxgI1jK1Jztnq44/8DmSuTSGGahXqQ4TdEV0h9s2KikQZIgcEqVzR7OuWDFPGLHIprBJGQEPr8fAQ==", + "path": "system.composition.attributedmodel/7.0.0", + "hashPath": "system.composition.attributedmodel.7.0.0.nupkg.sha512" + }, + "System.Composition.Convention/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IMhTlpCs4HmlD8B+J8/kWfwX7vrBBOs6xyjSTzBlYSs7W4OET4tlkR/Sg9NG8jkdJH9Mymq0qGdYS1VPqRTBnQ==", + "path": "system.composition.convention/7.0.0", + "hashPath": "system.composition.convention.7.0.0.nupkg.sha512" + }, + "System.Composition.Hosting/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eB6gwN9S+54jCTBJ5bpwMOVerKeUfGGTYCzz3QgDr1P55Gg/Wb27ShfPIhLMjmZ3MoAKu8uUSv6fcCdYJTN7Bg==", + "path": "system.composition.hosting/7.0.0", + "hashPath": "system.composition.hosting.7.0.0.nupkg.sha512" + }, + "System.Composition.Runtime/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aZJ1Zr5Txe925rbo4742XifEyW0MIni1eiUebmcrP3HwLXZ3IbXUj4MFMUH/RmnJOAQiS401leg/2Sz1MkApDw==", + "path": "system.composition.runtime/7.0.0", + "hashPath": "system.composition.runtime.7.0.0.nupkg.sha512" + }, + "System.Composition.TypedParts/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZK0KNPfbtxVceTwh+oHNGUOYV2WNOHReX2AXipuvkURC7s/jPwoWfsu3SnDBDgofqbiWr96geofdQ2erm/KTHg==", + "path": "system.composition.typedparts/7.0.0", + "hashPath": "system.composition.typedparts.7.0.0.nupkg.sha512" + }, + "System.Configuration.ConfigurationManager/6.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", + "path": "system.configuration.configurationmanager/6.0.1", + "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512" + }, + "System.Data.SqlClient/4.8.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", + "path": "system.data.sqlclient/4.8.6", + "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yOcDWx4P/s1I83+7gQlgQLmhny2eNcU0cfo1NBWi+en4EAI38Jau+/neT85gUW6w1s7+FUJc2qNOmmwGLIREqA==", + "path": "system.diagnostics.diagnosticsource/9.0.1", + "hashPath": "system.diagnostics.diagnosticsource.9.0.1.nupkg.sha512" + }, + "System.Drawing.Common/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", + "path": "system.drawing.common/6.0.0", + "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" + }, + "System.IdentityModel.Tokens.Jwt/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-K0dNZoXiedkpkz8v8xj3jH5IeSa3iAPNu2OegePynCeG6wiLx7CvBfDa90hYOBJ58Y21tZFd9RLpzfS7rEaHlQ==", + "path": "system.identitymodel.tokens.jwt/8.0.0", + "hashPath": "system.identitymodel.tokens.jwt.8.0.0.nupkg.sha512" + }, + "System.IO.Pipelines/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-uXf5o8eV/gtzDQY4lGROLFMWQvcViKcF8o4Q6KpIOjloAQXrnscQSu6gTxYJMHuNJnh7szIF9AzkaEq+zDLoEg==", + "path": "system.io.pipelines/9.0.1", + "hashPath": "system.io.pipelines.9.0.1.nupkg.sha512" + }, + "System.Reflection.Metadata/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==", + "path": "system.reflection.metadata/7.0.0", + "hashPath": "system.reflection.metadata.7.0.0.nupkg.sha512" + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", + "path": "system.security.accesscontrol/6.0.0", + "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.ProtectedData/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", + "path": "system.security.cryptography.protecteddata/6.0.0", + "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", + "path": "system.security.permissions/6.0.0", + "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "path": "system.security.principal.windows/5.0.0", + "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" + }, + "System.Text.Encodings.Web/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XkspqduP2t1e1x2vBUAD/xZ5ZDvmywuUwsmB93MvyQLospJfqtX0GsR/kU0vUL2h4kmvf777z3txV2W4NrQ9Qg==", + "path": "system.text.encodings.web/9.0.1", + "hashPath": "system.text.encodings.web.9.0.1.nupkg.sha512" + }, + "System.Text.Json/9.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eqWHDZqYPv1PvuvoIIx5pF74plL3iEOZOl/0kQP+Y0TEbtgNnM2W6k8h8EPYs+LTJZsXuWa92n5W5sHTWvE3VA==", + "path": "system.text.json/9.0.1", + "hashPath": "system.text.json.9.0.1.nupkg.sha512" + }, + "System.Threading.Channels/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==", + "path": "system.threading.channels/7.0.0", + "hashPath": "system.threading.channels.7.0.0.nupkg.sha512" + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", + "path": "system.windows.extensions/6.0.0", + "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/bin/Debug/survey-beta.dll b/bin/Debug/survey-beta.dll new file mode 100644 index 0000000..3e0699d Binary files /dev/null and b/bin/Debug/survey-beta.dll differ diff --git a/bin/Debug/survey-beta.exe b/bin/Debug/survey-beta.exe new file mode 100644 index 0000000..8a35331 Binary files /dev/null and b/bin/Debug/survey-beta.exe differ diff --git a/bin/Debug/survey-beta.pdb b/bin/Debug/survey-beta.pdb new file mode 100644 index 0000000..f2ac95f Binary files /dev/null and b/bin/Debug/survey-beta.pdb differ diff --git a/bin/Debug/survey-beta.runtimeconfig.json b/bin/Debug/survey-beta.runtimeconfig.json new file mode 100644 index 0000000..b8a4a9c --- /dev/null +++ b/bin/Debug/survey-beta.runtimeconfig.json @@ -0,0 +1,20 @@ +{ + "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.Reflection.NullabilityInfoContext.IsSupported": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/docker-compose.dcproj b/docker-compose.dcproj new file mode 100644 index 0000000..736d2d9 --- /dev/null +++ b/docker-compose.dcproj @@ -0,0 +1,19 @@ + + + + 2.1 + Linux + False + 23a4deed-83a9-433b-bc1e-b7d95cc9f973 + LaunchBrowser + {Scheme}://localhost:{ServicePort}/weatherforecast + survey-beta + + + + docker-compose.yml + + + + + \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..063adab --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,32 @@ +version: '3.4' + +services: + db: + image: postgres:latest + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_USER: postgres + POSTGRES_PASSWORD: MAJEDali645 + ports: + - "5432:5432" + volumes: + - db_data:/var/lib/postgresql/data + + survey-beta: + image: surveybeta + build: + context: . + dockerfile: survey-beta/Dockerfile + depends_on: + - db + environment: + - ASPNETCORE_ENVIRONMENT=Development + - ConnectionStrings__DefaultConnection=Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + ports: + - "8080:80" + volumes: + - .:/app + entrypoint: ["dotnet", "survey-beta.dll"] + +volumes: + db_data: diff --git a/launchSettings.json b/launchSettings.json new file mode 100644 index 0000000..e560465 --- /dev/null +++ b/launchSettings.json @@ -0,0 +1,11 @@ +{ + "profiles": { + "Docker Compose": { + "commandName": "DockerCompose", + "commandVersion": "1.0", + "serviceActions": { + "survey-beta": "StartDebugging" + } + } + } +} \ No newline at end of file diff --git a/obj/Debug/docker-c.35A3FFBA.Up2Date b/obj/Debug/docker-c.35A3FFBA.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/docker-compose.dcproj.AssemblyReference.cache b/obj/Debug/docker-compose.dcproj.AssemblyReference.cache new file mode 100644 index 0000000..ecaf285 Binary files /dev/null and b/obj/Debug/docker-compose.dcproj.AssemblyReference.cache differ diff --git a/obj/Debug/docker-compose.dcproj.CoreCompileInputs.cache b/obj/Debug/docker-compose.dcproj.CoreCompileInputs.cache new file mode 100644 index 0000000..28fd5f4 --- /dev/null +++ b/obj/Debug/docker-compose.dcproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +8e7a481b7ff085acad028c2d40eadc88a8188b7b65822c5f23acf7d7e4c34f31 diff --git a/obj/Debug/docker-compose.dcproj.FileListAbsolute.txt b/obj/Debug/docker-compose.dcproj.FileListAbsolute.txt new file mode 100644 index 0000000..d88eb7d --- /dev/null +++ b/obj/Debug/docker-compose.dcproj.FileListAbsolute.txt @@ -0,0 +1,41 @@ +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\survey-beta.deps.json +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\survey-beta.runtimeconfig.json +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\appsettings.Development.json +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\appsettings.json +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\libman.json +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\survey-beta.exe +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\survey-beta.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\AutoMapper.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Swashbuckle.AspNetCore.SwaggerGen.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.OpenApi.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.EntityFrameworkCore.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.AspNetCore.Authentication.JwtBearer.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.Extensions.Configuration.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.IdentityModel.Tokens.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\System.IdentityModel.Tokens.Jwt.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.EntityFrameworkCore.Relational.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\AutoMapper.Extensions.Microsoft.DependencyInjection.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Swashbuckle.AspNetCore.Swagger.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Swashbuckle.AspNetCore.SwaggerUI.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Npgsql.EntityFrameworkCore.PostgreSQL.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.EntityFrameworkCore.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.Extensions.Options.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.Extensions.Logging.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.Extensions.Caching.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\System.Diagnostics.DiagnosticSource.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.Extensions.DependencyInjection.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.Extensions.Logging.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.Extensions.Caching.Memory.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.Extensions.Primitives.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.IdentityModel.JsonWebTokens.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.IdentityModel.Protocols.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.IdentityModel.Logging.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Microsoft.IdentityModel.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\Npgsql.dll +C:\Users\alioa\Source\Repos\survey-beta2\bin\Debug\survey-beta.pdb +C:\Users\alioa\Source\Repos\survey-beta2\obj\Debug\docker-compose.dcproj.AssemblyReference.cache +C:\Users\alioa\Source\Repos\survey-beta2\obj\Debug\docker-compose.dcproj.CoreCompileInputs.cache +C:\Users\alioa\Source\Repos\survey-beta2\obj\Debug\docker-c.35A3FFBA.Up2Date diff --git a/obj/Docker/CachedComposeConfigFilePaths.cache b/obj/Docker/CachedComposeConfigFilePaths.cache new file mode 100644 index 0000000..41eeea1 --- /dev/null +++ b/obj/Docker/CachedComposeConfigFilePaths.cache @@ -0,0 +1,34 @@ +1ztrEGgddmE0ttaULhDc+DkdYQwPgZtxNob+0LLX++U=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose.cache +mtinT1uAceNBopdHBMcAYSNkMquqKwO7tJe6SJ4C+/s=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose1.cache +MyXly4cqhhrRWSxP/IWGqS+Y8n8exk1mGtulO25S+bw=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose2.cache +DoS25J3kXA0O4rZs6AJRTVYPsiUYNxszcOG3l9UpdLA=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose3.cache +WBdsM6sCgq71et4mGVX2G1qsyzGvp42t9Iw+9Hcicc0=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose4.cache +wquNIeiPoHT+mznK8HTvwuiNbCOECf6nhGonZzF6Oc4=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose5.cache +6M/cjGMIgsQuRqaFRhxq6NN7M8lofTProQqRyDSF9os=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose6.cache +hE/g7kutWpb8cA+kVsHHvLnk6GXc6Z6kNE0SumbkQG8=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose7.cache +BygW0EZyN2v5P4M81TJsEcr+mD6BuEbp4dAK0mA8Iog=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose9.cache +6n54ZlbWGLj+XEGfOMFYPlzg+a6qcU5g0uKCJweA/4U=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose10.cache +4MNqWPLIX6RNVXgunWyltEpoRyUETV/rfyZsDYO5tbM=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose12.cache +vHCGCEs1Xd9/6ypKZNpzbw5XUtrrfRA0KarEdtjSw/0=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose13.cache +KDIalsai+nZ3YdiUio5gV+jQKxKu4TIt89W2fWKNquI=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose14.cache +kJ3Mnr9r5lt0D4LTlPQzpGgUipTMryQtrYOPQGZm3nM=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose15.cache +upQRmvp+xYZIv/2EIwPKhB7KgMPnL9Uy69AkTV0YlAM=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose16.cache +cu/J/BSOEUn4s0TpZ0jBUWuw2BXdSm10iW9E3fG6vCw=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose17.cache +ia0bo3wHzew6t3jo74UbkGwwJEfPN3i2RWCa9fGChRs=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose18.cache +8kn2v7xfjpKGf4IoTgOsBNCZDNjlCAMfx0SYyBhmWjE=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose19.cache +oi1mSLgBHpzo8cAkKewGxnvYOwen64HHa6+SrgcRp1E=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose20.cache +AV2ads4dGd947us/dKi1oUtG1tWOWlYUnmXZ23ZS7Zs=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose21.cache +XIgKsY2r9/mS4rN2xP5DXkN4j79vctNxyymE3RH0o7k=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose22.cache +wB3V2l1in8oXNemGKVrJ4CML3kxYULB1Po9/A8auZQ0=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose23.cache +1peZZmUq9AFp/fuL6KujJREdrLTiu8/RhyYrfr5oCEA=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose24.cache +9tN9b3jw/3VerNIX5ZQoHGViRz+RE6oFumdoc3xLQGk=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose25.cache +tPo+A0va2+zuatPxF2SDePDg9wIZt3wTTUvzn/Ll8a4=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose26.cache +pDZNnOSk0MUttt+Wto1AbazztbG49eBZHQWD+/Kw+IY=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose27.cache +ZJ6sQHRpv9ShXQ1pc3nzD2pdMtZDlRmf4YaBIjSpGPk=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose28.cache +x+f3QQAvjiQmWCAkl2VZ/usZVLMPiNE6mbOlaVwAH2Y=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose30.cache +rir5BhLX9kZJbiz3Gh0oaUixdwIb2PA8HWsk2pI8E+Y=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose31.cache +V0HeXBl6rv6mecHTMmZl2bt3+suwV0Ckc3tJx/RYCBw=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose33.cache +AAyQwFSqdHT63t2NOCp2On5QNdYbpSiFypxXNkrs3ws=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose34.cache +7AnPPuEIFhyLBqGv5hmU/EY3dcnM7bOrioR7rkRBK+8=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose35.cache +ETt6V2sMABBz5dxjE/opA+W3dLtjSCiW+ELks/5bA68=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose36.cache +jSzr+mgr0XMQBZN5NtChI2S2BYgK68z+D3KBGO++mS4=>C:\Users\alioa\Source\Repos\survey-beta2\obj\Docker\MergedDockerCompose37.cache diff --git a/obj/Docker/ContainerToolsExceptions.json b/obj/Docker/ContainerToolsExceptions.json new file mode 100644 index 0000000..0fb6bcc --- /dev/null +++ b/obj/Docker/ContainerToolsExceptions.json @@ -0,0 +1 @@ +[{"ContainerToolsException.ErrorCode":"","ContainerToolsException.HResult":"-2146233088"}] \ No newline at end of file diff --git a/obj/Docker/DOCKER_REGISTRY.cache b/obj/Docker/DOCKER_REGISTRY.cache new file mode 100644 index 0000000..e69de29 diff --git a/obj/Docker/DockerDevelopmentMode.cache b/obj/Docker/DockerDevelopmentMode.cache new file mode 100644 index 0000000..565a238 --- /dev/null +++ b/obj/Docker/DockerDevelopmentMode.cache @@ -0,0 +1 @@ +Fast \ No newline at end of file diff --git a/obj/Docker/HashOfDockerArtifacts.cache b/obj/Docker/HashOfDockerArtifacts.cache new file mode 100644 index 0000000..d5a6670 --- /dev/null +++ b/obj/Docker/HashOfDockerArtifacts.cache @@ -0,0 +1 @@ +hs41PExXNlKjlGPJxqoD2qg3/gE36PatiSSnQbNmCv2O4LiZC8D6/sAQqvIyreDW3C2DF0ZtAwrNfnzxsysfEg== \ No newline at end of file diff --git a/obj/Docker/LaunchContext.cache b/obj/Docker/LaunchContext.cache new file mode 100644 index 0000000..1ead615 --- /dev/null +++ b/obj/Docker/LaunchContext.cache @@ -0,0 +1 @@ +Debug \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose.cache b/obj/Docker/MergedDockerCompose.cache new file mode 100644 index 0000000..72a0c64 --- /dev/null +++ b/obj/Docker/MergedDockerCompose.cache @@ -0,0 +1,36 @@ +name: dockercompose6909980062609839317 +services: + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta\Dockerfile + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: C:\Users\ContainerUser\AppData\Roaming\Microsoft\UserSecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: C:\Users\ContainerUser\AppData\Roaming\ASP.NET\Https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose1.cache b/obj/Docker/MergedDockerCompose1.cache new file mode 100644 index 0000000..457418e --- /dev/null +++ b/obj/Docker/MergedDockerCompose1.cache @@ -0,0 +1,36 @@ +name: dockercompose6909980062609839317 +services: + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose10.cache b/obj/Docker/MergedDockerCompose10.cache new file mode 100644 index 0000000..e1568dc --- /dev/null +++ b/obj/Docker/MergedDockerCompose10.cache @@ -0,0 +1,147 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose11.cache b/obj/Docker/MergedDockerCompose11.cache new file mode 100644 index 0000000..9d8dc08 --- /dev/null +++ b/obj/Docker/MergedDockerCompose11.cache @@ -0,0 +1,84 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_healthy + required: true + entrypoint: + - sh + - -c + - dotnet ef database update && dotnet survey-beta.dll + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose12.cache b/obj/Docker/MergedDockerCompose12.cache new file mode 100644 index 0000000..9d8dc08 --- /dev/null +++ b/obj/Docker/MergedDockerCompose12.cache @@ -0,0 +1,84 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_healthy + required: true + entrypoint: + - sh + - -c + - dotnet ef database update && dotnet survey-beta.dll + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose13.cache b/obj/Docker/MergedDockerCompose13.cache new file mode 100644 index 0000000..731a052 --- /dev/null +++ b/obj/Docker/MergedDockerCompose13.cache @@ -0,0 +1,147 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey_backend + depends_on: + db: + condition: service_healthy + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose14.cache b/obj/Docker/MergedDockerCompose14.cache new file mode 100644 index 0000000..f7f0c31 --- /dev/null +++ b/obj/Docker/MergedDockerCompose14.cache @@ -0,0 +1,128 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + labels: + com.microsoft.visual-studio.project-name: survey-beta + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose15.cache b/obj/Docker/MergedDockerCompose15.cache new file mode 100644 index 0000000..817763c --- /dev/null +++ b/obj/Docker/MergedDockerCompose15.cache @@ -0,0 +1,80 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose16.cache b/obj/Docker/MergedDockerCompose16.cache new file mode 100644 index 0000000..12e278a --- /dev/null +++ b/obj/Docker/MergedDockerCompose16.cache @@ -0,0 +1,147 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + ConnectionStrings__DefaultConnection: Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose17.cache b/obj/Docker/MergedDockerCompose17.cache new file mode 100644 index 0000000..338120b --- /dev/null +++ b/obj/Docker/MergedDockerCompose17.cache @@ -0,0 +1,80 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=postgresql;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose18.cache b/obj/Docker/MergedDockerCompose18.cache new file mode 100644 index 0000000..6da45d4 --- /dev/null +++ b/obj/Docker/MergedDockerCompose18.cache @@ -0,0 +1,80 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + survey-network: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta2/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + networks: + survey-network: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + survey-network: + name: dockercompose6909980062609839317_survey-network + driver: bridge +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose19.cache b/obj/Docker/MergedDockerCompose19.cache new file mode 100644 index 0000000..d0719f4 --- /dev/null +++ b/obj/Docker/MergedDockerCompose19.cache @@ -0,0 +1,140 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + survey-network: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-backend: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + survey-network: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + labels: + com.microsoft.visual-studio.project-name: survey-beta + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default + survey-network: + name: dockercompose6909980062609839317_survey-network + driver: bridge +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose2.cache b/obj/Docker/MergedDockerCompose2.cache new file mode 100644 index 0000000..5251133 --- /dev/null +++ b/obj/Docker/MergedDockerCompose2.cache @@ -0,0 +1,104 @@ +name: dockercompose6909980062609839317 +services: + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey-beta + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose20.cache b/obj/Docker/MergedDockerCompose20.cache new file mode 100644 index 0000000..f439ad0 --- /dev/null +++ b/obj/Docker/MergedDockerCompose20.cache @@ -0,0 +1,160 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + survey-network: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-backend: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + survey-network: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default + survey-network: + name: dockercompose6909980062609839317_survey-network + driver: bridge +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose21.cache b/obj/Docker/MergedDockerCompose21.cache new file mode 100644 index 0000000..ac3a920 --- /dev/null +++ b/obj/Docker/MergedDockerCompose21.cache @@ -0,0 +1,84 @@ +name: dockercompose6909980062609839317 +services: + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + image: surveybeta + labels: + com.microsoft.visual-studio.project-name: survey-beta + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose22.cache b/obj/Docker/MergedDockerCompose22.cache new file mode 100644 index 0000000..1712644 --- /dev/null +++ b/obj/Docker/MergedDockerCompose22.cache @@ -0,0 +1,103 @@ +name: dockercompose6909980062609839317 +services: + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose23.cache b/obj/Docker/MergedDockerCompose23.cache new file mode 100644 index 0000000..d49c167 --- /dev/null +++ b/obj/Docker/MergedDockerCompose23.cache @@ -0,0 +1,70 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose24.cache b/obj/Docker/MergedDockerCompose24.cache new file mode 100644 index 0000000..46066c0 --- /dev/null +++ b/obj/Docker/MergedDockerCompose24.cache @@ -0,0 +1,138 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey-beta + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose25.cache b/obj/Docker/MergedDockerCompose25.cache new file mode 100644 index 0000000..fb6827c --- /dev/null +++ b/obj/Docker/MergedDockerCompose25.cache @@ -0,0 +1,79 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - survey-beta.dll + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose26.cache b/obj/Docker/MergedDockerCompose26.cache new file mode 100644 index 0000000..393902b --- /dev/null +++ b/obj/Docker/MergedDockerCompose26.cache @@ -0,0 +1,139 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey-beta + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose27.cache b/obj/Docker/MergedDockerCompose27.cache new file mode 100644 index 0000000..cac9309 --- /dev/null +++ b/obj/Docker/MergedDockerCompose27.cache @@ -0,0 +1,79 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - survey-beta.dll + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db-1;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose28.cache b/obj/Docker/MergedDockerCompose28.cache new file mode 100644 index 0000000..768baea --- /dev/null +++ b/obj/Docker/MergedDockerCompose28.cache @@ -0,0 +1,139 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey-beta + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + ConnectionStrings__DefaultConnection: Host=db-1;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose29.cache b/obj/Docker/MergedDockerCompose29.cache new file mode 100644 index 0000000..6a7e359 --- /dev/null +++ b/obj/Docker/MergedDockerCompose29.cache @@ -0,0 +1,79 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - survey-beta.dll + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=dockercompose6909980062609839317-db-1;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose3.cache b/obj/Docker/MergedDockerCompose3.cache new file mode 100644 index 0000000..a20b9da --- /dev/null +++ b/obj/Docker/MergedDockerCompose3.cache @@ -0,0 +1,73 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose30.cache b/obj/Docker/MergedDockerCompose30.cache new file mode 100644 index 0000000..6a7e359 --- /dev/null +++ b/obj/Docker/MergedDockerCompose30.cache @@ -0,0 +1,79 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - survey-beta.dll + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=dockercompose6909980062609839317-db-1;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose31.cache b/obj/Docker/MergedDockerCompose31.cache new file mode 100644 index 0000000..052e8b3 --- /dev/null +++ b/obj/Docker/MergedDockerCompose31.cache @@ -0,0 +1,139 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey-beta + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + ConnectionStrings__DefaultConnection: Host=dockercompose6909980062609839317-db-1;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose32.cache b/obj/Docker/MergedDockerCompose32.cache new file mode 100644 index 0000000..e6ac036 --- /dev/null +++ b/obj/Docker/MergedDockerCompose32.cache @@ -0,0 +1,78 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - survey-beta.dll + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose33.cache b/obj/Docker/MergedDockerCompose33.cache new file mode 100644 index 0000000..e6ac036 --- /dev/null +++ b/obj/Docker/MergedDockerCompose33.cache @@ -0,0 +1,78 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - survey-beta.dll + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose34.cache b/obj/Docker/MergedDockerCompose34.cache new file mode 100644 index 0000000..1dad0e4 --- /dev/null +++ b/obj/Docker/MergedDockerCompose34.cache @@ -0,0 +1,138 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey-beta + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose35.cache b/obj/Docker/MergedDockerCompose35.cache new file mode 100644 index 0000000..9b79dd1 --- /dev/null +++ b/obj/Docker/MergedDockerCompose35.cache @@ -0,0 +1,124 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + container_name: survey-beta + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + image: surveybeta + labels: + com.microsoft.visual-studio.project-name: survey-beta + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose36.cache b/obj/Docker/MergedDockerCompose36.cache new file mode 100644 index 0000000..78d2a8e --- /dev/null +++ b/obj/Docker/MergedDockerCompose36.cache @@ -0,0 +1,74 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - survey-beta.dll + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 80 + published: "8080" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose37.cache b/obj/Docker/MergedDockerCompose37.cache new file mode 100644 index 0000000..0eab805 --- /dev/null +++ b/obj/Docker/MergedDockerCompose37.cache @@ -0,0 +1,134 @@ +name: dockercompose6909980062609839317 +services: + db: + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + volumes: + - type: volume + source: db_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey-beta + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 80 + published: "8080" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + db_data: + name: dockercompose6909980062609839317_db_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose4.cache b/obj/Docker/MergedDockerCompose4.cache new file mode 100644 index 0000000..babf876 --- /dev/null +++ b/obj/Docker/MergedDockerCompose4.cache @@ -0,0 +1,140 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose5.cache b/obj/Docker/MergedDockerCompose5.cache new file mode 100644 index 0000000..98da6f5 --- /dev/null +++ b/obj/Docker/MergedDockerCompose5.cache @@ -0,0 +1,73 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose6.cache b/obj/Docker/MergedDockerCompose6.cache new file mode 100644 index 0000000..c0cff73 --- /dev/null +++ b/obj/Docker/MergedDockerCompose6.cache @@ -0,0 +1,140 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + target: base + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS: "true" + ConnectionStrings__DefaultConnection: Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + DOTNET_USE_POLLING_FILE_WATCHER: "1" + NUGET_FALLBACK_PACKAGES: "" + image: surveybeta:dev + labels: + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/bin/Debug/net8.0/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2\survey-beta + target: /app + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\Source\Repos\survey-beta2 + target: /src + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\.nuget\packages + target: /.nuget/packages + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose7.cache b/obj/Docker/MergedDockerCompose7.cache new file mode 100644 index 0000000..343ec1b --- /dev/null +++ b/obj/Docker/MergedDockerCompose7.cache @@ -0,0 +1,121 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + args: + BUILD_CONFIGURATION: Debug + LAUNCHING_FROM_VS: "true" + labels: + com.microsoft.created-by: visual-studio + com.microsoft.visual-studio.project-name: survey-beta + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + entrypoint: + - dotnet + - --roll-forward + - Major + - /VSTools/DistrolessHelper/DistrolessHelper.dll + - --wait + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + labels: + com.microsoft.visual-studio.project-name: survey-beta + com.microsoft.visualstudio.debuggee.arguments: ' --additionalProbingPath /.nuget/packages "/app/survey-beta.dll"' + com.microsoft.visualstudio.debuggee.killprogram: dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet + com.microsoft.visualstudio.debuggee.program: dotnet + com.microsoft.visualstudio.debuggee.workingdirectory: /app + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + tty: true + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\vsdbg\vs2017u5 + target: /remote_debugger + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\ASP.NET\Https + target: /root/.aspnet/https + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets + target: /root/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0 + target: /VSTools + read_only: true + bind: + create_host_path: true + - type: bind + source: E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload + target: /HotReloadAgent + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose8.cache b/obj/Docker/MergedDockerCompose8.cache new file mode 100644 index 0000000..98acde9 --- /dev/null +++ b/obj/Docker/MergedDockerCompose8.cache @@ -0,0 +1,80 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/MergedDockerCompose9.cache b/obj/Docker/MergedDockerCompose9.cache new file mode 100644 index 0000000..98acde9 --- /dev/null +++ b/obj/Docker/MergedDockerCompose9.cache @@ -0,0 +1,80 @@ +name: dockercompose6909980062609839317 +services: + db: + container_name: survey_db + environment: + POSTGRES_DB: SurveyBeta + POSTGRES_PASSWORD: MAJEDali645 + POSTGRES_USER: postgres + healthcheck: + test: + - CMD-SHELL + - pg_isready -U postgres + timeout: 5s + interval: 10s + retries: 5 + image: postgres:latest + networks: + default: null + ports: + - mode: ingress + target: 5432 + published: "5432" + protocol: tcp + restart: always + volumes: + - type: volume + source: postgres_data + target: /var/lib/postgresql/data + volume: {} + survey-beta: + build: + context: C:\Users\alioa\Source\Repos\survey-beta2 + dockerfile: survey-beta/Dockerfile + container_name: survey_backend + depends_on: + db: + condition: service_started + required: true + environment: + ASPNETCORE_ENVIRONMENT: Development + ASPNETCORE_HTTP_PORTS: "8080" + ASPNETCORE_HTTPS_PORTS: "8081" + ConnectionStrings__DefaultConnection: Host=db;Database=SurveyBeta;Username=postgres;Password=MAJEDali645 + image: surveybeta + networks: + default: null + ports: + - mode: ingress + target: 8080 + published: "8080" + protocol: tcp + - mode: ingress + target: 8081 + published: "8081" + protocol: tcp + - mode: ingress + target: 8080 + protocol: tcp + - mode: ingress + target: 8081 + protocol: tcp + volumes: + - type: bind + source: C:\Users\alioa\AppData\Roaming/Microsoft/UserSecrets + target: /home/app/.microsoft/usersecrets + read_only: true + bind: + create_host_path: true + - type: bind + source: C:\Users\alioa\AppData\Roaming/ASP.NET/Https + target: /home/app/.aspnet/https + read_only: true + bind: + create_host_path: true +networks: + default: + name: dockercompose6909980062609839317_default +volumes: + postgres_data: + name: dockercompose6909980062609839317_postgres_data \ No newline at end of file diff --git a/obj/Docker/PrerequisiteFailureTelemetry.json b/obj/Docker/PrerequisiteFailureTelemetry.json new file mode 100644 index 0000000..f281aa4 --- /dev/null +++ b/obj/Docker/PrerequisiteFailureTelemetry.json @@ -0,0 +1 @@ +{"PrerequisiteCheckName":"Microsoft.Docker.Prerequisites.DockerForWindowsRunningPrerequisite","HasWarning":false,"HasError":true,"Properties":null} \ No newline at end of file diff --git a/obj/Docker/TargetOS.cache b/obj/Docker/TargetOS.cache new file mode 100644 index 0000000..3ab1070 --- /dev/null +++ b/obj/Docker/TargetOS.cache @@ -0,0 +1 @@ +Linux \ No newline at end of file diff --git a/obj/Docker/docker-compose.vs.debug.g.yml b/obj/Docker/docker-compose.vs.debug.g.yml new file mode 100644 index 0000000..ac042a4 --- /dev/null +++ b/obj/Docker/docker-compose.vs.debug.g.yml @@ -0,0 +1,35 @@ +services: + survey-beta: + image: surveybeta:dev + container_name: "survey-beta" + build: + args: + LAUNCHING_FROM_VS: true + BUILD_CONFIGURATION: Debug + target: base + labels: + com.microsoft.created-by: "visual-studio" + com.microsoft.visual-studio.project-name: "survey-beta" + environment: + - DOTNET_USE_POLLING_FILE_WATCHER=1 + - ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS=true + - NUGET_FALLBACK_PACKAGES= + volumes: + - C:\Users\alioa\Source\Repos\survey-beta2\survey-beta:/app:rw + - C:\Users\alioa\Source\Repos\survey-beta2:/src:rw + - C:\Users\alioa\vsdbg\vs2017u5:/remote_debugger:rw + - C:\Users\alioa\.nuget\packages:/.nuget/packages:ro + - C:\Users\alioa\AppData\Roaming\ASP.NET\Https:/root/.aspnet/https:ro + - C:\Users\alioa\AppData\Roaming\ASP.NET\Https:/home/app/.aspnet/https:ro + - C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets:/root/.microsoft/usersecrets:ro + - C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets:/home/app/.microsoft/usersecrets:ro + - E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0:/VSTools:ro + - E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload:/HotReloadAgent:ro + + entrypoint: "dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --wait" + labels: + com.microsoft.visualstudio.debuggee.program: "dotnet" + com.microsoft.visualstudio.debuggee.arguments: " --additionalProbingPath /.nuget/packages \"/app/bin/Debug/net8.0/survey-beta.dll\"" + com.microsoft.visualstudio.debuggee.workingdirectory: "/app" + com.microsoft.visualstudio.debuggee.killprogram: "dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet" + tty: true \ No newline at end of file diff --git a/obj/Docker/docker-compose.vs.debug.partial.g.yml b/obj/Docker/docker-compose.vs.debug.partial.g.yml new file mode 100644 index 0000000..ac042a4 --- /dev/null +++ b/obj/Docker/docker-compose.vs.debug.partial.g.yml @@ -0,0 +1,35 @@ +services: + survey-beta: + image: surveybeta:dev + container_name: "survey-beta" + build: + args: + LAUNCHING_FROM_VS: true + BUILD_CONFIGURATION: Debug + target: base + labels: + com.microsoft.created-by: "visual-studio" + com.microsoft.visual-studio.project-name: "survey-beta" + environment: + - DOTNET_USE_POLLING_FILE_WATCHER=1 + - ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS=true + - NUGET_FALLBACK_PACKAGES= + volumes: + - C:\Users\alioa\Source\Repos\survey-beta2\survey-beta:/app:rw + - C:\Users\alioa\Source\Repos\survey-beta2:/src:rw + - C:\Users\alioa\vsdbg\vs2017u5:/remote_debugger:rw + - C:\Users\alioa\.nuget\packages:/.nuget/packages:ro + - C:\Users\alioa\AppData\Roaming\ASP.NET\Https:/root/.aspnet/https:ro + - C:\Users\alioa\AppData\Roaming\ASP.NET\Https:/home/app/.aspnet/https:ro + - C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets:/root/.microsoft/usersecrets:ro + - C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets:/home/app/.microsoft/usersecrets:ro + - E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0:/VSTools:ro + - E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload:/HotReloadAgent:ro + + entrypoint: "dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --wait" + labels: + com.microsoft.visualstudio.debuggee.program: "dotnet" + com.microsoft.visualstudio.debuggee.arguments: " --additionalProbingPath /.nuget/packages \"/app/bin/Debug/net8.0/survey-beta.dll\"" + com.microsoft.visualstudio.debuggee.workingdirectory: "/app" + com.microsoft.visualstudio.debuggee.killprogram: "dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet" + tty: true \ No newline at end of file diff --git a/obj/Docker/docker-compose.vs.release.g.yml b/obj/Docker/docker-compose.vs.release.g.yml new file mode 100644 index 0000000..d297a48 --- /dev/null +++ b/obj/Docker/docker-compose.vs.release.g.yml @@ -0,0 +1,27 @@ +services: + survey-beta: + container_name: "survey-beta" + build: + args: + LAUNCHING_FROM_VS: true + BUILD_CONFIGURATION: Debug + labels: + com.microsoft.created-by: "visual-studio" + com.microsoft.visual-studio.project-name: "survey-beta" + volumes: + - C:\Users\alioa\vsdbg\vs2017u5:/remote_debugger:rw + - C:\Users\alioa\AppData\Roaming\ASP.NET\Https:/root/.aspnet/https:ro + - C:\Users\alioa\AppData\Roaming\ASP.NET\Https:/home/app/.aspnet/https:ro + - C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets:/root/.microsoft/usersecrets:ro + - C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets:/home/app/.microsoft/usersecrets:ro + - E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0:/VSTools:ro + - E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload:/HotReloadAgent:ro + + entrypoint: "dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --wait" + labels: + com.microsoft.visualstudio.debuggee.program: "dotnet" + com.microsoft.visualstudio.debuggee.arguments: " --additionalProbingPath /.nuget/packages \"/app/survey-beta.dll\"" + com.microsoft.visualstudio.debuggee.workingdirectory: "/app" + com.microsoft.visualstudio.debuggee.killprogram: "dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet" + com.microsoft.visual-studio.project-name: "survey-beta" + tty: true \ No newline at end of file diff --git a/obj/Docker/docker-compose.vs.release.partial.g.yml b/obj/Docker/docker-compose.vs.release.partial.g.yml new file mode 100644 index 0000000..d297a48 --- /dev/null +++ b/obj/Docker/docker-compose.vs.release.partial.g.yml @@ -0,0 +1,27 @@ +services: + survey-beta: + container_name: "survey-beta" + build: + args: + LAUNCHING_FROM_VS: true + BUILD_CONFIGURATION: Debug + labels: + com.microsoft.created-by: "visual-studio" + com.microsoft.visual-studio.project-name: "survey-beta" + volumes: + - C:\Users\alioa\vsdbg\vs2017u5:/remote_debugger:rw + - C:\Users\alioa\AppData\Roaming\ASP.NET\Https:/root/.aspnet/https:ro + - C:\Users\alioa\AppData\Roaming\ASP.NET\Https:/home/app/.aspnet/https:ro + - C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets:/root/.microsoft/usersecrets:ro + - C:\Users\alioa\AppData\Roaming\Microsoft\UserSecrets:/home/app/.microsoft/usersecrets:ro + - E:\codz\MSBuild\Sdks\Microsoft.Docker.Sdk\tools\linux-x64\net8.0:/VSTools:ro + - E:\codz\Common7\IDE\CommonExtensions\Microsoft\HotReload:/HotReloadAgent:ro + + entrypoint: "dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --wait" + labels: + com.microsoft.visualstudio.debuggee.program: "dotnet" + com.microsoft.visualstudio.debuggee.arguments: " --additionalProbingPath /.nuget/packages \"/app/survey-beta.dll\"" + com.microsoft.visualstudio.debuggee.workingdirectory: "/app" + com.microsoft.visualstudio.debuggee.killprogram: "dotnet --roll-forward Major /VSTools/DistrolessHelper/DistrolessHelper.dll --stop dotnet" + com.microsoft.visual-studio.project-name: "survey-beta" + tty: true \ No newline at end of file diff --git a/obj/Docker/obj/Docker/ContainerCreationResult.cache b/obj/Docker/obj/Docker/ContainerCreationResult.cache new file mode 100644 index 0000000..7822ebe --- /dev/null +++ b/obj/Docker/obj/Docker/ContainerCreationResult.cache @@ -0,0 +1 @@ +NoConflict \ No newline at end of file diff --git a/obj/Docker/survey-beta/AbsoluteOutputAssemblyPath.cache b/obj/Docker/survey-beta/AbsoluteOutputAssemblyPath.cache new file mode 100644 index 0000000..a94983c --- /dev/null +++ b/obj/Docker/survey-beta/AbsoluteOutputAssemblyPath.cache @@ -0,0 +1 @@ +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\survey-beta.dll \ No newline at end of file diff --git a/obj/Docker/survey-beta/BuildContextPath.cache b/obj/Docker/survey-beta/BuildContextPath.cache new file mode 100644 index 0000000..5a5c79e --- /dev/null +++ b/obj/Docker/survey-beta/BuildContextPath.cache @@ -0,0 +1 @@ +C:\Users\alioa\Source\Repos\survey-beta2 \ No newline at end of file diff --git a/obj/Docker/survey-beta/ContainerDebugAbsoluteOutputAssemblyPath.cache b/obj/Docker/survey-beta/ContainerDebugAbsoluteOutputAssemblyPath.cache new file mode 100644 index 0000000..b04d9cc --- /dev/null +++ b/obj/Docker/survey-beta/ContainerDebugAbsoluteOutputAssemblyPath.cache @@ -0,0 +1 @@ +/app/bin/Debug/net8.0/survey-beta.dll \ No newline at end of file diff --git a/obj/Docker/survey-beta/ProjectReferences.cache b/obj/Docker/survey-beta/ProjectReferences.cache new file mode 100644 index 0000000..e69de29 diff --git a/obj/Docker/survey-beta/ProjectType.cache b/obj/Docker/survey-beta/ProjectType.cache new file mode 100644 index 0000000..25d6646 --- /dev/null +++ b/obj/Docker/survey-beta/ProjectType.cache @@ -0,0 +1 @@ +AspNetCore \ No newline at end of file diff --git a/obj/Docker/survey-beta/TargetFramework.cache b/obj/Docker/survey-beta/TargetFramework.cache new file mode 100644 index 0000000..8d2863a --- /dev/null +++ b/obj/Docker/survey-beta/TargetFramework.cache @@ -0,0 +1 @@ +DotNetCore \ No newline at end of file diff --git a/obj/Docker/survey-beta/TargetFrameworkVersion.cache b/obj/Docker/survey-beta/TargetFrameworkVersion.cache new file mode 100644 index 0000000..b293f64 --- /dev/null +++ b/obj/Docker/survey-beta/TargetFrameworkVersion.cache @@ -0,0 +1 @@ +8.0 \ No newline at end of file diff --git a/obj/Docker/survey-beta/VolumeMappingsForStaticWebAssets.cache b/obj/Docker/survey-beta/VolumeMappingsForStaticWebAssets.cache new file mode 100644 index 0000000..b5f7a83 --- /dev/null +++ b/obj/Docker/survey-beta/VolumeMappingsForStaticWebAssets.cache @@ -0,0 +1 @@ +[{"SourcePath":"C:\\Users\\alioa\\Source\\Repos\\survey-beta2","TargetPath":"/src","ReadOnly":false},{"SourcePath":"C:\\Users\\alioa\\.nuget\\packages","TargetPath":"/.nuget/packages","ReadOnly":true}] \ No newline at end of file diff --git a/obj/Docker/survey-beta/VolumeMappingsForTools.cache b/obj/Docker/survey-beta/VolumeMappingsForTools.cache new file mode 100644 index 0000000..07e2716 --- /dev/null +++ b/obj/Docker/survey-beta/VolumeMappingsForTools.cache @@ -0,0 +1 @@ +[{"SourcePath":"E:\\codz\\MSBuild\\Sdks\\Microsoft.Docker.Sdk\\tools\\linux-x64\\net8.0","TargetPath":"/VSTools","ReadOnly":true},{"SourcePath":"E:\\codz\\Common7\\IDE\\CommonExtensions\\Microsoft\\HotReload","TargetPath":"/HotReloadAgent","ReadOnly":true}] \ No newline at end of file diff --git a/survey-beta.sln b/survey-beta.sln index 121ab4e..11d196a 100644 --- a/survey-beta.sln +++ b/survey-beta.sln @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.11.35312.102 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "survey-beta", "survey-beta\survey-beta.csproj", "{7A5087A4-5EFE-49C8-AD7A-A2AC9F815C32}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "survey-beta", "survey-beta\survey-beta.csproj", "{7A5087A4-5EFE-49C8-AD7A-A2AC9F815C32}" +EndProject +Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{23A4DEED-83A9-433B-BC1E-B7D95CC9F973}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -15,6 +17,10 @@ Global {7A5087A4-5EFE-49C8-AD7A-A2AC9F815C32}.Debug|Any CPU.Build.0 = Debug|Any CPU {7A5087A4-5EFE-49C8-AD7A-A2AC9F815C32}.Release|Any CPU.ActiveCfg = Release|Any CPU {7A5087A4-5EFE-49C8-AD7A-A2AC9F815C32}.Release|Any CPU.Build.0 = Release|Any CPU + {23A4DEED-83A9-433B-BC1E-B7D95CC9F973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {23A4DEED-83A9-433B-BC1E-B7D95CC9F973}.Debug|Any CPU.Build.0 = Debug|Any CPU + {23A4DEED-83A9-433B-BC1E-B7D95CC9F973}.Release|Any CPU.ActiveCfg = Release|Any CPU + {23A4DEED-83A9-433B-BC1E-B7D95CC9F973}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/survey-beta/Dockerfile b/survey-beta/Dockerfile new file mode 100644 index 0000000..aab07c6 --- /dev/null +++ b/survey-beta/Dockerfile @@ -0,0 +1,22 @@ +FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +WORKDIR /app +EXPOSE 8080 +EXPOSE 8081 + +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +ARG BUILD_CONFIGURATION=Release +WORKDIR /src +COPY ["survey-beta/survey-beta.csproj", "survey-beta/"] +RUN dotnet restore "survey-beta/survey-beta.csproj" +COPY . . +WORKDIR "/src/survey-beta" +RUN dotnet build "survey-beta.csproj" -c $BUILD_CONFIGURATION -o /app/build + +FROM build AS publish +ARG BUILD_CONFIGURATION=Release +RUN dotnet publish "survey-beta.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet", "survey-beta.dll"] diff --git a/survey-beta/Dockerfile.original b/survey-beta/Dockerfile.original new file mode 100644 index 0000000..99df1b1 --- /dev/null +++ b/survey-beta/Dockerfile.original @@ -0,0 +1,25 @@ +FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +USER app +WORKDIR /app +EXPOSE 8080 +EXPOSE 8081 + +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +ARG BUILD_CONFIGURATION=Release +WORKDIR /src +COPY ["survey-beta/survey-beta.csproj", "survey-beta/"] +RUN dotnet restore "./survey-beta/survey-beta.csproj" +COPY . . +WORKDIR "/src/survey-beta" +RUN dotnet build "./survey-beta.csproj" -c $BUILD_CONFIGURATION -o /app/build + +FROM build AS publish +ARG BUILD_CONFIGURATION=Release +RUN dotnet publish "./survey-beta.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +COPY survey-beta/appsettings.json /app/appsettings.json +COPY survey-beta/appsettings.Development.json /app/appsettings.Development.json +ENTRYPOINT ["dotnet", "survey-beta.dll"] diff --git a/survey-beta/Migrations/20250313000720_Docker.Designer.cs b/survey-beta/Migrations/20250313000720_Docker.Designer.cs new file mode 100644 index 0000000..07244c9 --- /dev/null +++ b/survey-beta/Migrations/20250313000720_Docker.Designer.cs @@ -0,0 +1,486 @@ +// +using System; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; +using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; +using survey_beta.DataBaseContext; + +#nullable disable + +namespace survey_beta.Migrations +{ + [DbContext(typeof(AppDbContext))] + [Migration("20250313000720_Docker")] + partial class Docker + { + /// + protected override void BuildTargetModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("ProductVersion", "9.0.1") + .HasAnnotation("Relational:MaxIdentifierLength", 63); + + NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRole", b => + { + b.Property("Id") + .HasColumnType("text"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasColumnType("text"); + + b.Property("Name") + .HasMaxLength(256) + .HasColumnType("character varying(256)"); + + b.Property("NormalizedName") + .HasMaxLength(256) + .HasColumnType("character varying(256)"); + + b.HasKey("Id"); + + b.HasIndex("NormalizedName") + .IsUnique() + .HasDatabaseName("RoleNameIndex"); + + b.ToTable("AspNetRoles", (string)null); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("ClaimType") + .HasColumnType("text"); + + b.Property("ClaimValue") + .HasColumnType("text"); + + b.Property("RoleId") + .IsRequired() + .HasColumnType("text"); + + b.HasKey("Id"); + + b.HasIndex("RoleId"); + + b.ToTable("AspNetRoleClaims", (string)null); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserClaim", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("integer"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("ClaimType") + .HasColumnType("text"); + + b.Property("ClaimValue") + .HasColumnType("text"); + + b.Property("UserId") + .IsRequired() + .HasColumnType("text"); + + b.HasKey("Id"); + + b.HasIndex("UserId"); + + b.ToTable("AspNetUserClaims", (string)null); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserLogin", b => + { + b.Property("LoginProvider") + .HasColumnType("text"); + + b.Property("ProviderKey") + .HasColumnType("text"); + + b.Property("ProviderDisplayName") + .HasColumnType("text"); + + b.Property("UserId") + .IsRequired() + .HasColumnType("text"); + + b.HasKey("LoginProvider", "ProviderKey"); + + b.HasIndex("UserId"); + + b.ToTable("AspNetUserLogins", (string)null); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserRole", b => + { + b.Property("UserId") + .HasColumnType("text"); + + b.Property("RoleId") + .HasColumnType("text"); + + b.HasKey("UserId", "RoleId"); + + b.HasIndex("RoleId"); + + b.ToTable("AspNetUserRoles", (string)null); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserToken", b => + { + b.Property("UserId") + .HasColumnType("text"); + + b.Property("LoginProvider") + .HasColumnType("text"); + + b.Property("Name") + .HasColumnType("text"); + + b.Property("Value") + .HasColumnType("text"); + + b.HasKey("UserId", "LoginProvider", "Name"); + + b.ToTable("AspNetUserTokens", (string)null); + }); + + modelBuilder.Entity("survey_beta.Models.Answer", b => + { + b.Property("Id") + .HasColumnType("text"); + + b.Property("ChoiceId") + .HasColumnType("text"); + + b.Property("QuestionId") + .HasColumnType("text"); + + b.Property("ResponseId") + .HasColumnType("text"); + + b.HasKey("Id"); + + b.HasIndex("ChoiceId"); + + b.HasIndex("QuestionId"); + + b.HasIndex("ResponseId"); + + b.ToTable("Answers"); + }); + + modelBuilder.Entity("survey_beta.Models.Choice", b => + { + b.Property("Id") + .HasColumnType("text"); + + b.Property("Content") + .HasColumnType("text"); + + b.Property("Letter") + .HasColumnType("text"); + + b.Property("QuestionId") + .HasColumnType("text"); + + b.HasKey("Id"); + + b.HasIndex("QuestionId"); + + b.ToTable("Choices"); + }); + + modelBuilder.Entity("survey_beta.Models.Question", b => + { + b.Property("Id") + .HasColumnType("text"); + + b.Property("Content") + .HasColumnType("text"); + + b.Property("SurveyId") + .HasColumnType("text"); + + b.Property("Text") + .HasColumnType("text"); + + b.Property("Type") + .HasColumnType("text"); + + b.HasKey("Id"); + + b.HasIndex("SurveyId"); + + b.ToTable("Questions"); + }); + + modelBuilder.Entity("survey_beta.Models.Response", b => + { + b.Property("Id") + .HasColumnType("text"); + + b.Property("CreatedAt") + .HasColumnType("timestamp with time zone"); + + b.Property("IpAddress") + .HasColumnType("text"); + + b.Property("SurveyId") + .IsRequired() + .HasColumnType("text"); + + b.HasKey("Id"); + + b.HasIndex("SurveyId"); + + b.ToTable("Responses"); + }); + + modelBuilder.Entity("survey_beta.Models.Survey", b => + { + b.Property("Id") + .HasColumnType("text"); + + b.Property("AuthorId") + .HasColumnType("text"); + + b.Property("Category") + .HasColumnType("text"); + + b.Property("Description") + .HasColumnType("text"); + + b.Property("ExpirationDate") + .HasColumnType("timestamp with time zone"); + + b.Property("IsPublished") + .HasColumnType("boolean"); + + b.Property("Title") + .HasColumnType("text"); + + b.HasKey("Id"); + + b.HasIndex("AuthorId"); + + b.ToTable("Surveys"); + }); + + modelBuilder.Entity("survey_beta.Models.User", b => + { + b.Property("Id") + .HasColumnType("text"); + + b.Property("AccessFailedCount") + .HasColumnType("integer"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasColumnType("text"); + + b.Property("Email") + .HasMaxLength(256) + .HasColumnType("character varying(256)"); + + b.Property("EmailConfirmed") + .HasColumnType("boolean"); + + b.Property("Fullname") + .IsRequired() + .HasColumnType("text"); + + b.Property("LockoutEnabled") + .HasColumnType("boolean"); + + b.Property("LockoutEnd") + .HasColumnType("timestamp with time zone"); + + b.Property("NormalizedEmail") + .HasMaxLength(256) + .HasColumnType("character varying(256)"); + + b.Property("NormalizedUserName") + .HasMaxLength(256) + .HasColumnType("character varying(256)"); + + b.Property("PasswordHash") + .HasColumnType("text"); + + b.Property("PhoneNumber") + .HasColumnType("text"); + + b.Property("PhoneNumberConfirmed") + .HasColumnType("boolean"); + + b.Property("SecurityStamp") + .HasColumnType("text"); + + b.Property("TwoFactorEnabled") + .HasColumnType("boolean"); + + b.Property("UserName") + .HasMaxLength(256) + .HasColumnType("character varying(256)"); + + b.HasKey("Id"); + + b.HasIndex("NormalizedEmail") + .HasDatabaseName("EmailIndex"); + + b.HasIndex("NormalizedUserName") + .IsUnique() + .HasDatabaseName("UserNameIndex"); + + b.ToTable("AspNetUsers", (string)null); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityRoleClaim", b => + { + b.HasOne("Microsoft.AspNetCore.Identity.IdentityRole", null) + .WithMany() + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserClaim", b => + { + b.HasOne("survey_beta.Models.User", null) + .WithMany() + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserLogin", b => + { + b.HasOne("survey_beta.Models.User", null) + .WithMany() + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserRole", b => + { + b.HasOne("Microsoft.AspNetCore.Identity.IdentityRole", null) + .WithMany() + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("survey_beta.Models.User", null) + .WithMany() + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Microsoft.AspNetCore.Identity.IdentityUserToken", b => + { + b.HasOne("survey_beta.Models.User", null) + .WithMany() + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("survey_beta.Models.Answer", b => + { + b.HasOne("survey_beta.Models.Choice", "Choice") + .WithMany() + .HasForeignKey("ChoiceId") + .OnDelete(DeleteBehavior.Cascade); + + b.HasOne("survey_beta.Models.Question", "Question") + .WithMany() + .HasForeignKey("QuestionId") + .OnDelete(DeleteBehavior.Cascade); + + b.HasOne("survey_beta.Models.Response", "Response") + .WithMany("Answers") + .HasForeignKey("ResponseId"); + + b.Navigation("Choice"); + + b.Navigation("Question"); + + b.Navigation("Response"); + }); + + modelBuilder.Entity("survey_beta.Models.Choice", b => + { + b.HasOne("survey_beta.Models.Question", "Question") + .WithMany("Choices") + .HasForeignKey("QuestionId") + .OnDelete(DeleteBehavior.Cascade); + + b.Navigation("Question"); + }); + + modelBuilder.Entity("survey_beta.Models.Question", b => + { + b.HasOne("survey_beta.Models.Survey", "Survey") + .WithMany("Questions") + .HasForeignKey("SurveyId"); + + b.Navigation("Survey"); + }); + + modelBuilder.Entity("survey_beta.Models.Response", b => + { + b.HasOne("survey_beta.Models.Survey", "Survey") + .WithMany() + .HasForeignKey("SurveyId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.Navigation("Survey"); + }); + + modelBuilder.Entity("survey_beta.Models.Survey", b => + { + b.HasOne("survey_beta.Models.User", "Author") + .WithMany("Surveys") + .HasForeignKey("AuthorId") + .OnDelete(DeleteBehavior.Cascade); + + b.Navigation("Author"); + }); + + modelBuilder.Entity("survey_beta.Models.Question", b => + { + b.Navigation("Choices"); + }); + + modelBuilder.Entity("survey_beta.Models.Response", b => + { + b.Navigation("Answers"); + }); + + modelBuilder.Entity("survey_beta.Models.Survey", b => + { + b.Navigation("Questions"); + }); + + modelBuilder.Entity("survey_beta.Models.User", b => + { + b.Navigation("Surveys"); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/survey-beta/Migrations/20250313000720_Docker.cs b/survey-beta/Migrations/20250313000720_Docker.cs new file mode 100644 index 0000000..b1b454c --- /dev/null +++ b/survey-beta/Migrations/20250313000720_Docker.cs @@ -0,0 +1,41 @@ +using Microsoft.EntityFrameworkCore.Migrations; + +#nullable disable + +namespace survey_beta.Migrations +{ + /// + public partial class Docker : Migration + { + /// + protected override void Up(MigrationBuilder migrationBuilder) + { + migrationBuilder.DropForeignKey( + name: "FK_Questions_Surveys_SurveyId", + table: "Questions"); + + migrationBuilder.AddForeignKey( + name: "FK_Questions_Surveys_SurveyId", + table: "Questions", + column: "SurveyId", + principalTable: "Surveys", + principalColumn: "Id"); + } + + /// + protected override void Down(MigrationBuilder migrationBuilder) + { + migrationBuilder.DropForeignKey( + name: "FK_Questions_Surveys_SurveyId", + table: "Questions"); + + migrationBuilder.AddForeignKey( + name: "FK_Questions_Surveys_SurveyId", + table: "Questions", + column: "SurveyId", + principalTable: "Surveys", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + } + } +} diff --git a/survey-beta/Migrations/AppDbContextModelSnapshot.cs b/survey-beta/Migrations/AppDbContextModelSnapshot.cs index 112eb8d..ebfe907 100644 --- a/survey-beta/Migrations/AppDbContextModelSnapshot.cs +++ b/survey-beta/Migrations/AppDbContextModelSnapshot.cs @@ -176,7 +176,7 @@ namespace survey_beta.Migrations b.HasIndex("ResponseId"); - b.ToTable("Answers"); + b.ToTable("Answers", (string)null); }); modelBuilder.Entity("survey_beta.Models.Choice", b => @@ -197,7 +197,7 @@ namespace survey_beta.Migrations b.HasIndex("QuestionId"); - b.ToTable("Choices"); + b.ToTable("Choices", (string)null); }); modelBuilder.Entity("survey_beta.Models.Question", b => @@ -221,7 +221,7 @@ namespace survey_beta.Migrations b.HasIndex("SurveyId"); - b.ToTable("Questions"); + b.ToTable("Questions", (string)null); }); modelBuilder.Entity("survey_beta.Models.Response", b => @@ -243,7 +243,7 @@ namespace survey_beta.Migrations b.HasIndex("SurveyId"); - b.ToTable("Responses"); + b.ToTable("Responses", (string)null); }); modelBuilder.Entity("survey_beta.Models.Survey", b => @@ -273,7 +273,7 @@ namespace survey_beta.Migrations b.HasIndex("AuthorId"); - b.ToTable("Surveys"); + b.ToTable("Surveys", (string)null); }); modelBuilder.Entity("survey_beta.Models.User", b => @@ -432,8 +432,7 @@ namespace survey_beta.Migrations { b.HasOne("survey_beta.Models.Survey", "Survey") .WithMany("Questions") - .HasForeignKey("SurveyId") - .OnDelete(DeleteBehavior.Cascade); + .HasForeignKey("SurveyId"); b.Navigation("Survey"); }); diff --git a/survey-beta/Program.cs b/survey-beta/Program.cs index 1091699..cb48bd9 100644 --- a/survey-beta/Program.cs +++ b/survey-beta/Program.cs @@ -12,7 +12,6 @@ builder.Services.AddDbContext(options => options.UseNpgsql(builder.Configuration.GetConnectionString("DefaultConnection"))); // Add services to the container. builder.Services.AddControllers(); - builder.Services.AddEndpointsApiExplorer(); builder.Services.AddSwaggerGen(c => { diff --git a/survey-beta/Properties/launchSettings.json b/survey-beta/Properties/launchSettings.json index 88a8891..9338d47 100644 --- a/survey-beta/Properties/launchSettings.json +++ b/survey-beta/Properties/launchSettings.json @@ -1,33 +1,24 @@ -{ - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:5388", - "sslPort": 44392 - } - }, +{ "profiles": { "http": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, - "launchUrl": "weatherforecast", - "applicationUrl": "http://localhost:5036", + "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "http://localhost:5036" }, "https": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7002;http://localhost:5036", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7002;http://localhost:5036" }, "IIS Express": { "commandName": "IISExpress", @@ -36,6 +27,26 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } + }, + "Container (Dockerfile)": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", + "environmentVariables": { + "ASPNETCORE_HTTPS_PORTS": "8081", + "ASPNETCORE_HTTP_PORTS": "8080" + }, + "publishAllPorts": true, + "useSSL": true + } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:5388", + "sslPort": 44392 } } -} +} \ No newline at end of file diff --git a/survey-beta/bin/Debug/net8.0/survey-beta.deps.json b/survey-beta/bin/Debug/net8.0/survey-beta.deps.json index c3480f8..fdef873 100644 --- a/survey-beta/bin/Debug/net8.0/survey-beta.deps.json +++ b/survey-beta/bin/Debug/net8.0/survey-beta.deps.json @@ -16,6 +16,8 @@ "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "8.0.0", "Microsoft.EntityFrameworkCore": "9.0.1", "Microsoft.EntityFrameworkCore.Tools": "9.0.1", + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.21.0", + "Microsoft.Win32.Registry": "5.0.0", "Npgsql.EntityFrameworkCore.PostgreSQL": "9.0.3", "Swashbuckle.AspNetCore": "7.2.0", "Swashbuckle.AspNetCore.SwaggerGen": "7.2.0", @@ -727,10 +729,11 @@ } } }, - "Microsoft.Win32.Registry/4.7.0": { + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.21.0": {}, + "Microsoft.Win32.Registry/5.0.0": { "dependencies": { "System.Security.AccessControl": "6.0.0", - "System.Security.Principal.Windows": "4.7.0" + "System.Security.Principal.Windows": "5.0.0" } }, "Microsoft.Win32.SystemEvents/6.0.0": { @@ -941,8 +944,8 @@ }, "System.Data.SqlClient/4.8.6": { "dependencies": { - "Microsoft.Win32.Registry": "4.7.0", - "System.Security.Principal.Windows": "4.7.0", + "Microsoft.Win32.Registry": "5.0.0", + "System.Security.Principal.Windows": "5.0.0", "runtime.native.System.Data.SqlClient.sni": "4.7.0" }, "runtime": { @@ -1054,7 +1057,7 @@ } } }, - "System.Security.Principal.Windows/4.7.0": {}, + "System.Security.Principal.Windows/5.0.0": {}, "System.Text.Encodings.Web/9.0.1": { "runtime": { "lib/net8.0/System.Text.Encodings.Web.dll": { @@ -1475,12 +1478,19 @@ "path": "microsoft.openapi/1.6.22", "hashPath": "microsoft.openapi.1.6.22.nupkg.sha512" }, - "Microsoft.Win32.Registry/4.7.0": { + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.21.0": { "type": "package", "serviceable": true, - "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", - "path": "microsoft.win32.registry/4.7.0", - "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" + "sha512": "sha512-8NudeHOE56YsY59HYY89akRMup8Ho+7Y3cADTGjajjWroXVU9RQai2nA6PfteB8AuzmRHZ5NZQB2BnWhQEul5g==", + "path": "microsoft.visualstudio.azure.containers.tools.targets/1.21.0", + "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.21.0.nupkg.sha512" + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "path": "microsoft.win32.registry/5.0.0", + "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" }, "Microsoft.Win32.SystemEvents/6.0.0": { "type": "package", @@ -1713,12 +1723,12 @@ "path": "system.security.permissions/6.0.0", "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" }, - "System.Security.Principal.Windows/4.7.0": { + "System.Security.Principal.Windows/5.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" + "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "path": "system.security.principal.windows/5.0.0", + "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" }, "System.Text.Encodings.Web/9.0.1": { "type": "package", diff --git a/survey-beta/bin/Debug/net8.0/survey-beta.dll b/survey-beta/bin/Debug/net8.0/survey-beta.dll index 2c660e8..3e0699d 100644 Binary files a/survey-beta/bin/Debug/net8.0/survey-beta.dll and b/survey-beta/bin/Debug/net8.0/survey-beta.dll differ diff --git a/survey-beta/bin/Debug/net8.0/survey-beta.exe b/survey-beta/bin/Debug/net8.0/survey-beta.exe index 15d8c97..8a35331 100644 Binary files a/survey-beta/bin/Debug/net8.0/survey-beta.exe and b/survey-beta/bin/Debug/net8.0/survey-beta.exe differ diff --git a/survey-beta/bin/Debug/net8.0/survey-beta.pdb b/survey-beta/bin/Debug/net8.0/survey-beta.pdb index 6740ecb..f2ac95f 100644 Binary files a/survey-beta/bin/Debug/net8.0/survey-beta.pdb and b/survey-beta/bin/Debug/net8.0/survey-beta.pdb differ diff --git a/survey-beta/obj/Container/AbsoluteOutputAssemblyPath.cache b/survey-beta/obj/Container/AbsoluteOutputAssemblyPath.cache new file mode 100644 index 0000000..b04d9cc --- /dev/null +++ b/survey-beta/obj/Container/AbsoluteOutputAssemblyPath.cache @@ -0,0 +1 @@ +/app/bin/Debug/net8.0/survey-beta.dll \ No newline at end of file diff --git a/survey-beta/obj/Container/AdditionalProbingPaths.cache b/survey-beta/obj/Container/AdditionalProbingPaths.cache new file mode 100644 index 0000000..927f4f6 --- /dev/null +++ b/survey-beta/obj/Container/AdditionalProbingPaths.cache @@ -0,0 +1 @@ +--additionalProbingPath /.nuget/fallbackpackages \ No newline at end of file diff --git a/survey-beta/obj/Container/ContainerCreationResult.cache b/survey-beta/obj/Container/ContainerCreationResult.cache new file mode 100644 index 0000000..2adf810 --- /dev/null +++ b/survey-beta/obj/Container/ContainerCreationResult.cache @@ -0,0 +1 @@ +Skipped \ No newline at end of file diff --git a/survey-beta/obj/Container/ContainerDevelopmentMode.cache b/survey-beta/obj/Container/ContainerDevelopmentMode.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Container/ContainerId.cache b/survey-beta/obj/Container/ContainerId.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Container/ContainerName.cache b/survey-beta/obj/Container/ContainerName.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Container/ContainerOperatingSystemFlavor.cache b/survey-beta/obj/Container/ContainerOperatingSystemFlavor.cache new file mode 100644 index 0000000..c486999 --- /dev/null +++ b/survey-beta/obj/Container/ContainerOperatingSystemFlavor.cache @@ -0,0 +1 @@ +Unknown \ No newline at end of file diff --git a/survey-beta/obj/Container/ContainerRunContext.cache b/survey-beta/obj/Container/ContainerRunContext.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Container/ContainerRuntimeID.cache b/survey-beta/obj/Container/ContainerRuntimeID.cache new file mode 100644 index 0000000..2c5b7d7 --- /dev/null +++ b/survey-beta/obj/Container/ContainerRuntimeID.cache @@ -0,0 +1 @@ +linux-x64 \ No newline at end of file diff --git a/survey-beta/obj/Container/DebuggeeArguments.cache b/survey-beta/obj/Container/DebuggeeArguments.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Container/DebuggeeKillProcessCommand.cache b/survey-beta/obj/Container/DebuggeeKillProcessCommand.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Container/DebuggeeProgram.cache b/survey-beta/obj/Container/DebuggeeProgram.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Container/DebuggeeWorkingDirectory.cache b/survey-beta/obj/Container/DebuggeeWorkingDirectory.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Container/DistrolessHelperSupported.cache b/survey-beta/obj/Container/DistrolessHelperSupported.cache new file mode 100644 index 0000000..4791ed5 --- /dev/null +++ b/survey-beta/obj/Container/DistrolessHelperSupported.cache @@ -0,0 +1 @@ +True \ No newline at end of file diff --git a/survey-beta/obj/Container/FastModeProjectMountDirectory.cache b/survey-beta/obj/Container/FastModeProjectMountDirectory.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Container/ImageBuildContext.cache b/survey-beta/obj/Container/ImageBuildContext.cache new file mode 100644 index 0000000..25c0dd6 --- /dev/null +++ b/survey-beta/obj/Container/ImageBuildContext.cache @@ -0,0 +1 @@ +E5PpND9WRJyVaPOVpxnWSYL68sb3SvBagh+tW8F+7nc= \ No newline at end of file diff --git a/survey-beta/obj/Container/ImageId.cache b/survey-beta/obj/Container/ImageId.cache new file mode 100644 index 0000000..39f3919 --- /dev/null +++ b/survey-beta/obj/Container/ImageId.cache @@ -0,0 +1 @@ +sha256:d6d28361e96333b5cdf53ec65f9bd352ea2175923a343a3c5670dbb6bb9e9211 \ No newline at end of file diff --git a/survey-beta/obj/Container/LaunchedImageId.cache b/survey-beta/obj/Container/LaunchedImageId.cache new file mode 100644 index 0000000..39f3919 --- /dev/null +++ b/survey-beta/obj/Container/LaunchedImageId.cache @@ -0,0 +1 @@ +sha256:d6d28361e96333b5cdf53ec65f9bd352ea2175923a343a3c5670dbb6bb9e9211 \ No newline at end of file diff --git a/survey-beta/obj/Container/OperatingSystemName.cache b/survey-beta/obj/Container/OperatingSystemName.cache new file mode 100644 index 0000000..3ab1070 --- /dev/null +++ b/survey-beta/obj/Container/OperatingSystemName.cache @@ -0,0 +1 @@ +Linux \ No newline at end of file diff --git a/survey-beta/obj/Container/TargetFramework.cache b/survey-beta/obj/Container/TargetFramework.cache new file mode 100644 index 0000000..8d2863a --- /dev/null +++ b/survey-beta/obj/Container/TargetFramework.cache @@ -0,0 +1 @@ +DotNetCore \ No newline at end of file diff --git a/survey-beta/obj/Container/VolumeMappings.cache b/survey-beta/obj/Container/VolumeMappings.cache new file mode 100644 index 0000000..6d1981d --- /dev/null +++ b/survey-beta/obj/Container/VolumeMappings.cache @@ -0,0 +1 @@ +{"C:\\Users\\alioa\\vsdbg\\vs2017u5":"/remote_debugger","C:\\Users\\alioa\\AppData\\Roaming\\Microsoft\\UserSecrets":"/home/app/.microsoft/usersecrets","C:\\Users\\alioa\\AppData\\Roaming\\ASP.NET\\Https":"/home/app/.aspnet/https","E:\\codz\\MSBuild\\Sdks\\Microsoft.Docker.Sdk\\tools\\linux-x64\\net8.0":"/VSTools","E:\\codz\\Common7\\IDE\\CommonExtensions\\Microsoft\\HotReload":"/HotReloadAgent","C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta":"/app","C:\\Users\\alioa\\Source\\Repos\\survey-beta2":"/src/","C:\\Users\\alioa\\.nuget\\packages":"/.nuget/fallbackpackages"} \ No newline at end of file diff --git a/survey-beta/obj/Container/VolumeMappings2.cache b/survey-beta/obj/Container/VolumeMappings2.cache new file mode 100644 index 0000000..e0befb6 --- /dev/null +++ b/survey-beta/obj/Container/VolumeMappings2.cache @@ -0,0 +1 @@ +[{"SourcePath":"C:\\Users\\alioa\\vsdbg\\vs2017u5","TargetPath":"/remote_debugger","ReadOnly":false},{"SourcePath":"C:\\Users\\alioa\\AppData\\Roaming\\Microsoft\\UserSecrets","TargetPath":"/root/.microsoft/usersecrets","ReadOnly":true},{"SourcePath":"C:\\Users\\alioa\\AppData\\Roaming\\Microsoft\\UserSecrets","TargetPath":"/home/app/.microsoft/usersecrets","ReadOnly":true},{"SourcePath":"C:\\Users\\alioa\\AppData\\Roaming\\ASP.NET\\Https","TargetPath":"/root/.aspnet/https","ReadOnly":true},{"SourcePath":"C:\\Users\\alioa\\AppData\\Roaming\\ASP.NET\\Https","TargetPath":"/home/app/.aspnet/https","ReadOnly":true},{"SourcePath":"E:\\codz\\MSBuild\\Sdks\\Microsoft.Docker.Sdk\\tools\\linux-x64\\net8.0","TargetPath":"/VSTools","ReadOnly":true},{"SourcePath":"E:\\codz\\Common7\\IDE\\CommonExtensions\\Microsoft\\HotReload","TargetPath":"/HotReloadAgent","ReadOnly":true},{"SourcePath":"C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta","TargetPath":"/app","ReadOnly":false},{"SourcePath":"C:\\Users\\alioa\\Source\\Repos\\survey-beta2","TargetPath":"/src/","ReadOnly":false},{"SourcePath":"C:\\Users\\alioa\\.nuget\\packages","TargetPath":"/.nuget/fallbackpackages","ReadOnly":false}] \ No newline at end of file diff --git a/survey-beta/obj/Container/VsDbgScript.cache b/survey-beta/obj/Container/VsDbgScript.cache new file mode 100644 index 0000000..e69de29 diff --git a/survey-beta/obj/Debug/net8.0/apphost.exe b/survey-beta/obj/Debug/net8.0/apphost.exe index 15d8c97..8a35331 100644 Binary files a/survey-beta/obj/Debug/net8.0/apphost.exe and b/survey-beta/obj/Debug/net8.0/apphost.exe differ diff --git a/survey-beta/obj/Debug/net8.0/ref/survey-beta.dll b/survey-beta/obj/Debug/net8.0/ref/survey-beta.dll index 970fbe3..40ade59 100644 Binary files a/survey-beta/obj/Debug/net8.0/ref/survey-beta.dll and b/survey-beta/obj/Debug/net8.0/ref/survey-beta.dll differ diff --git a/survey-beta/obj/Debug/net8.0/refint/survey-beta.dll b/survey-beta/obj/Debug/net8.0/refint/survey-beta.dll index 970fbe3..40ade59 100644 Binary files a/survey-beta/obj/Debug/net8.0/refint/survey-beta.dll and b/survey-beta/obj/Debug/net8.0/refint/survey-beta.dll differ diff --git a/survey-beta/obj/Debug/net8.0/survey-beta.AssemblyInfo.cs b/survey-beta/obj/Debug/net8.0/survey-beta.AssemblyInfo.cs index f322828..2dd5780 100644 --- a/survey-beta/obj/Debug/net8.0/survey-beta.AssemblyInfo.cs +++ b/survey-beta/obj/Debug/net8.0/survey-beta.AssemblyInfo.cs @@ -1,6 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -10,10 +11,11 @@ using System; using System.Reflection; +[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("90881453-5d21-4093-8ea9-3845c9edfc31")] [assembly: System.Reflection.AssemblyCompanyAttribute("survey-beta")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+272ef7194ec2249edaff8f97d52c1d1840ef1242")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b9036d8b7a60afe583ac07dee1c8d53204b07278")] [assembly: System.Reflection.AssemblyProductAttribute("survey-beta")] [assembly: System.Reflection.AssemblyTitleAttribute("survey-beta")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/survey-beta/obj/Debug/net8.0/survey-beta.AssemblyInfoInputs.cache b/survey-beta/obj/Debug/net8.0/survey-beta.AssemblyInfoInputs.cache index 669ee5c..6f63b53 100644 --- a/survey-beta/obj/Debug/net8.0/survey-beta.AssemblyInfoInputs.cache +++ b/survey-beta/obj/Debug/net8.0/survey-beta.AssemblyInfoInputs.cache @@ -1 +1 @@ -c063cbcdeceb6b884800a482556964b4be429b314ab4b6f061cd8149a4b01a7f +3fbafc259e585dc5e85ffe67b433b7cd639a6a9c91277a3f7d389826d1185b13 diff --git a/survey-beta/obj/Debug/net8.0/survey-beta.GeneratedMSBuildEditorConfig.editorconfig b/survey-beta/obj/Debug/net8.0/survey-beta.GeneratedMSBuildEditorConfig.editorconfig index 472fa9f..5017a33 100644 --- a/survey-beta/obj/Debug/net8.0/survey-beta.GeneratedMSBuildEditorConfig.editorconfig +++ b/survey-beta/obj/Debug/net8.0/survey-beta.GeneratedMSBuildEditorConfig.editorconfig @@ -17,11 +17,11 @@ build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = survey_beta build_property.RootNamespace = survey_beta -build_property.ProjectDir = C:\Users\alioa\Source\Repos\survey-beta1\survey-beta\ +build_property.ProjectDir = C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\ build_property.EnableComHosting = build_property.EnableGeneratedComInterfaceComImportInterop = build_property.RazorLangVersion = 8.0 build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\alioa\Source\Repos\survey-beta1\survey-beta +build_property.MSBuildProjectDirectory = C:\Users\alioa\Source\Repos\survey-beta2\survey-beta build_property._RazorSourceGeneratorDebug = diff --git a/survey-beta/obj/Debug/net8.0/survey-beta.assets.cache b/survey-beta/obj/Debug/net8.0/survey-beta.assets.cache index fa8a168..cf09137 100644 Binary files a/survey-beta/obj/Debug/net8.0/survey-beta.assets.cache and b/survey-beta/obj/Debug/net8.0/survey-beta.assets.cache differ diff --git a/survey-beta/obj/Debug/net8.0/survey-beta.csproj.CoreCompileInputs.cache b/survey-beta/obj/Debug/net8.0/survey-beta.csproj.CoreCompileInputs.cache index e85b7f6..7c0a137 100644 --- a/survey-beta/obj/Debug/net8.0/survey-beta.csproj.CoreCompileInputs.cache +++ b/survey-beta/obj/Debug/net8.0/survey-beta.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -bf4cfa75951d95a308acd245137187f2446062728bd32c1ef69e8cdd119ba91a +822b7c28e61a1df5c648a1f29aa6906134a4bad45c83172d8d020aaf26664108 diff --git a/survey-beta/obj/Debug/net8.0/survey-beta.csproj.FileListAbsolute.txt b/survey-beta/obj/Debug/net8.0/survey-beta.csproj.FileListAbsolute.txt index ad012d6..a22064b 100644 --- a/survey-beta/obj/Debug/net8.0/survey-beta.csproj.FileListAbsolute.txt +++ b/survey-beta/obj/Debug/net8.0/survey-beta.csproj.FileListAbsolute.txt @@ -166,3 +166,171 @@ C:\Users\alioa\Source\Repos\survey-beta1\survey-beta\bin\Debug\net8.0\runtimes\u C:\Users\alioa\Source\Repos\survey-beta1\survey-beta\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll C:\Users\alioa\Source\Repos\survey-beta1\survey-beta\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll C:\Users\alioa\Source\Repos\survey-beta1\survey-beta\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\appsettings.Development.json +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\libman.json +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\appsettings.json +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\survey-beta.exe +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\survey-beta.deps.json +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\survey-beta.runtimeconfig.json +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\survey-beta.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\survey-beta.pdb +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\AutoMapper.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\EntityFramework.SqlServer.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\EntityFramework.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Humanizer.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.AspNet.Identity.Core.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.AspNet.Identity.EntityFramework.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Build.Locator.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Design.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Relational.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.Caching.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.Caching.Memory.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.ObjectPool.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.Options.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Extensions.Primitives.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.IdentityModel.Logging.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.IdentityModel.Tokens.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.OpenApi.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Microsoft.Win32.SystemEvents.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Mono.TextTemplating.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Npgsql.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Swashbuckle.AspNetCore.Swagger.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerGen.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerUI.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.CodeDom.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Composition.AttributedModel.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Composition.Convention.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Composition.Hosting.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Composition.Runtime.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Composition.TypedParts.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Configuration.ConfigurationManager.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Data.SqlClient.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Diagnostics.DiagnosticSource.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Drawing.Common.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.IdentityModel.Tokens.Jwt.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.IO.Pipelines.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Security.Permissions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Text.Encodings.Web.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Text.Json.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\System.Windows.Extensions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\win-arm64\native\sni.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\win-x64\native\sni.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\win-x86\native\sni.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\browser\lib\net8.0\System.Text.Encodings.Web.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.csproj.AssemblyReference.cache +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.AssemblyInfoInputs.cache +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.AssemblyInfo.cs +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.csproj.CoreCompileInputs.cache +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.MvcApplicationPartsAssemblyInfo.cs +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.MvcApplicationPartsAssemblyInfo.cache +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\staticwebassets.build.json +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\staticwebassets.development.json +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\staticwebassets\msbuild.survey-beta.Microsoft.AspNetCore.StaticWebAssets.props +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\staticwebassets\msbuild.build.survey-beta.props +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.survey-beta.props +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.survey-beta.props +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\staticwebassets.pack.json +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\scopedcss\bundle\survey-beta.styles.css +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-b.D2D40758.Up2Date +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\refint\survey-beta.dll +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.pdb +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\survey-beta.genruntimeconfig.cache +C:\Users\alioa\Source\Repos\survey-beta2\survey-beta\obj\Debug\net8.0\ref\survey-beta.dll diff --git a/survey-beta/obj/Debug/net8.0/survey-beta.dll b/survey-beta/obj/Debug/net8.0/survey-beta.dll index 2c660e8..3e0699d 100644 Binary files a/survey-beta/obj/Debug/net8.0/survey-beta.dll and b/survey-beta/obj/Debug/net8.0/survey-beta.dll differ diff --git a/survey-beta/obj/Debug/net8.0/survey-beta.genruntimeconfig.cache b/survey-beta/obj/Debug/net8.0/survey-beta.genruntimeconfig.cache index c121d02..470f083 100644 --- a/survey-beta/obj/Debug/net8.0/survey-beta.genruntimeconfig.cache +++ b/survey-beta/obj/Debug/net8.0/survey-beta.genruntimeconfig.cache @@ -1 +1 @@ -0fdcc706cf33f0fae5469056c5bc81f46428a165a37c5992f5be912c744d204e +cdb40b15fa2ae36b3f8dda08db5f3f5cce359a0c9c225e4446730110a26ceafa diff --git a/survey-beta/obj/Debug/net8.0/survey-beta.pdb b/survey-beta/obj/Debug/net8.0/survey-beta.pdb index 6740ecb..f2ac95f 100644 Binary files a/survey-beta/obj/Debug/net8.0/survey-beta.pdb and b/survey-beta/obj/Debug/net8.0/survey-beta.pdb differ diff --git a/survey-beta/obj/project.assets.json b/survey-beta/obj/project.assets.json index e301f02..ee53df1 100644 --- a/survey-beta/obj/project.assets.json +++ b/survey-beta/obj/project.assets.json @@ -1067,14 +1067,21 @@ } } }, - "Microsoft.Win32.Registry/4.7.0": { + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.21.0": { + "type": "package", + "build": { + "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props": {}, + "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets": {} + } + }, + "Microsoft.Win32.Registry/5.0.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" }, "compile": { - "ref/netstandard2.0/_._": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { "related": ".xml" } }, @@ -1084,10 +1091,6 @@ } }, "runtimeTargets": { - "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "unix" - }, "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { "assetType": "runtime", "rid": "win" @@ -1662,10 +1665,10 @@ "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Security.Principal.Windows/4.7.0": { + "System.Security.Principal.Windows/5.0.0": { "type": "package", "compile": { - "ref/netcoreapp3.0/_._": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { "related": ".xml" } }, @@ -3975,13 +3978,94 @@ "microsoft.openapi.nuspec" ] }, - "Microsoft.Win32.Registry/4.7.0": { - "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.21.0": { + "sha512": "8NudeHOE56YsY59HYY89akRMup8Ho+7Y3cADTGjajjWroXVU9RQai2nA6PfteB8AuzmRHZ5NZQB2BnWhQEul5g==", "type": "package", - "path": "microsoft.win32.registry/4.7.0", + "path": "microsoft.visualstudio.azure.containers.tools.targets/1.21.0", + "hasTools": true, "files": [ ".nupkg.metadata", ".signature.p7s", + "CHANGELOG.md", + "EULA.md", + "ThirdPartyNotices.txt", + "build/Container.props", + "build/Container.targets", + "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props", + "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets", + "build/Rules/GeneralBrowseObject.xaml", + "build/Rules/cs-CZ/GeneralBrowseObject.xaml", + "build/Rules/de-DE/GeneralBrowseObject.xaml", + "build/Rules/es-ES/GeneralBrowseObject.xaml", + "build/Rules/fr-FR/GeneralBrowseObject.xaml", + "build/Rules/it-IT/GeneralBrowseObject.xaml", + "build/Rules/ja-JP/GeneralBrowseObject.xaml", + "build/Rules/ko-KR/GeneralBrowseObject.xaml", + "build/Rules/pl-PL/GeneralBrowseObject.xaml", + "build/Rules/pt-BR/GeneralBrowseObject.xaml", + "build/Rules/ru-RU/GeneralBrowseObject.xaml", + "build/Rules/tr-TR/GeneralBrowseObject.xaml", + "build/Rules/zh-CN/GeneralBrowseObject.xaml", + "build/Rules/zh-TW/GeneralBrowseObject.xaml", + "build/ToolsTarget.props", + "build/ToolsTarget.targets", + "icon.png", + "microsoft.visualstudio.azure.containers.tools.targets.1.21.0.nupkg.sha512", + "microsoft.visualstudio.azure.containers.tools.targets.nuspec", + "tools/Microsoft.VisualStudio.Containers.Tools.Common.dll", + "tools/Microsoft.VisualStudio.Containers.Tools.Shared.dll", + "tools/Microsoft.VisualStudio.Containers.Tools.Tasks.dll", + "tools/Newtonsoft.Json.dll", + "tools/System.Security.Principal.Windows.dll", + "tools/cs/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/cs/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/cs/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/de/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/de/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/de/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/es/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/es/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/es/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/fr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/fr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/fr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/it/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/it/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/it/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/ja/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/ja/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/ja/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/ko/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/ko/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/ko/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/pl/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/pl/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/pl/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/ru/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/ru/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/ru/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/tr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/tr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/tr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll", + "tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll", + "tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll", + "tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll" + ] + }, + "Microsoft.Win32.Registry/5.0.0": { + "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "type": "package", + "path": "microsoft.win32.registry/5.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/Microsoft.Win32.Registry.dll", @@ -3990,13 +4074,11 @@ "lib/netstandard1.3/Microsoft.Win32.Registry.dll", "lib/netstandard2.0/Microsoft.Win32.Registry.dll", "lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "microsoft.win32.registry.4.7.0.nupkg.sha512", + "microsoft.win32.registry.5.0.0.nupkg.sha512", "microsoft.win32.registry.nuspec", "ref/net46/Microsoft.Win32.Registry.dll", "ref/net461/Microsoft.Win32.Registry.dll", "ref/net461/Microsoft.Win32.Registry.xml", - "ref/net472/Microsoft.Win32.Registry.dll", - "ref/net472/Microsoft.Win32.Registry.xml", "ref/netstandard1.3/Microsoft.Win32.Registry.dll", "ref/netstandard1.3/Microsoft.Win32.Registry.xml", "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", @@ -4010,8 +4092,6 @@ "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", "ref/netstandard2.0/Microsoft.Win32.Registry.dll", "ref/netstandard2.0/Microsoft.Win32.Registry.xml", - "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", @@ -4946,13 +5026,14 @@ "useSharedDesignerContext.txt" ] }, - "System.Security.Principal.Windows/4.7.0": { - "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", + "System.Security.Principal.Windows/5.0.0": { + "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", "type": "package", - "path": "system.security.principal.windows/4.7.0", + "path": "system.security.principal.windows/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net46/System.Security.Principal.Windows.dll", @@ -4994,7 +5075,7 @@ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.4.7.0.nupkg.sha512", + "system.security.principal.windows.5.0.0.nupkg.sha512", "system.security.principal.windows.nuspec", "useSharedDesignerContext.txt", "version.txt" @@ -5166,6 +5247,8 @@ "Microsoft.AspNetCore.Identity.EntityFrameworkCore >= 8.0.0", "Microsoft.EntityFrameworkCore >= 9.0.1", "Microsoft.EntityFrameworkCore.Tools >= 9.0.1", + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets >= 1.21.0", + "Microsoft.Win32.Registry >= 5.0.0", "Npgsql.EntityFrameworkCore.PostgreSQL >= 9.0.3", "Swashbuckle.AspNetCore >= 7.2.0", "Swashbuckle.AspNetCore.SwaggerGen >= 7.2.0", @@ -5178,11 +5261,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\alioa\\Source\\Repos\\survey-beta1\\survey-beta\\survey-beta.csproj", + "projectUniqueName": "C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta\\survey-beta.csproj", "projectName": "survey-beta", - "projectPath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta1\\survey-beta\\survey-beta.csproj", + "projectPath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta\\survey-beta.csproj", "packagesPath": "C:\\Users\\alioa\\.nuget\\packages\\", - "outputPath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta1\\survey-beta\\obj\\", + "outputPath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\alioa\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -5251,6 +5334,14 @@ "target": "Package", "version": "[9.0.1, )" }, + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": { + "target": "Package", + "version": "[1.21.0, )" + }, + "Microsoft.Win32.Registry": { + "target": "Package", + "version": "[5.0.0, )" + }, "Npgsql.EntityFrameworkCore.PostgreSQL": { "target": "Package", "version": "[9.0.3, )" diff --git a/survey-beta/obj/project.nuget.cache b/survey-beta/obj/project.nuget.cache index 902a932..582bb89 100644 --- a/survey-beta/obj/project.nuget.cache +++ b/survey-beta/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "1lO02v96uBI=", + "dgSpecHash": "Nt5KnZKL1js=", "success": true, - "projectFilePath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta1\\survey-beta\\survey-beta.csproj", + "projectFilePath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta\\survey-beta.csproj", "expectedPackageFiles": [ "C:\\Users\\alioa\\.nuget\\packages\\automapper\\12.0.0\\automapper.12.0.0.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\automapper.extensions.microsoft.dependencyinjection\\12.0.0\\automapper.extensions.microsoft.dependencyinjection.12.0.0.nupkg.sha512", @@ -56,7 +56,8 @@ "C:\\Users\\alioa\\.nuget\\packages\\microsoft.identitymodel.tokens\\8.0.0\\microsoft.identitymodel.tokens.8.0.0.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\microsoft.net.http.headers\\2.3.0\\microsoft.net.http.headers.2.3.0.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\microsoft.openapi\\1.6.22\\microsoft.openapi.1.6.22.nupkg.sha512", - "C:\\Users\\alioa\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", + "C:\\Users\\alioa\\.nuget\\packages\\microsoft.visualstudio.azure.containers.tools.targets\\1.21.0\\microsoft.visualstudio.azure.containers.tools.targets.1.21.0.nupkg.sha512", + "C:\\Users\\alioa\\.nuget\\packages\\microsoft.win32.registry\\5.0.0\\microsoft.win32.registry.5.0.0.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\mono.texttemplating\\3.0.0\\mono.texttemplating.3.0.0.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\npgsql\\9.0.2\\npgsql.9.0.2.nupkg.sha512", @@ -90,7 +91,7 @@ "C:\\Users\\alioa\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512", - "C:\\Users\\alioa\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", + "C:\\Users\\alioa\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\system.text.encodings.web\\9.0.1\\system.text.encodings.web.9.0.1.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\system.text.json\\9.0.1\\system.text.json.9.0.1.nupkg.sha512", "C:\\Users\\alioa\\.nuget\\packages\\system.threading.channels\\7.0.0\\system.threading.channels.7.0.0.nupkg.sha512", diff --git a/survey-beta/obj/survey-beta.csproj.nuget.dgspec.json b/survey-beta/obj/survey-beta.csproj.nuget.dgspec.json index 27903ce..bbba4e7 100644 --- a/survey-beta/obj/survey-beta.csproj.nuget.dgspec.json +++ b/survey-beta/obj/survey-beta.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "C:\\Users\\alioa\\Source\\Repos\\survey-beta1\\survey-beta\\survey-beta.csproj": {} + "C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta\\survey-beta.csproj": {} }, "projects": { - "C:\\Users\\alioa\\Source\\Repos\\survey-beta1\\survey-beta\\survey-beta.csproj": { + "C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta\\survey-beta.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\alioa\\Source\\Repos\\survey-beta1\\survey-beta\\survey-beta.csproj", + "projectUniqueName": "C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta\\survey-beta.csproj", "projectName": "survey-beta", - "projectPath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta1\\survey-beta\\survey-beta.csproj", + "projectPath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta\\survey-beta.csproj", "packagesPath": "C:\\Users\\alioa\\.nuget\\packages\\", - "outputPath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta1\\survey-beta\\obj\\", + "outputPath": "C:\\Users\\alioa\\Source\\Repos\\survey-beta2\\survey-beta\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\alioa\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -80,6 +80,14 @@ "target": "Package", "version": "[9.0.1, )" }, + "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": { + "target": "Package", + "version": "[1.21.0, )" + }, + "Microsoft.Win32.Registry": { + "target": "Package", + "version": "[5.0.0, )" + }, "Npgsql.EntityFrameworkCore.PostgreSQL": { "target": "Package", "version": "[9.0.3, )" diff --git a/survey-beta/obj/survey-beta.csproj.nuget.g.props b/survey-beta/obj/survey-beta.csproj.nuget.g.props index d17d1c3..efdc056 100644 --- a/survey-beta/obj/survey-beta.csproj.nuget.g.props +++ b/survey-beta/obj/survey-beta.csproj.nuget.g.props @@ -16,12 +16,14 @@ + C:\Users\alioa\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5 + C:\Users\alioa\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.21.0 C:\Users\alioa\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4 C:\Users\alioa\.nuget\packages\microsoft.entityframeworkcore.tools\9.0.1 C:\Users\alioa\.nuget\packages\entityframework\6.5.1 diff --git a/survey-beta/obj/survey-beta.csproj.nuget.g.targets b/survey-beta/obj/survey-beta.csproj.nuget.g.targets index 9b000e1..c1beb78 100644 --- a/survey-beta/obj/survey-beta.csproj.nuget.g.targets +++ b/survey-beta/obj/survey-beta.csproj.nuget.g.targets @@ -6,6 +6,7 @@ + diff --git a/survey-beta/survey-beta.csproj b/survey-beta/survey-beta.csproj index 9156955..cb1f74e 100644 --- a/survey-beta/survey-beta.csproj +++ b/survey-beta/survey-beta.csproj @@ -1,10 +1,13 @@ - + net8.0 enable enable survey_beta + 90881453-5d21-4093-8ea9-3845c9edfc31 + Linux + ..\docker-compose.dcproj @@ -19,6 +22,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/survey-beta/survey-beta.csproj.user b/survey-beta/survey-beta.csproj.user index 9ff5820..c404400 100644 --- a/survey-beta/survey-beta.csproj.user +++ b/survey-beta/survey-beta.csproj.user @@ -3,4 +3,7 @@ https + + ProjectDebugger + \ No newline at end of file