From c427b087fe1a70dd3777e436d2144ea50904b898 Mon Sep 17 00:00:00 2001 From: Kishor Date: Mon, 27 Oct 2025 09:42:41 +0530 Subject: [PATCH] Deployed api-user to practicekea.com --- .gitignore | 115 ++++++ gateway/API.Gateway.csproj | 6 + gateway/index.html | 10 +- .../Debug/net5.0/API.Gateway.AssemblyInfo.cs | 3 +- ...Gateway.MvcApplicationPartsAssemblyInfo.cs | 1 - .../API.Gateway.csproj.FileListAbsolute.txt | 1 + .../Debug/net9.0/API.Bucket.AssemblyInfo.cs | 2 +- .../obj/Debug/net9.0/API.Bucket.assets.cache | Bin 220918 -> 220918 bytes .../API.Bucket.csproj.FileListAbsolute.txt | 344 +++++++++++++++++ .../_layers/common/StartupExtensions.cs | 6 +- .../obj/Debug/net9.0/Common.AssemblyInfo.cs | 3 +- .../net9.0/Common.csproj.FileListAbsolute.txt | 15 + .../obj/Debug/net9.0/Data.AssemblyInfo.cs | 3 +- .../net9.0/Data.csproj.FileListAbsolute.txt | 17 + .../obj/Debug/net9.0/Domain.AssemblyInfo.cs | 3 +- .../net9.0/Domain.csproj.FileListAbsolute.txt | 12 + .../Debug/net9.0/API.Admin.AssemblyInfo.cs | 2 +- .../obj/Debug/net9.0/API.Admin.assets.cache | Bin 190954 -> 190954 bytes .../API.Admin.csproj.FileListAbsolute.txt | 346 +++++++++++++++++ .../net9.0/API.Institute.AssemblyInfo.cs | 2 +- .../Debug/net9.0/API.Institute.assets.cache | Bin 223190 -> 223190 bytes .../API.Institute.csproj.FileListAbsolute.txt | 347 +++++++++++++++++ .../Debug/net9.0/API.Student.AssemblyInfo.cs | 2 +- .../obj/Debug/net9.0/API.Student.assets.cache | Bin 223303 -> 223303 bytes .../API.Student.csproj.FileListAbsolute.txt | 347 +++++++++++++++++ .../Debug/net9.0/API.Teacher.AssemblyInfo.cs | 2 +- .../obj/Debug/net9.0/API.Teacher.assets.cache | Bin 223353 -> 223353 bytes .../API.Teacher.csproj.FileListAbsolute.txt | 353 ++++++++++++++++++ microservices/user/API.User.csproj | 12 +- .../PublishProfiles/FolderProfile.pubxml | 19 + .../user/appsettings.Development.json | 3 +- microservices/user/appsettings.json | 3 +- .../obj/Debug/net9.0/API.User.AssemblyInfo.cs | 3 +- .../obj/Debug/net9.0/API.User.assets.cache | Bin 226340 -> 226340 bytes .../API.User.csproj.FileListAbsolute.txt | 353 ++++++++++++++++++ .../obj/Debug/net9.0/rpswa.dswa.cache.json | 2 +- microservices/user/web.config | 2 +- 37 files changed, 2309 insertions(+), 30 deletions(-) create mode 100644 .gitignore create mode 100644 microservices/user/Properties/PublishProfiles/FolderProfile.pubxml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e50ac6d --- /dev/null +++ b/.gitignore @@ -0,0 +1,115 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# Build results +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# User-specific files +*.user +*.userosscache +*.suo +*.sln.docstates +*.userprefs + +# Rider / JetBrains +.idea/ +*.sln.iml + +# Visual Studio Code +.vscode/ +.history/ +*.code-workspace + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ +*.nuget.props +*.nuget.targets + +# ASP.NET publish outputs +wwwroot/lib/ +wwwroot/dist/ +publish/ +out/ + +# Entity Framework Core +#migrations may be version-controlled — uncomment below if you *don’t* want them +#**/Migrations/ + +# Backup & reports +*.bak +*.Backup +*.log +*.dmp +*.pdb + +# Packages +packages/ +*.nupkg +*.snupkg + +# Test results +TestResult*/ +TestResults/ +*.trx +*.coverage +*.coveragexml + +# Resharper +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config files +Desktop.ini + +# Mac +.DS_Store +.AppleDouble +.LSOverride + +# Linux +*~ + +# IIS Express +.vs/ +ApplicationHost.config + +# Local environment and configuration files +.env +.env.* +appsettings.json +appsettings.*.json + +# Azure publishing +*.publishsettings + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Temporary files +*.tmp +*.temp +*.TMP + +# Keep placeholders +!**/*.keep diff --git a/gateway/API.Gateway.csproj b/gateway/API.Gateway.csproj index b483fa7..d7968fa 100644 --- a/gateway/API.Gateway.csproj +++ b/gateway/API.Gateway.csproj @@ -13,4 +13,10 @@ + + + Always + + + diff --git a/gateway/index.html b/gateway/index.html index 1afae1f..251b928 100644 --- a/gateway/index.html +++ b/gateway/index.html @@ -11,23 +11,23 @@

API Gateway (Online Assessment)

diff --git a/gateway/obj/Debug/net5.0/API.Gateway.AssemblyInfo.cs b/gateway/obj/Debug/net5.0/API.Gateway.AssemblyInfo.cs index bfa0452..61ffdd7 100644 --- a/gateway/obj/Debug/net5.0/API.Gateway.AssemblyInfo.cs +++ b/gateway/obj/Debug/net5.0/API.Gateway.AssemblyInfo.cs @@ -1,7 +1,6 @@ //------------------------------------------------------------------------------ // // 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. @@ -15,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("API.Gateway")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("API.Gateway")] [assembly: System.Reflection.AssemblyTitleAttribute("API.Gateway")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/gateway/obj/Debug/net5.0/API.Gateway.MvcApplicationPartsAssemblyInfo.cs b/gateway/obj/Debug/net5.0/API.Gateway.MvcApplicationPartsAssemblyInfo.cs index 9f3ff75..e1a964b 100644 --- a/gateway/obj/Debug/net5.0/API.Gateway.MvcApplicationPartsAssemblyInfo.cs +++ b/gateway/obj/Debug/net5.0/API.Gateway.MvcApplicationPartsAssemblyInfo.cs @@ -1,7 +1,6 @@ //------------------------------------------------------------------------------ // // 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. diff --git a/gateway/obj/Debug/net5.0/API.Gateway.csproj.FileListAbsolute.txt b/gateway/obj/Debug/net5.0/API.Gateway.csproj.FileListAbsolute.txt index e64a8eb..ba960c1 100644 --- a/gateway/obj/Debug/net5.0/API.Gateway.csproj.FileListAbsolute.txt +++ b/gateway/obj/Debug/net5.0/API.Gateway.csproj.FileListAbsolute.txt @@ -4,6 +4,7 @@ P:\odiware\practicekea\practicekea_backend\gateway\bin\Debug\net5.0\appsettings. P:\odiware\practicekea\practicekea_backend\gateway\bin\Debug\net5.0\ocelot.Development.json P:\odiware\practicekea\practicekea_backend\gateway\bin\Debug\net5.0\ocelot.json P:\odiware\practicekea\practicekea_backend\gateway\bin\Debug\net5.0\API.Gateway.exe +P:\odiware\practicekea\practicekea_backend\gateway\bin\Debug\net5.0\index.html P:\odiware\practicekea\practicekea_backend\gateway\bin\Debug\net5.0\API.Gateway.deps.json P:\odiware\practicekea\practicekea_backend\gateway\bin\Debug\net5.0\API.Gateway.runtimeconfig.json P:\odiware\practicekea\practicekea_backend\gateway\bin\Debug\net5.0\API.Gateway.runtimeconfig.dev.json diff --git a/microservices/S3Bucket/obj/Debug/net9.0/API.Bucket.AssemblyInfo.cs b/microservices/S3Bucket/obj/Debug/net9.0/API.Bucket.AssemblyInfo.cs index 0d76d3d..b2ce104 100644 --- a/microservices/S3Bucket/obj/Debug/net9.0/API.Bucket.AssemblyInfo.cs +++ b/microservices/S3Bucket/obj/Debug/net9.0/API.Bucket.AssemblyInfo.cs @@ -15,7 +15,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")] [assembly: System.Reflection.AssemblyTitleAttribute("API.Bucket")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/microservices/S3Bucket/obj/Debug/net9.0/API.Bucket.assets.cache b/microservices/S3Bucket/obj/Debug/net9.0/API.Bucket.assets.cache index a50a5267b7a9325c9729f0a2eece32eac477d009..f59d0bcc45a218b2c867218dc957a916770992c6 100644 GIT binary patch delta 70 zcmV-M0J;D6y$$xg4K7eiM?nk#008UzJT3yZVia2awe>EiV1$5vmd>Ly2~_sDQrndf cYS8z40ssjBlVNlsfl!4|0fkTkwNL}5UMU0|_5c6? delta 70 zcmV-M0J;D6y$$xg4K7eiM?nk#005bo(dXbstDu(s*rvoi_)tlNSV public static IServiceCollection AddDbConnections(this IServiceCollection services, IConfiguration configuration) { - string text = configuration.GetConnectionString("DefaultConnectionString"); - string connection = Security.Decrypt(text); - + string connection = configuration.GetConnectionString("DefaultConnectionString"); + //string connection = Security.Decrypt(text); + return services .AddEntityFrameworkSqlServer() .AddDbContextPool((serviceProvider, optionsBuilder) => diff --git a/microservices/_layers/common/obj/Debug/net9.0/Common.AssemblyInfo.cs b/microservices/_layers/common/obj/Debug/net9.0/Common.AssemblyInfo.cs index 33d6ba4..989e7bc 100644 --- a/microservices/_layers/common/obj/Debug/net9.0/Common.AssemblyInfo.cs +++ b/microservices/_layers/common/obj/Debug/net9.0/Common.AssemblyInfo.cs @@ -1,7 +1,6 @@ //------------------------------------------------------------------------------ // // 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. @@ -14,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Common")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("Common")] [assembly: System.Reflection.AssemblyTitleAttribute("Common")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/microservices/_layers/common/obj/Debug/net9.0/Common.csproj.FileListAbsolute.txt b/microservices/_layers/common/obj/Debug/net9.0/Common.csproj.FileListAbsolute.txt index e69de29..aa82d80 100644 --- a/microservices/_layers/common/obj/Debug/net9.0/Common.csproj.FileListAbsolute.txt +++ b/microservices/_layers/common/obj/Debug/net9.0/Common.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\bin\Debug\net9.0\Common.deps.json +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\bin\Debug\net9.0\Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\bin\Debug\net9.0\Common.pdb +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\bin\Debug\net9.0\Domain.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\bin\Debug\net9.0\Domain.pdb +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\Common.csproj.AssemblyReference.cache +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\Common.GeneratedMSBuildEditorConfig.editorconfig +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\Common.AssemblyInfoInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\Common.AssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\Common.csproj.CoreCompileInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\Common.csproj.Up2Date +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\refint\Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\Common.pdb +P:\odiware\practicekea\practicekea_backend\microservices\_layers\common\obj\Debug\net9.0\ref\Common.dll diff --git a/microservices/_layers/data/obj/Debug/net9.0/Data.AssemblyInfo.cs b/microservices/_layers/data/obj/Debug/net9.0/Data.AssemblyInfo.cs index 62371e4..9489837 100644 --- a/microservices/_layers/data/obj/Debug/net9.0/Data.AssemblyInfo.cs +++ b/microservices/_layers/data/obj/Debug/net9.0/Data.AssemblyInfo.cs @@ -1,7 +1,6 @@ //------------------------------------------------------------------------------ // // 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. @@ -14,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Data")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("Data")] [assembly: System.Reflection.AssemblyTitleAttribute("Data")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/microservices/_layers/data/obj/Debug/net9.0/Data.csproj.FileListAbsolute.txt b/microservices/_layers/data/obj/Debug/net9.0/Data.csproj.FileListAbsolute.txt index e69de29..b45096d 100644 --- a/microservices/_layers/data/obj/Debug/net9.0/Data.csproj.FileListAbsolute.txt +++ b/microservices/_layers/data/obj/Debug/net9.0/Data.csproj.FileListAbsolute.txt @@ -0,0 +1,17 @@ +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\bin\Debug\net9.0\Data.deps.json +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\bin\Debug\net9.0\Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\bin\Debug\net9.0\Data.pdb +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\bin\Debug\net9.0\Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\bin\Debug\net9.0\Domain.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\bin\Debug\net9.0\Common.pdb +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\bin\Debug\net9.0\Domain.pdb +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\Data.csproj.AssemblyReference.cache +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\Data.GeneratedMSBuildEditorConfig.editorconfig +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\Data.AssemblyInfoInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\Data.AssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\Data.csproj.CoreCompileInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\Data.csproj.Up2Date +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\refint\Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\Data.pdb +P:\odiware\practicekea\practicekea_backend\microservices\_layers\data\obj\Debug\net9.0\ref\Data.dll diff --git a/microservices/_layers/domain/obj/Debug/net9.0/Domain.AssemblyInfo.cs b/microservices/_layers/domain/obj/Debug/net9.0/Domain.AssemblyInfo.cs index 1274fbf..e4e32bd 100644 --- a/microservices/_layers/domain/obj/Debug/net9.0/Domain.AssemblyInfo.cs +++ b/microservices/_layers/domain/obj/Debug/net9.0/Domain.AssemblyInfo.cs @@ -1,7 +1,6 @@ //------------------------------------------------------------------------------ // // 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. @@ -14,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Domain")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("Domain")] [assembly: System.Reflection.AssemblyTitleAttribute("Domain")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/microservices/_layers/domain/obj/Debug/net9.0/Domain.csproj.FileListAbsolute.txt b/microservices/_layers/domain/obj/Debug/net9.0/Domain.csproj.FileListAbsolute.txt index e69de29..88e8cc4 100644 --- a/microservices/_layers/domain/obj/Debug/net9.0/Domain.csproj.FileListAbsolute.txt +++ b/microservices/_layers/domain/obj/Debug/net9.0/Domain.csproj.FileListAbsolute.txt @@ -0,0 +1,12 @@ +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\bin\Debug\net9.0\Domain.deps.json +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\bin\Debug\net9.0\Domain.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\bin\Debug\net9.0\Domain.pdb +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\obj\Debug\net9.0\Domain.csproj.AssemblyReference.cache +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\obj\Debug\net9.0\Domain.GeneratedMSBuildEditorConfig.editorconfig +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\obj\Debug\net9.0\Domain.AssemblyInfoInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\obj\Debug\net9.0\Domain.AssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\obj\Debug\net9.0\Domain.csproj.CoreCompileInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\obj\Debug\net9.0\Domain.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\obj\Debug\net9.0\refint\Domain.dll +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\obj\Debug\net9.0\Domain.pdb +P:\odiware\practicekea\practicekea_backend\microservices\_layers\domain\obj\Debug\net9.0\ref\Domain.dll diff --git a/microservices/admin/obj/Debug/net9.0/API.Admin.AssemblyInfo.cs b/microservices/admin/obj/Debug/net9.0/API.Admin.AssemblyInfo.cs index 3ad4a93..b4f9f2e 100644 --- a/microservices/admin/obj/Debug/net9.0/API.Admin.AssemblyInfo.cs +++ b/microservices/admin/obj/Debug/net9.0/API.Admin.AssemblyInfo.cs @@ -15,7 +15,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")] [assembly: System.Reflection.AssemblyTitleAttribute("API.Admin")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/microservices/admin/obj/Debug/net9.0/API.Admin.assets.cache b/microservices/admin/obj/Debug/net9.0/API.Admin.assets.cache index 1d969c123b3bb27b1a5fad523535e734edbbca8b..d2f8f83840492f4279efc0ca70506a43dea4df90 100644 GIT binary patch delta 72 zcmV-O0Js0@(+ld;3ocMgM?nk#005MFrkskvcFg2uf^|rxB&cacm?EosS6Em{=HHhL e3F4hD0ssd9moXs%EtAk35P@rjYXP-u0)OdCzZ}&7 delta 72 zcmV-O0Js0@(+ld;3ocMgM?nk#0059NQkL9t+)N(WgrJG5wXaMklu;R}9_2X6ap%Jr e^ diff --git a/microservices/admin/obj/Debug/net9.0/API.Admin.csproj.FileListAbsolute.txt b/microservices/admin/obj/Debug/net9.0/API.Admin.csproj.FileListAbsolute.txt index 6400084..e11e296 100644 --- a/microservices/admin/obj/Debug/net9.0/API.Admin.csproj.FileListAbsolute.txt +++ b/microservices/admin/obj/Debug/net9.0/API.Admin.csproj.FileListAbsolute.txt @@ -217,3 +217,349 @@ /Users/preet/Documents/Odiproject/practicekea_backend/microservices/admin/obj/Debug/net9.0/API.Admin.pdb /Users/preet/Documents/Odiproject/practicekea_backend/microservices/admin/obj/Debug/net9.0/API.Admin.genruntimeconfig.cache /Users/preet/Documents/Odiproject/practicekea_backend/microservices/admin/obj/Debug/net9.0/ref/API.Admin.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\web.config +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\appresponsemessages.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\appsettings.Development.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\appsettings.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Firebase\practice-kea-7cb5b-firebase-adminsdk-e4h19-6e05200a3f.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\global.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\API.Admin.staticwebassets.endpoints.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\API.Admin.exe +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\OnlineAssessment.xml +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\API.Admin.deps.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\API.Admin.runtimeconfig.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\API.Admin.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\API.Admin.pdb +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\AutoMapper.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Azure.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Azure.Identity.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\EFCore.BulkExtensions.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\EFCore.BulkExtensions.MySql.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\EFCore.BulkExtensions.PostgreSql.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\EFCore.BulkExtensions.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\EFCore.BulkExtensions.SqlServer.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\FirebaseAdmin.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\FluentValidation.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\FluentValidation.AspNetCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\FluentValidation.DependencyInjectionExtensions.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Google.Api.Gax.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Google.Api.Gax.Rest.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Google.Apis.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Google.Apis.Auth.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Google.Apis.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Humanizer.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\MedallionTopologicalSort.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.AspNetCore.JsonPatch.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.AspNetCore.Razor.Language.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.Bcl.AsyncInterfaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.Build.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.Build.Framework.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.Build.Locator.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.AnalyzerUtilities.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.CSharp.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Features.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.Elfie.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.Features.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.Razor.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.Scripting.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.Data.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.DiaSymReader.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.DotNet.Scaffolding.Shared.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.EntityFrameworkCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.EntityFrameworkCore.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.EntityFrameworkCore.Design.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.EntityFrameworkCore.Relational.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.EntityFrameworkCore.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.Extensions.DependencyModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.Identity.Client.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.IdentityModel.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.IdentityModel.Logging.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.IdentityModel.Protocols.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.IdentityModel.Tokens.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.NET.StringTools.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.OpenApi.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.SqlServer.Server.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.SqlServer.Types.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\dotnet-aspnet-codegenerator-design.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Mono.TextTemplating.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\MySqlConnector.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NetTopologySuite.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NetTopologySuite.IO.SpatiaLite.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NetTopologySuite.IO.SqlServerBytes.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Newtonsoft.Json.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Newtonsoft.Json.Bson.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Npgsql.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NuGet.Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NuGet.Configuration.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NuGet.DependencyResolver.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NuGet.Frameworks.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NuGet.LibraryModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NuGet.Packaging.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NuGet.ProjectModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NuGet.Protocol.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\NuGet.Versioning.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Pomelo.EntityFrameworkCore.MySql.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\BouncyCastle.Crypto.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Razorpay.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Serilog.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Serilog.Extensions.Logging.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Serilog.Extensions.Logging.File.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Serilog.Formatting.Compact.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Serilog.Sinks.Async.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Serilog.Sinks.File.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Serilog.Sinks.RollingFile.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\SQLitePCLRaw.core.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Swashbuckle.AspNetCore.Swagger.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Swashbuckle.AspNetCore.SwaggerGen.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Swashbuckle.AspNetCore.SwaggerUI.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.ClientModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.CodeDom.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Composition.AttributedModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Composition.Convention.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Composition.Hosting.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Composition.Runtime.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Composition.TypedParts.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Configuration.ConfigurationManager.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.IdentityModel.Tokens.Jwt.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Management.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Memory.Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Reflection.MetadataLoadContext.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Runtime.Caching.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Security.Cryptography.ProtectedData.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\System.Security.Permissions.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\af\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ar\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\az\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\bg\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\bn-BD\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\cs\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\da\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\el\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fa\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fi-FI\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr-BE\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\he\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\hr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\hu\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\hy\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\id\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\is\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko-KR\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ku\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\lv\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ms-MY\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\mt\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\nb\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\nb-NO\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\nl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ro\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\sk\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\sl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\sr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\sr-Latn\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\sv\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\th-TH\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\tr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\uk\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\uz-Cyrl-UZ\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\uz-Latn-UZ\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\vi\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-CN\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\cs\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pl\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\tr\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\cs\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pl\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\tr\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\cs\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pl\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\tr\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\de\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\es\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\fr\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\it\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ja\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ko\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\pt-BR\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\ru\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hans\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\zh-Hant\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\unix\lib\net8.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\win\lib\net8.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\win-x64\native\SqlServerSpatial160.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\win-x86\native\SqlServerSpatial160.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\win\lib\net7.0\System.Management.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\runtimes\win\lib\net8.0\System.Runtime.Caching.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Domain.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Data.pdb +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Domain.pdb +P:\odiware\practicekea\practicekea_backend\microservices\admin\bin\net9.0\Common.pdb +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.csproj.AssemblyReference.cache +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\rpswa.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.GeneratedMSBuildEditorConfig.editorconfig +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.AssemblyInfoInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.AssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.csproj.CoreCompileInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.MvcApplicationPartsAssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.MvcApplicationPartsAssemblyInfo.cache +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\rjimswa.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\rjsmrazor.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\rjsmcshtml.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\scopedcss\bundle\API.Admin.styles.css +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\staticwebassets.build.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\staticwebassets.build.json.cache +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\staticwebassets.development.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\staticwebassets.build.endpoints.json +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\staticwebassets.upToDateCheck.txt +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.csproj.Up2Date +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\refint\API.Admin.dll +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.pdb +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\API.Admin.genruntimeconfig.cache +P:\odiware\practicekea\practicekea_backend\microservices\admin\obj\Debug\net9.0\ref\API.Admin.dll diff --git a/microservices/institute/obj/Debug/net9.0/API.Institute.AssemblyInfo.cs b/microservices/institute/obj/Debug/net9.0/API.Institute.AssemblyInfo.cs index 67b7d88..c9b0746 100644 --- a/microservices/institute/obj/Debug/net9.0/API.Institute.AssemblyInfo.cs +++ b/microservices/institute/obj/Debug/net9.0/API.Institute.AssemblyInfo.cs @@ -15,7 +15,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")] [assembly: System.Reflection.AssemblyTitleAttribute("API.Institute")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/microservices/institute/obj/Debug/net9.0/API.Institute.assets.cache b/microservices/institute/obj/Debug/net9.0/API.Institute.assets.cache index d6bf23489a831d84b522292680af52f468261780..91e8b16e7b7bc47ab564a2a2b934e3c727b09268 100644 GIT binary patch delta 75 zcmV-R0JQ(s&kfek4K7eiM?nk#007B*w_jK~Sgw@aHhlhnWPVTDdV_7>IP9p$5guNI hqtdE^0ssd9mrq&(Et9|_4}ofhY5|360<~%bY-hoh9;*NV delta 75 zcmV-R0JQ(s&kfek4K7eiM?nk#001t;_^j^~%&6=cLBlJ*bwP1rwDPyy_aj%YaO6Wc hjNz(+0ssd9mrq&(Et9|_4}ofhY5|360<~%bY-jdqAIbm# diff --git a/microservices/institute/obj/Debug/net9.0/API.Institute.csproj.FileListAbsolute.txt b/microservices/institute/obj/Debug/net9.0/API.Institute.csproj.FileListAbsolute.txt index 2d43235..c529261 100644 --- a/microservices/institute/obj/Debug/net9.0/API.Institute.csproj.FileListAbsolute.txt +++ b/microservices/institute/obj/Debug/net9.0/API.Institute.csproj.FileListAbsolute.txt @@ -218,3 +218,350 @@ /Users/preet/Documents/Odiproject/practicekea_backend/microservices/institute/obj/Debug/net9.0/API.Institute.pdb /Users/preet/Documents/Odiproject/practicekea_backend/microservices/institute/obj/Debug/net9.0/API.Institute.genruntimeconfig.cache /Users/preet/Documents/Odiproject/practicekea_backend/microservices/institute/obj/Debug/net9.0/ref/API.Institute.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\web.config +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\appresponsemessages.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\appsettings.Development.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\appsettings.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Firebase\practice-kea-7cb5b-firebase-adminsdk-e4h19-6e05200a3f.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\global.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\API.Institute.staticwebassets.endpoints.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\API.Institute.exe +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\API.Institute.deps.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\API.Institute.runtimeconfig.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\API.Institute.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\API.Institute.pdb +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\API.Institute.xml +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\AutoMapper.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Azure.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Azure.Identity.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\EFCore.BulkExtensions.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\EFCore.BulkExtensions.MySql.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\EFCore.BulkExtensions.PostgreSql.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\EFCore.BulkExtensions.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\EFCore.BulkExtensions.SqlServer.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\FirebaseAdmin.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\FluentValidation.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\FluentValidation.AspNetCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\FluentValidation.DependencyInjectionExtensions.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Google.Api.Gax.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Google.Api.Gax.Rest.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Google.Apis.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Google.Apis.Auth.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Google.Apis.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Humanizer.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\MedallionTopologicalSort.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.AspNetCore.JsonPatch.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.AspNetCore.Razor.Language.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Bcl.AsyncInterfaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Build.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Build.Framework.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Build.Locator.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.AnalyzerUtilities.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.CSharp.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Features.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.Elfie.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.Features.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.Razor.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.Scripting.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Data.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.DiaSymReader.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.DotNet.Scaffolding.Shared.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.EntityFrameworkCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.EntityFrameworkCore.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.EntityFrameworkCore.Design.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.EntityFrameworkCore.Relational.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.EntityFrameworkCore.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Extensions.DependencyModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Extensions.PlatformAbstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Identity.Client.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.IdentityModel.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.IdentityModel.Logging.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.IdentityModel.Protocols.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.IdentityModel.Tokens.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.NET.StringTools.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.OpenApi.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.SqlServer.Server.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.SqlServer.Types.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\dotnet-aspnet-codegenerator-design.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Mono.TextTemplating.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\MySqlConnector.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NetTopologySuite.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NetTopologySuite.IO.SpatiaLite.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NetTopologySuite.IO.SqlServerBytes.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Newtonsoft.Json.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Newtonsoft.Json.Bson.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Npgsql.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NuGet.Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NuGet.Configuration.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NuGet.DependencyResolver.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NuGet.Frameworks.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NuGet.LibraryModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NuGet.Packaging.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NuGet.ProjectModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NuGet.Protocol.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\NuGet.Versioning.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Pomelo.EntityFrameworkCore.MySql.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\BouncyCastle.Crypto.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Razorpay.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Serilog.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Serilog.Extensions.Logging.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Serilog.Extensions.Logging.File.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Serilog.Formatting.Compact.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Serilog.Sinks.Async.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Serilog.Sinks.File.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Serilog.Sinks.RollingFile.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\SQLitePCLRaw.core.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Swashbuckle.AspNetCore.Swagger.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Swashbuckle.AspNetCore.SwaggerGen.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Swashbuckle.AspNetCore.SwaggerUI.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.ClientModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.CodeDom.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Composition.AttributedModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Composition.Convention.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Composition.Hosting.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Composition.Runtime.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Composition.TypedParts.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Configuration.ConfigurationManager.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.IdentityModel.Tokens.Jwt.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Management.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Memory.Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Reflection.MetadataLoadContext.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Runtime.Caching.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Security.Cryptography.ProtectedData.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\System.Security.Permissions.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\af\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ar\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\az\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\bg\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\bn-BD\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\cs\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\da\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\el\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fa\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fi-FI\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr-BE\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\he\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\hr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\hu\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\hy\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\id\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\is\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko-KR\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ku\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\lv\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ms-MY\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\mt\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\nb\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\nb-NO\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\nl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ro\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\sk\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\sl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\sr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\sr-Latn\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\sv\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\th-TH\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\tr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\uk\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\uz-Cyrl-UZ\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\uz-Latn-UZ\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\vi\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-CN\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\cs\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pl\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\tr\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\cs\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pl\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\tr\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\cs\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pl\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\tr\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\de\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\es\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\fr\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\it\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ja\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ko\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\pt-BR\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\ru\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hans\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\zh-Hant\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\unix\lib\net8.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\win\lib\net8.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\win-x64\native\SqlServerSpatial160.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\win-x86\native\SqlServerSpatial160.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\win\lib\net7.0\System.Management.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\runtimes\win\lib\net8.0\System.Runtime.Caching.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Domain.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Data.pdb +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Domain.pdb +P:\odiware\practicekea\practicekea_backend\microservices\institute\bin\net9.0\Common.pdb +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.csproj.AssemblyReference.cache +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\rpswa.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.GeneratedMSBuildEditorConfig.editorconfig +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.AssemblyInfoInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.AssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.csproj.CoreCompileInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.MvcApplicationPartsAssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.MvcApplicationPartsAssemblyInfo.cache +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\rjimswa.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\rjsmrazor.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\rjsmcshtml.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\scopedcss\bundle\API.Institute.styles.css +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\staticwebassets.build.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\staticwebassets.build.json.cache +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\staticwebassets.development.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\staticwebassets.build.endpoints.json +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\staticwebassets.upToDateCheck.txt +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Inst.32E78BBC.Up2Date +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\refint\API.Institute.dll +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.pdb +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\API.Institute.genruntimeconfig.cache +P:\odiware\practicekea\practicekea_backend\microservices\institute\obj\Debug\net9.0\ref\API.Institute.dll diff --git a/microservices/student/obj/Debug/net9.0/API.Student.AssemblyInfo.cs b/microservices/student/obj/Debug/net9.0/API.Student.AssemblyInfo.cs index 35ab8ce..b56252d 100644 --- a/microservices/student/obj/Debug/net9.0/API.Student.AssemblyInfo.cs +++ b/microservices/student/obj/Debug/net9.0/API.Student.AssemblyInfo.cs @@ -15,7 +15,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")] [assembly: System.Reflection.AssemblyTitleAttribute("API.Student")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/microservices/student/obj/Debug/net9.0/API.Student.assets.cache b/microservices/student/obj/Debug/net9.0/API.Student.assets.cache index 27423cb09e76a0cf7935a860cea837562581d88f..8e031bffbf7d1e0691ec2fd6e07fbedd87fea33b 100644 GIT binary patch delta 60 zcmX?pf%o_YUX1{6cSjxu28QG3tUhM;$QHJIfy0K35!b^rhX delta 60 zcmV-C0K@;s&<)4X4Jc4cM?nk#000gq-~Bq*o!th}A^@u>#Qs$rVL4T_`Y~$G1MSOT S)AE5Rg(v}qC<3)810QJg4H%68 diff --git a/microservices/student/obj/Debug/net9.0/API.Student.csproj.FileListAbsolute.txt b/microservices/student/obj/Debug/net9.0/API.Student.csproj.FileListAbsolute.txt index 910673d..3dd84c9 100644 --- a/microservices/student/obj/Debug/net9.0/API.Student.csproj.FileListAbsolute.txt +++ b/microservices/student/obj/Debug/net9.0/API.Student.csproj.FileListAbsolute.txt @@ -218,3 +218,350 @@ /Users/preet/Documents/Odiproject/practicekea_backend/microservices/student/obj/Debug/net9.0/API.Student.pdb /Users/preet/Documents/Odiproject/practicekea_backend/microservices/student/obj/Debug/net9.0/API.Student.genruntimeconfig.cache /Users/preet/Documents/Odiproject/practicekea_backend/microservices/student/obj/Debug/net9.0/ref/API.Student.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\web.config +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\appresponsemessages.json +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\appsettings.Development.json +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\appsettings.json +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Firebase\practice-kea-7cb5b-firebase-adminsdk-e4h19-6e05200a3f.json +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\global.json +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\API.Student.staticwebassets.endpoints.json +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\API.Student.exe +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\API.Student.deps.json +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\API.Student.runtimeconfig.json +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\API.Student.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\API.Student.pdb +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\API.Student.xml +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\AutoMapper.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Azure.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Azure.Identity.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\EFCore.BulkExtensions.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\EFCore.BulkExtensions.MySql.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\EFCore.BulkExtensions.PostgreSql.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\EFCore.BulkExtensions.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\EFCore.BulkExtensions.SqlServer.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\FirebaseAdmin.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\FluentValidation.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\FluentValidation.AspNetCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\FluentValidation.DependencyInjectionExtensions.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Google.Api.Gax.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Google.Api.Gax.Rest.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Google.Apis.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Google.Apis.Auth.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Google.Apis.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Humanizer.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\MedallionTopologicalSort.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.AspNetCore.JsonPatch.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.AspNetCore.Razor.Language.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Bcl.AsyncInterfaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Build.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Build.Framework.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Build.Locator.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.AnalyzerUtilities.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.CSharp.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Features.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.Elfie.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.Features.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.Razor.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.Scripting.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Data.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.DiaSymReader.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.DotNet.Scaffolding.Shared.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.EntityFrameworkCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.EntityFrameworkCore.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.EntityFrameworkCore.Design.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.EntityFrameworkCore.Relational.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.EntityFrameworkCore.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Extensions.DependencyModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Extensions.PlatformAbstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Identity.Client.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.IdentityModel.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.IdentityModel.Logging.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.IdentityModel.Protocols.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.IdentityModel.Tokens.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.NET.StringTools.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.OpenApi.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.SqlServer.Server.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.SqlServer.Types.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\dotnet-aspnet-codegenerator-design.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Mono.TextTemplating.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\MySqlConnector.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NetTopologySuite.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NetTopologySuite.IO.SpatiaLite.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NetTopologySuite.IO.SqlServerBytes.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Newtonsoft.Json.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Newtonsoft.Json.Bson.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Npgsql.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NuGet.Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NuGet.Configuration.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NuGet.DependencyResolver.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NuGet.Frameworks.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NuGet.LibraryModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NuGet.Packaging.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NuGet.ProjectModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NuGet.Protocol.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\NuGet.Versioning.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Pomelo.EntityFrameworkCore.MySql.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\BouncyCastle.Crypto.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Razorpay.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Serilog.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Serilog.Extensions.Logging.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Serilog.Extensions.Logging.File.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Serilog.Formatting.Compact.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Serilog.Sinks.Async.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Serilog.Sinks.File.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Serilog.Sinks.RollingFile.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\SQLitePCLRaw.core.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Swashbuckle.AspNetCore.Swagger.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Swashbuckle.AspNetCore.SwaggerGen.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Swashbuckle.AspNetCore.SwaggerUI.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.ClientModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.CodeDom.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Composition.AttributedModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Composition.Convention.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Composition.Hosting.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Composition.Runtime.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Composition.TypedParts.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Configuration.ConfigurationManager.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.IdentityModel.Tokens.Jwt.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Management.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Memory.Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Reflection.MetadataLoadContext.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Runtime.Caching.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Security.Cryptography.ProtectedData.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\System.Security.Permissions.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\af\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ar\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\az\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\bg\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\bn-BD\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\cs\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\da\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\el\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fa\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fi-FI\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr-BE\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\he\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\hr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\hu\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\hy\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\id\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\is\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko-KR\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ku\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\lv\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ms-MY\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\mt\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\nb\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\nb-NO\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\nl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ro\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\sk\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\sl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\sr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\sr-Latn\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\sv\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\th-TH\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\tr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\uk\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\uz-Cyrl-UZ\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\uz-Latn-UZ\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\vi\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-CN\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\cs\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pl\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\tr\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\cs\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pl\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\tr\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\cs\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pl\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\tr\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\de\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\es\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\fr\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\it\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ja\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ko\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\pt-BR\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\ru\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hans\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\zh-Hant\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\unix\lib\net8.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\win\lib\net8.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\win-x64\native\SqlServerSpatial160.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\win-x86\native\SqlServerSpatial160.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\win\lib\net7.0\System.Management.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\runtimes\win\lib\net8.0\System.Runtime.Caching.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Domain.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Data.pdb +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Domain.pdb +P:\odiware\practicekea\practicekea_backend\microservices\student\bin\net9.0\Common.pdb +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.csproj.AssemblyReference.cache +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\rpswa.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.GeneratedMSBuildEditorConfig.editorconfig +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.AssemblyInfoInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.AssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.csproj.CoreCompileInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.MvcApplicationPartsAssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.MvcApplicationPartsAssemblyInfo.cache +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\rjimswa.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\rjsmrazor.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\rjsmcshtml.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\scopedcss\bundle\API.Student.styles.css +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\staticwebassets.build.json +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\staticwebassets.build.json.cache +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\staticwebassets.development.json +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\staticwebassets.build.endpoints.json +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\staticwebassets.upToDateCheck.txt +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Stud.E0434135.Up2Date +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\refint\API.Student.dll +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.pdb +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\API.Student.genruntimeconfig.cache +P:\odiware\practicekea\practicekea_backend\microservices\student\obj\Debug\net9.0\ref\API.Student.dll diff --git a/microservices/teacher/obj/Debug/net9.0/API.Teacher.AssemblyInfo.cs b/microservices/teacher/obj/Debug/net9.0/API.Teacher.AssemblyInfo.cs index 1755cfb..c86a499 100644 --- a/microservices/teacher/obj/Debug/net9.0/API.Teacher.AssemblyInfo.cs +++ b/microservices/teacher/obj/Debug/net9.0/API.Teacher.AssemblyInfo.cs @@ -15,7 +15,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")] [assembly: System.Reflection.AssemblyTitleAttribute("API.Teacher")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/microservices/teacher/obj/Debug/net9.0/API.Teacher.assets.cache b/microservices/teacher/obj/Debug/net9.0/API.Teacher.assets.cache index fbe1d5eecd08296f80af6bce8dba3ede84e60c07..4aaf65d658655470b80a6364e9719ef175237132 100644 GIT binary patch delta 60 zcmV-C0K@x%?_u@7URX>QvMQ&~UWdRpbRwa*L+P Ssb+yFg(v}qC<3)815s!zEE)a) delta 60 zcmV-C0K@ - + + Always + - Never + Always @@ -104,5 +106,11 @@ + + + Always + + + diff --git a/microservices/user/Properties/PublishProfiles/FolderProfile.pubxml b/microservices/user/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..637aa99 --- /dev/null +++ b/microservices/user/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,19 @@ + + + + + true + false + true + Release + Any CPU + FileSystem + P:\odiware\publish_vs\api_user + FileSystem + <_TargetId>Folder + + net9.0 + a7d85b34-e80e-47bc-ac18-03e104f38389 + false + + \ No newline at end of file diff --git a/microservices/user/appsettings.Development.json b/microservices/user/appsettings.Development.json index f990844..8b51732 100644 --- a/microservices/user/appsettings.Development.json +++ b/microservices/user/appsettings.Development.json @@ -4,7 +4,8 @@ }, "AllowedHosts": "*", "ConnectionStrings": { - "DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo=" + "DefaultConnectionString": "Server=94.249.213.139;Database=odiproj1_oa;User Id=sa;Password=Odiware@1234!;TrustServerCertificate=True;MultipleActiveResultSets=true" + //"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo=" }, "Jwt": { "Key": "THIS_IS_ODIWARE_SECRET_KEY", diff --git a/microservices/user/appsettings.json b/microservices/user/appsettings.json index f990844..8e6f61c 100644 --- a/microservices/user/appsettings.json +++ b/microservices/user/appsettings.json @@ -4,7 +4,8 @@ }, "AllowedHosts": "*", "ConnectionStrings": { - "DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo=" + "DefaultConnectionString": "Server=94.249.213.139;Database=IndianMusic;User Id=sa;Password=Odiware@1234!;TrustServerCertificate=True;MultipleActiveResultSets=true" + //"DefaultConnectionString": "B58MwWJom8ajCI4ia0DN+uXUcjx9/6VSwwwQLNRr0ALJmE2hmLwzJV6FYk3YezpmAQxcFLiBG1mToDKYxumHzWoyyr3/8JrMxcxJWctehH6XLaoreNgAG4pfVoNqXdy2LLDfxrh+MfXMe5vTzSRd/wgsiNcfFYzvoOA6ecg/K15a6/aM4CBWkylwwihQdCn/u567QL8IlAeUkPSM97dI6OGUYDzuGNoubGBDd2bBEKpY+HZ5gdF+hOxiC68XlkSykjk7vCDg5oIO2wNXvi2D0BmwEpXxhCMUFNaqJN7qpmo=" }, "Jwt": { "Key": "THIS_IS_ODIWARE_SECRET_KEY", diff --git a/microservices/user/obj/Debug/net9.0/API.User.AssemblyInfo.cs b/microservices/user/obj/Debug/net9.0/API.User.AssemblyInfo.cs index 6fa601c..a4a6fb5 100644 --- a/microservices/user/obj/Debug/net9.0/API.User.AssemblyInfo.cs +++ b/microservices/user/obj/Debug/net9.0/API.User.AssemblyInfo.cs @@ -1,7 +1,6 @@ //------------------------------------------------------------------------------ // // 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. @@ -15,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("Odiware Technologies")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0b0a40aa219fa5f019eea91be71c5fb97f81ee6f")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5802c02ed7c34f1f5a4395a3f1eba69c1501fbe7")] [assembly: System.Reflection.AssemblyProductAttribute("OnlineAssessment Web API")] [assembly: System.Reflection.AssemblyTitleAttribute("API.User")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/microservices/user/obj/Debug/net9.0/API.User.assets.cache b/microservices/user/obj/Debug/net9.0/API.User.assets.cache index 333456909d8a755b8afb06a86cf7199be5864d08..bdd54bcfe8943b8383b32468867e38a670082045 100644 GIT binary patch delta 60 zcmV-C0K@;J=nbUk4Jc4cM?nk#001E}+{Dk0=lR6bUDNh(EqDac?Dk{$Qo1t diff --git a/microservices/user/obj/Debug/net9.0/API.User.csproj.FileListAbsolute.txt b/microservices/user/obj/Debug/net9.0/API.User.csproj.FileListAbsolute.txt index 155dac0..f068c11 100644 --- a/microservices/user/obj/Debug/net9.0/API.User.csproj.FileListAbsolute.txt +++ b/microservices/user/obj/Debug/net9.0/API.User.csproj.FileListAbsolute.txt @@ -243,3 +243,356 @@ /Users/preet/Documents/Odiproject/practicekea_backend/microservices/user/obj/Debug/net9.0/API.User.pdb /Users/preet/Documents/Odiproject/practicekea_backend/microservices/user/obj/Debug/net9.0/API.User.genruntimeconfig.cache /Users/preet/Documents/Odiproject/practicekea_backend/microservices/user/obj/Debug/net9.0/ref/API.User.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\web.config +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\appresponsemessages.json +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\appsettings.Development.json +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\appsettings.json +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Firebase\practice-kea-7cb5b-firebase-adminsdk-e4h19-6e05200a3f.json +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Firebase\practice-kea-firebase-adminsdk-k5phq-97b07370f4.json +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\global.json +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\API.User.staticwebassets.endpoints.json +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\API.User.exe +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\API.User.xml +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\API.User.deps.json +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\API.User.runtimeconfig.json +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\API.User.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\API.User.pdb +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\AutoMapper.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Azure.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Azure.Identity.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\EFCore.BulkExtensions.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\EFCore.BulkExtensions.MySql.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\EFCore.BulkExtensions.PostgreSql.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\EFCore.BulkExtensions.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\EFCore.BulkExtensions.SqlServer.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\FirebaseAdmin.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\FluentValidation.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\FluentValidation.AspNetCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\FluentValidation.DependencyInjectionExtensions.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Google.Api.Gax.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Google.Api.Gax.Rest.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Google.Apis.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Google.Apis.Auth.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Google.Apis.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Humanizer.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\MedallionTopologicalSort.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.AspNetCore.JsonPatch.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.AspNetCore.Razor.Language.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Bcl.AsyncInterfaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Build.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Build.Framework.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Build.Locator.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.AnalyzerUtilities.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.CSharp.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Features.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.Elfie.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.Features.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.Razor.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.Scripting.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Data.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.DiaSymReader.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.DotNet.Scaffolding.Shared.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.EntityFrameworkCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.EntityFrameworkCore.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.EntityFrameworkCore.Design.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.EntityFrameworkCore.Relational.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.EntityFrameworkCore.Sqlite.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Extensions.DependencyModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Extensions.PlatformAbstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Identity.Client.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.IdentityModel.Abstractions.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.IdentityModel.Logging.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.IdentityModel.Protocols.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.IdentityModel.Tokens.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.NET.StringTools.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.OpenApi.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.SqlServer.Server.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.SqlServer.Types.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\dotnet-aspnet-codegenerator-design.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Mono.TextTemplating.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\MySqlConnector.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NetTopologySuite.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NetTopologySuite.IO.SpatiaLite.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NetTopologySuite.IO.SqlServerBytes.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Newtonsoft.Json.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Newtonsoft.Json.Bson.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Npgsql.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NuGet.Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NuGet.Configuration.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NuGet.DependencyResolver.Core.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NuGet.Frameworks.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NuGet.LibraryModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NuGet.Packaging.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NuGet.ProjectModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NuGet.Protocol.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\NuGet.Versioning.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Pomelo.EntityFrameworkCore.MySql.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\BouncyCastle.Crypto.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Razorpay.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.AspNetCore.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Extensions.Hosting.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Extensions.Logging.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Extensions.Logging.File.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Formatting.Compact.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Settings.Configuration.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Sinks.Async.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Sinks.Console.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Sinks.Debug.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Sinks.File.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Serilog.Sinks.RollingFile.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\SQLitePCLRaw.core.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Swashbuckle.AspNetCore.Swagger.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Swashbuckle.AspNetCore.SwaggerGen.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Swashbuckle.AspNetCore.SwaggerUI.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.ClientModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.CodeDom.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Composition.AttributedModel.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Composition.Convention.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Composition.Hosting.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Composition.Runtime.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Composition.TypedParts.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Configuration.ConfigurationManager.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.IdentityModel.Tokens.Jwt.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Management.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Memory.Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Reflection.MetadataLoadContext.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Runtime.Caching.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Security.Cryptography.ProtectedData.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\System.Security.Permissions.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\af\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ar\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\az\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\bg\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\bn-BD\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\cs\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\da\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\el\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fa\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fi-FI\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr-BE\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\he\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\hr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\hu\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\hy\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\id\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\is\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko-KR\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ku\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\lv\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ms-MY\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\mt\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\nb\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\nb-NO\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\nl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ro\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\sk\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\sl\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\sr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\sr-Latn\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\sv\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\th-TH\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\tr\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\uk\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\uz-Cyrl-UZ\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\uz-Latn-UZ\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\vi\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-CN\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Humanizer.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\cs\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pl\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\tr\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\cs\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pl\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\tr\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Features.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\cs\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pl\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\tr\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\de\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\es\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\fr\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\it\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ja\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ko\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\pt-BR\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\ru\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hans\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\zh-Hant\Microsoft.SqlServer.Types.resources.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\unix\lib\net8.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\win\lib\net8.0\Microsoft.Data.SqlClient.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\win-x64\native\SqlServerSpatial160.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\win-x86\native\SqlServerSpatial160.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\win\lib\net7.0\System.Management.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\runtimes\win\lib\net8.0\System.Runtime.Caching.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Common.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Data.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Domain.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Data.pdb +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Domain.pdb +P:\odiware\practicekea\practicekea_backend\microservices\user\bin\net9.0\Common.pdb +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.csproj.AssemblyReference.cache +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\rpswa.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.GeneratedMSBuildEditorConfig.editorconfig +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.AssemblyInfoInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.AssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.csproj.CoreCompileInputs.cache +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.MvcApplicationPartsAssemblyInfo.cs +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.MvcApplicationPartsAssemblyInfo.cache +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\rjimswa.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\rjsmrazor.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\rjsmcshtml.dswa.cache.json +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\scopedcss\bundle\API.User.styles.css +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\staticwebassets.build.json +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\staticwebassets.build.json.cache +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\staticwebassets.development.json +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\staticwebassets.build.endpoints.json +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.csproj.Up2Date +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\refint\API.User.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.pdb +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\API.User.genruntimeconfig.cache +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\ref\API.User.dll +P:\odiware\practicekea\practicekea_backend\microservices\user\obj\Debug\net9.0\staticwebassets.upToDateCheck.txt diff --git a/microservices/user/obj/Debug/net9.0/rpswa.dswa.cache.json b/microservices/user/obj/Debug/net9.0/rpswa.dswa.cache.json index ecb7a9e..1520be7 100644 --- a/microservices/user/obj/Debug/net9.0/rpswa.dswa.cache.json +++ b/microservices/user/obj/Debug/net9.0/rpswa.dswa.cache.json @@ -1 +1 @@ -{"GlobalPropertiesHash":"bcMeeAjhele9XvzNtpd3dlege/90lx/TPiqElMGXAJU=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["E6AuxeJSJHHwF31aArnxfpVgXAlMWa2IE3\u002BMHunLbUk=","Hwiv4IEnWcml2V4FaQPqxEgrKIsZzIUA3P9pDvJ3X9Y=","3HFmjlllBkZw01oCZQYRmuSwa3bjNlGWr3B4qj4WVuQ=","RAtRNtMBWbwMS7c81C1FCrOWrc7YGYnpmOQf3873r00=","E64bPZiRvmZoQ4uCFBn0ushbj414T/jwzL3KwzOyZRI=","6A9AAqZ3hor1N6CFtL1srzvYt1HWNGFWsB6eQtQtFK8=","rriL979fIQlhQ8Mslk06MkckwBRAN6sHG\u002BTP1OLSV2M="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file +{"GlobalPropertiesHash":"bcMeeAjhele9XvzNtpd3dlege/90lx/TPiqElMGXAJU=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["GOli9Sx7txNXTTkWqxREOg9bxJ3IYkMTXxKDExcmySY=","Hwiv4IEnWcml2V4FaQPqxEgrKIsZzIUA3P9pDvJ3X9Y=","ZBUD3JHvZqQbXcnsemsEV2Euqxl\u002BjmHnzZYejXveZ8Q=","yLrfAJUDabrmbBoalEK6\u002B9XLADbw1QoU9rWa5PlQbvw=","E64bPZiRvmZoQ4uCFBn0ushbj414T/jwzL3KwzOyZRI=","6A9AAqZ3hor1N6CFtL1srzvYt1HWNGFWsB6eQtQtFK8=","rriL979fIQlhQ8Mslk06MkckwBRAN6sHG\u002BTP1OLSV2M="],"CachedAssets":{},"CachedCopyCandidates":{}} \ No newline at end of file diff --git a/microservices/user/web.config b/microservices/user/web.config index e55022f..63f369c 100644 --- a/microservices/user/web.config +++ b/microservices/user/web.config @@ -18,7 +18,7 @@ - +