backend for logging
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@@ -0,0 +1,22 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("API")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8e4322649e4df45cec652c7098c929f725ff16bf")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("API")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("API")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
e89a8c996488c1617fa223013ed7b9a0fd40815ff027f6abecf28d00822c5d2a
|
||||
@@ -0,0 +1,19 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = API
|
||||
build_property.RootNamespace = API
|
||||
build_property.ProjectDir = /home/azureuser/CC-FinalProj/backend/API/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 8.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = /home/azureuser/CC-FinalProj/backend/API
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
@@ -0,0 +1,17 @@
|
||||
// <auto-generated/>
|
||||
global using global::Microsoft.AspNetCore.Builder;
|
||||
global using global::Microsoft.AspNetCore.Hosting;
|
||||
global using global::Microsoft.AspNetCore.Http;
|
||||
global using global::Microsoft.AspNetCore.Routing;
|
||||
global using global::Microsoft.Extensions.Configuration;
|
||||
global using global::Microsoft.Extensions.DependencyInjection;
|
||||
global using global::Microsoft.Extensions.Hosting;
|
||||
global using global::Microsoft.Extensions.Logging;
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Net.Http.Json;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
@@ -0,0 +1,16 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
7f0e82a5e3b10b69388bb99d43260c2c908dc31d894f474a440ba4abbf1a8500
|
||||
@@ -0,0 +1,66 @@
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/appsettings.Development.json
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/appsettings.json
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/API
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/API.deps.json
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/API.runtimeconfig.json
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/API.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/API.pdb
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/AWSSDK.Core.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/AWSSDK.SecurityToken.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/DnsClient.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/FluentValidation.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.EntityFrameworkCore.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.IdentityModel.Abstractions.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.IdentityModel.Logging.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.IdentityModel.Protocols.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.IdentityModel.Tokens.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Microsoft.OpenApi.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/MongoDB.Bson.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/MongoDB.Driver.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/MongoDB.Driver.Core.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/MongoDB.Libmongocrypt.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Npgsql.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/SharpCompress.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Snappier.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Swashbuckle.AspNetCore.Swagger.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/ZstdSharp.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/runtimes/linux/native/libmongocrypt.so
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/runtimes/osx/native/libmongocrypt.dylib
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/runtimes/win/native/mongocrypt.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Application.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Core.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Infrastructure.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Application.pdb
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Infrastructure.pdb
|
||||
/home/azureuser/CC-FinalProj/backend/API/bin/Release/net8.0/Core.pdb
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.csproj.AssemblyReference.cache
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.AssemblyInfoInputs.cache
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.AssemblyInfo.cs
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.csproj.CoreCompileInputs.cache
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.MvcApplicationPartsAssemblyInfo.cs
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.MvcApplicationPartsAssemblyInfo.cache
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.sourcelink.json
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/staticwebassets.build.json
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/staticwebassets.development.json
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/staticwebassets/msbuild.API.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/staticwebassets/msbuild.build.API.props
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/staticwebassets/msbuild.buildMultiTargeting.API.props
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/staticwebassets/msbuild.buildTransitive.API.props
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/staticwebassets.pack.json
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/scopedcss/bundle/API.styles.css
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.csproj.Up2Date
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/refint/API.dll
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.pdb
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/API.genruntimeconfig.cache
|
||||
/home/azureuser/CC-FinalProj/backend/API/obj/Release/net8.0/ref/API.dll
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
1d7848bcc7e656e0ca59a7194eb81dc653a09b7c6bb86ea4161c37e3e15f51a3
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
{"documents":{"/home/azureuser/CC-FinalProj/*":"https://raw.githubusercontent.com/andrei-mihnea-cerbu/CC-FinalProj/8e4322649e4df45cec652c7098c929f725ff16bf/*"}}
|
||||
@@ -0,0 +1,44 @@
|
||||
/var/www/healthcare_manager_api/API
|
||||
/var/www/healthcare_manager_api/appsettings.Development.json
|
||||
/var/www/healthcare_manager_api/appsettings.json
|
||||
/var/www/healthcare_manager_api/API.dll
|
||||
/var/www/healthcare_manager_api/API.deps.json
|
||||
/var/www/healthcare_manager_api/API.runtimeconfig.json
|
||||
/var/www/healthcare_manager_api/API.pdb
|
||||
/var/www/healthcare_manager_api/AWSSDK.Core.dll
|
||||
/var/www/healthcare_manager_api/AWSSDK.SecurityToken.dll
|
||||
/var/www/healthcare_manager_api/DnsClient.dll
|
||||
/var/www/healthcare_manager_api/FluentValidation.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.AspNetCore.Authentication.JwtBearer.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.EntityFrameworkCore.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.IdentityModel.Abstractions.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.IdentityModel.Logging.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.IdentityModel.Protocols.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.IdentityModel.Tokens.dll
|
||||
/var/www/healthcare_manager_api/Microsoft.OpenApi.dll
|
||||
/var/www/healthcare_manager_api/MongoDB.Bson.dll
|
||||
/var/www/healthcare_manager_api/MongoDB.Driver.dll
|
||||
/var/www/healthcare_manager_api/MongoDB.Driver.Core.dll
|
||||
/var/www/healthcare_manager_api/MongoDB.Libmongocrypt.dll
|
||||
/var/www/healthcare_manager_api/Npgsql.dll
|
||||
/var/www/healthcare_manager_api/Npgsql.EntityFrameworkCore.PostgreSQL.dll
|
||||
/var/www/healthcare_manager_api/SharpCompress.dll
|
||||
/var/www/healthcare_manager_api/Snappier.dll
|
||||
/var/www/healthcare_manager_api/Swashbuckle.AspNetCore.Swagger.dll
|
||||
/var/www/healthcare_manager_api/Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
/var/www/healthcare_manager_api/Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
/var/www/healthcare_manager_api/System.IdentityModel.Tokens.Jwt.dll
|
||||
/var/www/healthcare_manager_api/ZstdSharp.dll
|
||||
/var/www/healthcare_manager_api/runtimes/linux/native/libmongocrypt.so
|
||||
/var/www/healthcare_manager_api/runtimes/osx/native/libmongocrypt.dylib
|
||||
/var/www/healthcare_manager_api/runtimes/win/native/mongocrypt.dll
|
||||
/var/www/healthcare_manager_api/Application.dll
|
||||
/var/www/healthcare_manager_api/Core.dll
|
||||
/var/www/healthcare_manager_api/Infrastructure.dll
|
||||
/var/www/healthcare_manager_api/Application.pdb
|
||||
/var/www/healthcare_manager_api/Infrastructure.pdb
|
||||
/var/www/healthcare_manager_api/Core.pdb
|
||||
Executable
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "bUm1vPqwZHJejLhtNIB7WgmMI8ngxypkYrDApg4MvgQ=",
|
||||
"Source": "API",
|
||||
"BasePath": "_content/API",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Build",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [],
|
||||
"Assets": []
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "BmU7fGuTJpBu0l1oTDCr6d1Z1+7OaO1PIkDzHCAqaAo=",
|
||||
"Source": "API",
|
||||
"BasePath": "_content/API",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Publish",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [],
|
||||
"Assets": []
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="../build/API.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="../buildMultiTargeting/API.props" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user