This commit is contained in:
blyssco 2026-02-09 09:43:40 +01:00
parent 0f182f58fa
commit 7c794fa3d5
36 changed files with 175 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

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

View File

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

View File

@ -0,0 +1,59 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"chat.API/1.0.0": {
"dependencies": {
"Microsoft.AspNetCore.OpenApi": "10.0.1"
},
"runtime": {
"chat.API.dll": {}
}
},
"Microsoft.AspNetCore.OpenApi/10.0.1": {
"dependencies": {
"Microsoft.OpenApi": "2.0.0"
},
"runtime": {
"lib/net10.0/Microsoft.AspNetCore.OpenApi.dll": {
"assemblyVersion": "10.0.1.0",
"fileVersion": "10.0.125.57005"
}
}
},
"Microsoft.OpenApi/2.0.0": {
"runtime": {
"lib/net8.0/Microsoft.OpenApi.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
}
}
}
}
},
"libraries": {
"chat.API/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Microsoft.AspNetCore.OpenApi/10.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gMY53EggRIFawhue66GanHcm1Tcd0+QzzMwnMl60LrEoJhGgzA9qAbLx6t/ON3hX4flc2NcEbTK1Z5GCLYHcwA==",
"path": "microsoft.aspnetcore.openapi/10.0.1",
"hashPath": "microsoft.aspnetcore.openapi.10.0.1.nupkg.sha512"
},
"Microsoft.OpenApi/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GGYLfzV/G/ct80OZ45JxnWP7NvMX1BCugn/lX7TH5o0lcVaviavsLMTxmFV2AybXWjbi3h6FF1vgZiTK6PXndw==",
"path": "microsoft.openapi/2.0.0",
"hashPath": "microsoft.openapi.2.0.0.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "10.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

View File

@ -0,0 +1 @@
{"Version":1,"ManifestType":"Build","Endpoints":[]}

View File

@ -0,0 +1 @@
[]

View File

@ -0,0 +1 @@
chat.API.json

View File

@ -0,0 +1,16 @@
{
"openapi": "3.1.1",
"info": {
"title": "chat.API | v1",
"version": "1.0.0"
},
"servers": [
{
"url": "https://localhost:7225"
},
{
"url": "http://localhost:5294"
}
],
"paths": { }
}

Binary file not shown.

View File

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("chat.API")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+13bfae3239a600b014f91375db39416024a8ac26")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0f182f58fa06f0b84b61d79977e50b4d7a13a100")]
[assembly: System.Reflection.AssemblyProductAttribute("chat.API")]
[assembly: System.Reflection.AssemblyTitleAttribute("chat.API")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
e1f3ff9af7c35a459f557f7b477fa5385f12d900409502b6e1cbc7e045490125
4c25aad8313c35946197ed5ad8241b68d178663ed29ad7040de2149e16023950

View File

@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@ -0,0 +1 @@
46fec9da3b6e4e4f5af381c33d177b8592e4b66c74fa497a2392065b82fb660c

View File

@ -0,0 +1,34 @@
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\appsettings.Development.json
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\appsettings.json
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\chat.API.staticwebassets.endpoints.json
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\chat.API.exe
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\chat.API.deps.json
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\chat.API.runtimeconfig.json
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\chat.API.dll
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\chat.API.pdb
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\Microsoft.AspNetCore.OpenApi.dll
C:\Users\youss\source\repos\chat_application\chat.API\bin\Debug\net10.0\Microsoft.OpenApi.dll
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.csproj.AssemblyReference.cache
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\rpswa.dswa.cache.json
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.AssemblyInfoInputs.cache
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.AssemblyInfo.cs
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.csproj.CoreCompileInputs.cache
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.MvcApplicationPartsAssemblyInfo.cs
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.MvcApplicationPartsAssemblyInfo.cache
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\rjimswa.dswa.cache.json
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\rjsmrazor.dswa.cache.json
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\rjsmcshtml.dswa.cache.json
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\scopedcss\bundle\chat.API.styles.css
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\staticwebassets.build.json
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\staticwebassets.build.json.cache
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\staticwebassets.development.json
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\staticwebassets.build.endpoints.json
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\swae.build.ex.cache
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\staticwebassets.upToDateCheck.txt
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.csproj.Up2Date
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.dll
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\refint\chat.API.dll
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.pdb
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\chat.API.genruntimeconfig.cache
C:\Users\youss\source\repos\chat_application\chat.API\obj\Debug\net10.0\ref\chat.API.dll

Binary file not shown.

View File

@ -0,0 +1 @@
efd1db4a8948d558b31cd1d51f84d7c4804e5cc8a2b5f2ab588e7f5ab7397ecd

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
{"GlobalPropertiesHash":"Svf2ioExJOuAA3r5h8Gq4ZxUxoi90H0xS0sOOVyzxIA=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["xr2J5k/Box1RpvM/3WgWpM5qSVzmLZf4j6zAPXJWsnQ=","oakH6d27yT9PmhgDyxYqxJ\u002B2Cs\u002BjAghMBa\u002BFNVMaiQg=","jznG9kawZC90T5oFxLR\u002Bk/L2lIy/HYgxTv8pLAAROac=","PlK7cTn75DlNElMm5w1K4svSBeyu10/WzafbcCWgkUs=","wLUGa1ZXd9r7TjSlXpVOJu048dQfawmH1/1viLhaEdU="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@ -0,0 +1 @@
{"GlobalPropertiesHash":"mmkbyrbuWFTRBO/n45kFp7mb7rgiSdWOQri2e2tA/lw=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["xr2J5k/Box1RpvM/3WgWpM5qSVzmLZf4j6zAPXJWsnQ=","oakH6d27yT9PmhgDyxYqxJ\u002B2Cs\u002BjAghMBa\u002BFNVMaiQg=","jznG9kawZC90T5oFxLR\u002Bk/L2lIy/HYgxTv8pLAAROac=","PlK7cTn75DlNElMm5w1K4svSBeyu10/WzafbcCWgkUs=","wLUGa1ZXd9r7TjSlXpVOJu048dQfawmH1/1viLhaEdU="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@ -0,0 +1 @@
{"Version":1,"ManifestType":"Build","Endpoints":[]}

View File

@ -0,0 +1 @@
{"Version":1,"Hash":"1d7J/qazwF341TDQc/gOuTZZlhxYD3sAyU7ZML6HfEk=","Source":"chat.API","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}

View File

@ -0,0 +1 @@
1d7J/qazwF341TDQc/gOuTZZlhxYD3sAyU7ZML6HfEk=

View File

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11312.210 d18.3
VisualStudioVersion = 18.3.11312.210
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "chat.API", "chat.API\chat.API.csproj", "{A988B737-C84A-4225-958F-632C0A68A667}"
EndProject