Deployed api-user to practicekea.com
This commit is contained in:
parent
5802c02ed7
commit
c427b087fe
|
|
@ -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
|
||||
|
|
@ -13,4 +13,10 @@
|
|||
<PackageReference Include="Ocelot" Version="16.0.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="index.html">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -11,23 +11,23 @@
|
|||
<h3 style='color:green'>API Gateway (Online Assessment)</h3>
|
||||
<ul style='list-style-type:none;'>
|
||||
<li>
|
||||
User API <a href='http://api-user.odiprojects.com/swagger/index.html' target='_blank'>(api-user)</a>
|
||||
User API <a href='http://api-user.practicekea.com/swagger/index.html' target='_blank'>(api-user)</a>
|
||||
</li>
|
||||
<li style='height: 20px'> </li>
|
||||
<li>
|
||||
Admin API <a href='http://api-admin.odiprojects.com/swagger/index.html' target='_blank'>(api-admin)</a>
|
||||
Admin API <a href='http://api-admin.practicekea.com/swagger/index.html' target='_blank'>(api-admin)</a>
|
||||
</li>
|
||||
<li style='height: 20px'> </li>
|
||||
<li>
|
||||
Institute API <a href='http://api-institute.odiprojects.com/swagger/index.html' target='_blank'>(api-institute)</a>
|
||||
Institute API <a href='http://api-institute.practicekea.com/swagger/index.html' target='_blank'>(api-institute)</a>
|
||||
</li>
|
||||
<li style='height: 20px'> </li>
|
||||
<li>
|
||||
Student API <a href='http://api-student.odiprojects.com/swagger/index.html' target='_blank'>(api-institute)</a>
|
||||
Student API <a href='http://api-student.practicekea.com/swagger/index.html' target='_blank'>(api-institute)</a>
|
||||
</li>
|
||||
<li style='height: 20px'> </li>
|
||||
<li>
|
||||
Images API <a href='http://api-bucket.odiprojects.com/swagger/index.html' target='_blank'>(api-institute)</a>
|
||||
Images API <a href='http://api-bucket.practicekea.com/swagger/index.html' target='_blank'>(api-institute)</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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")]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -142,3 +142,347 @@
|
|||
/Users/preet/Documents/Odiproject/practicekea_backend/microservices/S3Bucket/obj/Debug/net9.0/API.Bucket.pdb
|
||||
/Users/preet/Documents/Odiproject/practicekea_backend/microservices/S3Bucket/obj/Debug/net9.0/API.Bucket.genruntimeconfig.cache
|
||||
/Users/preet/Documents/Odiproject/practicekea_backend/microservices/S3Bucket/obj/Debug/net9.0/ref/API.Bucket.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\web.config
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\appresponsemessages.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\appsettings.Development.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\appsettings.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Firebase\practice-kea-7cb5b-firebase-adminsdk-e4h19-6e05200a3f.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\global.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\API.Bucket.staticwebassets.endpoints.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\API.Bucket.exe
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\API.Bucket.deps.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\API.Bucket.runtimeconfig.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\API.Bucket.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\API.Bucket.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\OnlineAssessment.xml
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\AutoMapper.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\AWSSDK.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\AWSSDK.Extensions.NETCore.Setup.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\AWSSDK.S3.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Azure.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Azure.Identity.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\EFCore.BulkExtensions.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\EFCore.BulkExtensions.MySql.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\EFCore.BulkExtensions.PostgreSql.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\EFCore.BulkExtensions.Sqlite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\EFCore.BulkExtensions.SqlServer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\FirebaseAdmin.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\FluentValidation.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\FluentValidation.AspNetCore.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\FluentValidation.DependencyInjectionExtensions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Google.Api.Gax.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Google.Api.Gax.Rest.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Google.Apis.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Google.Apis.Auth.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Google.Apis.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Humanizer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\MedallionTopologicalSort.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.AspNetCore.JsonPatch.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.AspNetCore.Razor.Language.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Build.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Build.Framework.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Build.Locator.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.AnalyzerUtilities.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.CSharp.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Features.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.Elfie.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.Features.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.Razor.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.Scripting.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Data.SqlClient.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Data.Sqlite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.DiaSymReader.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.DotNet.Scaffolding.Shared.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.EntityFrameworkCore.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.EntityFrameworkCore.Design.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.EntityFrameworkCore.Relational.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.EntityFrameworkCore.Sqlite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Extensions.DependencyModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Extensions.PlatformAbstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Identity.Client.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.IdentityModel.Abstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.IdentityModel.Logging.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.IdentityModel.Protocols.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.IdentityModel.Tokens.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.NET.StringTools.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.OpenApi.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.SqlServer.Server.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.SqlServer.Types.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\dotnet-aspnet-codegenerator-design.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Mono.TextTemplating.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\MySqlConnector.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NetTopologySuite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NetTopologySuite.IO.SpatiaLite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NetTopologySuite.IO.SqlServerBytes.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Newtonsoft.Json.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Newtonsoft.Json.Bson.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Npgsql.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NuGet.Common.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NuGet.Configuration.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NuGet.DependencyResolver.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NuGet.Frameworks.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NuGet.LibraryModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NuGet.Packaging.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NuGet.ProjectModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NuGet.Protocol.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\NuGet.Versioning.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Pomelo.EntityFrameworkCore.MySql.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\BouncyCastle.Crypto.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Razorpay.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\SQLitePCLRaw.core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Swashbuckle.AspNetCore.Annotations.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Swashbuckle.AspNetCore.Swagger.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.ClientModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.CodeDom.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Composition.AttributedModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Composition.Convention.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Composition.Hosting.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Composition.Runtime.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Composition.TypedParts.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Configuration.ConfigurationManager.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.IdentityModel.Tokens.Jwt.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Management.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Memory.Data.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Reflection.MetadataLoadContext.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Runtime.Caching.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Security.Cryptography.ProtectedData.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\System.Security.Permissions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\af\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ar\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\az\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\bg\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\bn-BD\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\cs\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\da\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\el\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fa\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fi-FI\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr-BE\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\he\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\hr\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\hu\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\hy\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\id\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\is\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko-KR\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ku\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\lv\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ms-MY\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\mt\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\nb\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\nb-NO\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\nl\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pl\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ro\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\sk\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\sl\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\sr\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\sr-Latn\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\sv\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\th-TH\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\tr\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\uk\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\uz-Cyrl-UZ\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\uz-Latn-UZ\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\vi\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-CN\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\cs\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pl\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\tr\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\cs\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pl\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\tr\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\cs\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pl\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\tr\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\de\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\es\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\fr\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\it\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ja\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ko\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\pt-BR\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\ru\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hans\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\zh-Hant\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\unix\lib\net8.0\Microsoft.Data.SqlClient.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\win\lib\net8.0\Microsoft.Data.SqlClient.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\win-x64\native\SqlServerSpatial160.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\win-x86\native\SqlServerSpatial160.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\win\lib\net7.0\System.Management.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\runtimes\win\lib\net8.0\System.Runtime.Caching.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Common.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Data.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Domain.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Common.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Data.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\bin\net9.0\Domain.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.csproj.AssemblyReference.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\rpswa.dswa.cache.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.GeneratedMSBuildEditorConfig.editorconfig
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.AssemblyInfoInputs.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.AssemblyInfo.cs
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.csproj.CoreCompileInputs.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.MvcApplicationPartsAssemblyInfo.cs
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.MvcApplicationPartsAssemblyInfo.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\rjimswa.dswa.cache.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\rjsmrazor.dswa.cache.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\rjsmcshtml.dswa.cache.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\scopedcss\bundle\API.Bucket.styles.css
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\staticwebassets.build.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\staticwebassets.build.json.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\staticwebassets.development.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\staticwebassets.build.endpoints.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\staticwebassets.upToDateCheck.txt
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.csproj.Up2Date
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\refint\API.Bucket.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\API.Bucket.genruntimeconfig.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\S3Bucket\obj\Debug\net9.0\ref\API.Bucket.dll
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ namespace OnlineAssessment
|
|||
/// </summary>
|
||||
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<OnlineAssessmentContext>((serviceProvider, optionsBuilder) =>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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")]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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")]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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")]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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")]
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -218,3 +218,356 @@
|
|||
/Users/preet/Documents/Odiproject/practicekea_backend/microservices/teacher/obj/Debug/net9.0/API.Teacher.pdb
|
||||
/Users/preet/Documents/Odiproject/practicekea_backend/microservices/teacher/obj/Debug/net9.0/API.Teacher.genruntimeconfig.cache
|
||||
/Users/preet/Documents/Odiproject/practicekea_backend/microservices/teacher/obj/Debug/net9.0/ref/API.Teacher.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\web.config
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\appresponsemessages.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\appsettings.Development.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\appsettings.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Firebase\practice-kea-7cb5b-firebase-adminsdk-e4h19-6e05200a3f.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\global.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\API.Teacher.staticwebassets.endpoints.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\API.Teacher.exe
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\API.Teacher.deps.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\API.Teacher.runtimeconfig.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\API.Teacher.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\API.Teacher.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\API.Teacher.xml
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\AutoMapper.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Azure.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Azure.Identity.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\EFCore.BulkExtensions.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\EFCore.BulkExtensions.MySql.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\EFCore.BulkExtensions.PostgreSql.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\EFCore.BulkExtensions.Sqlite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\EFCore.BulkExtensions.SqlServer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\FirebaseAdmin.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\FluentValidation.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\FluentValidation.AspNetCore.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\FluentValidation.DependencyInjectionExtensions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Google.Api.Gax.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Google.Api.Gax.Rest.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Google.Apis.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Google.Apis.Auth.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Google.Apis.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Humanizer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\MedallionTopologicalSort.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.AspNetCore.Authorization.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.AspNetCore.JsonPatch.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.AspNetCore.Metadata.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.AspNetCore.Razor.Language.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Build.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Build.Framework.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Build.Locator.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.AnalyzerUtilities.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.CSharp.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Features.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.Elfie.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.Features.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.Razor.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.Scripting.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Data.SqlClient.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Data.Sqlite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.DiaSymReader.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.DotNet.Scaffolding.Shared.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.EntityFrameworkCore.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.EntityFrameworkCore.Design.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.EntityFrameworkCore.Relational.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.EntityFrameworkCore.Sqlite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Extensions.DependencyModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Extensions.Logging.Abstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Extensions.Options.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Extensions.PlatformAbstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Extensions.Primitives.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Identity.Client.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.IdentityModel.Abstractions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.IdentityModel.Logging.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.IdentityModel.Protocols.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.IdentityModel.Tokens.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.NET.StringTools.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.OpenApi.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.SqlServer.Server.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.SqlServer.Types.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\dotnet-aspnet-codegenerator-design.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Mono.TextTemplating.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\MySqlConnector.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NetTopologySuite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NetTopologySuite.IO.SpatiaLite.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NetTopologySuite.IO.SqlServerBytes.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Newtonsoft.Json.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Newtonsoft.Json.Bson.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Npgsql.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NuGet.Common.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NuGet.Configuration.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NuGet.DependencyResolver.Core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NuGet.Frameworks.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NuGet.LibraryModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NuGet.Packaging.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NuGet.ProjectModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NuGet.Protocol.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\NuGet.Versioning.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Pomelo.EntityFrameworkCore.MySql.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\BouncyCastle.Crypto.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Razorpay.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Serilog.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Serilog.Extensions.Logging.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Serilog.Extensions.Logging.File.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Serilog.Formatting.Compact.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Serilog.Sinks.Async.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Serilog.Sinks.File.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Serilog.Sinks.RollingFile.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\SQLitePCLRaw.core.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Swashbuckle.AspNetCore.Swagger.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.ClientModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.CodeDom.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Composition.AttributedModel.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Composition.Convention.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Composition.Hosting.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Composition.Runtime.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Composition.TypedParts.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Configuration.ConfigurationManager.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.IdentityModel.Tokens.Jwt.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Management.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Memory.Data.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Reflection.MetadataLoadContext.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Runtime.Caching.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Security.Cryptography.ProtectedData.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\System.Security.Permissions.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\af\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ar\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\az\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\bg\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\bn-BD\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\cs\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\da\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\el\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fa\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fi-FI\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr-BE\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\he\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\hr\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\hu\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\hy\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\id\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\is\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko-KR\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ku\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\lv\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ms-MY\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\mt\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\nb\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\nb-NO\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\nl\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pl\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ro\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\sk\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\sl\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\sr\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\sr-Latn\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\sv\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\th-TH\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\tr\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\uk\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\uz-Cyrl-UZ\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\uz-Latn-UZ\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\vi\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-CN\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Humanizer.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\cs\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pl\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\tr\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\cs\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pl\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\tr\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Features.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\cs\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pl\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\tr\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\cs\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pl\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\tr\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\de\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\es\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\fr\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\it\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ja\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ko\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\pt-BR\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\ru\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hans\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\zh-Hant\Microsoft.SqlServer.Types.resources.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\unix\lib\net8.0\Microsoft.Data.SqlClient.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\win\lib\net8.0\Microsoft.Data.SqlClient.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\win-x64\native\SqlServerSpatial160.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\win-x86\native\SqlServerSpatial160.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\win\lib\net7.0\System.Management.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\runtimes\win\lib\net8.0\System.Runtime.Caching.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Common.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Data.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Domain.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Data.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Domain.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\bin\net9.0\Common.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.csproj.AssemblyReference.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\rpswa.dswa.cache.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.GeneratedMSBuildEditorConfig.editorconfig
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.AssemblyInfoInputs.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.AssemblyInfo.cs
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.csproj.CoreCompileInputs.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.MvcApplicationPartsAssemblyInfo.cs
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.MvcApplicationPartsAssemblyInfo.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\rjimswa.dswa.cache.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\rjsmrazor.dswa.cache.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\rjsmcshtml.dswa.cache.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\scopedcss\bundle\API.Teacher.styles.css
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\staticwebassets.build.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\staticwebassets.build.json.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\staticwebassets.development.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\staticwebassets.build.endpoints.json
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\staticwebassets.upToDateCheck.txt
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teac.0A7F6B1D.Up2Date
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\refint\API.Teacher.dll
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.pdb
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\API.Teacher.genruntimeconfig.cache
|
||||
P:\odiware\practicekea\practicekea_backend\microservices\teacher\obj\Debug\net9.0\ref\API.Teacher.dll
|
||||
|
|
|
|||
|
|
@ -62,9 +62,11 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Content\custom.js" />
|
||||
<EmbeddedResource Include="Content\custom.js">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Content\custom.css">
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
|
|
@ -104,5 +106,11 @@
|
|||
<ProjectReference Include="..\_layers\domain\Domain.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Content\logo.jpg">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<DeleteExistingFiles>true</DeleteExistingFiles>
|
||||
<ExcludeApp_Data>false</ExcludeApp_Data>
|
||||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<PublishProvider>FileSystem</PublishProvider>
|
||||
<PublishUrl>P:\odiware\publish_vs\api_user</PublishUrl>
|
||||
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||
<_TargetId>Folder</_TargetId>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ProjectGuid>a7d85b34-e80e-47bc-ac18-03e104f38389</ProjectGuid>
|
||||
<SelfContained>false</SelfContained>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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")]
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"GlobalPropertiesHash":"bcMeeAjhele9XvzNtpd3dlege/90lx/TPiqElMGXAJU=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["E6AuxeJSJHHwF31aArnxfpVgXAlMWa2IE3\u002BMHunLbUk=","Hwiv4IEnWcml2V4FaQPqxEgrKIsZzIUA3P9pDvJ3X9Y=","3HFmjlllBkZw01oCZQYRmuSwa3bjNlGWr3B4qj4WVuQ=","RAtRNtMBWbwMS7c81C1FCrOWrc7YGYnpmOQf3873r00=","E64bPZiRvmZoQ4uCFBn0ushbj414T/jwzL3KwzOyZRI=","6A9AAqZ3hor1N6CFtL1srzvYt1HWNGFWsB6eQtQtFK8=","rriL979fIQlhQ8Mslk06MkckwBRAN6sHG\u002BTP1OLSV2M="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
{"GlobalPropertiesHash":"bcMeeAjhele9XvzNtpd3dlege/90lx/TPiqElMGXAJU=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["GOli9Sx7txNXTTkWqxREOg9bxJ3IYkMTXxKDExcmySY=","Hwiv4IEnWcml2V4FaQPqxEgrKIsZzIUA3P9pDvJ3X9Y=","ZBUD3JHvZqQbXcnsemsEV2Euqxl\u002BjmHnzZYejXveZ8Q=","yLrfAJUDabrmbBoalEK6\u002B9XLADbw1QoU9rWa5PlQbvw=","E64bPZiRvmZoQ4uCFBn0ushbj414T/jwzL3KwzOyZRI=","6A9AAqZ3hor1N6CFtL1srzvYt1HWNGFWsB6eQtQtFK8=","rriL979fIQlhQ8Mslk06MkckwBRAN6sHG\u002BTP1OLSV2M="],"CachedAssets":{},"CachedCopyCandidates":{}}
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
<add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="Script" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||
<add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" requireAccess="Script" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="dotnet" arguments=".\Api.User.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
||||
<aspNetCore processPath="dotnet" arguments=".\Api.User.dll" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
||||
</system.webServer>
|
||||
</location>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Reference in New Issue