diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 4994499..f3f2813 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/chat.API/bin/Debug/net10.0/Microsoft.AspNetCore.OpenApi.dll b/chat.API/bin/Debug/net10.0/Microsoft.AspNetCore.OpenApi.dll new file mode 100644 index 0000000..fe3cf1a Binary files /dev/null and b/chat.API/bin/Debug/net10.0/Microsoft.AspNetCore.OpenApi.dll differ diff --git a/chat.API/bin/Debug/net10.0/Microsoft.OpenApi.dll b/chat.API/bin/Debug/net10.0/Microsoft.OpenApi.dll new file mode 100644 index 0000000..96cb5dc Binary files /dev/null and b/chat.API/bin/Debug/net10.0/Microsoft.OpenApi.dll differ diff --git a/chat.API/bin/Debug/net10.0/appsettings.Development.json b/chat.API/bin/Debug/net10.0/appsettings.Development.json new file mode 100644 index 0000000..0c208ae --- /dev/null +++ b/chat.API/bin/Debug/net10.0/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/chat.API/bin/Debug/net10.0/appsettings.json b/chat.API/bin/Debug/net10.0/appsettings.json new file mode 100644 index 0000000..10f68b8 --- /dev/null +++ b/chat.API/bin/Debug/net10.0/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/chat.API/bin/Debug/net10.0/chat.API.deps.json b/chat.API/bin/Debug/net10.0/chat.API.deps.json new file mode 100644 index 0000000..df1e12c --- /dev/null +++ b/chat.API/bin/Debug/net10.0/chat.API.deps.json @@ -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" + } + } +} \ No newline at end of file diff --git a/chat.API/bin/Debug/net10.0/chat.API.dll b/chat.API/bin/Debug/net10.0/chat.API.dll new file mode 100644 index 0000000..b517f3e Binary files /dev/null and b/chat.API/bin/Debug/net10.0/chat.API.dll differ diff --git a/chat.API/bin/Debug/net10.0/chat.API.exe b/chat.API/bin/Debug/net10.0/chat.API.exe new file mode 100644 index 0000000..8df03bc Binary files /dev/null and b/chat.API/bin/Debug/net10.0/chat.API.exe differ diff --git a/chat.API/bin/Debug/net10.0/chat.API.pdb b/chat.API/bin/Debug/net10.0/chat.API.pdb new file mode 100644 index 0000000..bda78da Binary files /dev/null and b/chat.API/bin/Debug/net10.0/chat.API.pdb differ diff --git a/chat.API/bin/Debug/net10.0/chat.API.runtimeconfig.json b/chat.API/bin/Debug/net10.0/chat.API.runtimeconfig.json new file mode 100644 index 0000000..ed5401a --- /dev/null +++ b/chat.API/bin/Debug/net10.0/chat.API.runtimeconfig.json @@ -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 + } + } +} \ No newline at end of file diff --git a/chat.API/bin/Debug/net10.0/chat.API.staticwebassets.endpoints.json b/chat.API/bin/Debug/net10.0/chat.API.staticwebassets.endpoints.json new file mode 100644 index 0000000..5576e88 --- /dev/null +++ b/chat.API/bin/Debug/net10.0/chat.API.staticwebassets.endpoints.json @@ -0,0 +1 @@ +{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/chat.API/obj/Debug/net10.0/ApiEndpoints.json b/chat.API/obj/Debug/net10.0/ApiEndpoints.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/chat.API/obj/Debug/net10.0/ApiEndpoints.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/chat.API/obj/Debug/net10.0/EndpointInfo/chat.API.OpenApiFiles.cache b/chat.API/obj/Debug/net10.0/EndpointInfo/chat.API.OpenApiFiles.cache new file mode 100644 index 0000000..5001cb7 --- /dev/null +++ b/chat.API/obj/Debug/net10.0/EndpointInfo/chat.API.OpenApiFiles.cache @@ -0,0 +1 @@ +chat.API.json diff --git a/chat.API/obj/Debug/net10.0/EndpointInfo/chat.API.json b/chat.API/obj/Debug/net10.0/EndpointInfo/chat.API.json new file mode 100644 index 0000000..a11c452 --- /dev/null +++ b/chat.API/obj/Debug/net10.0/EndpointInfo/chat.API.json @@ -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": { } +} \ No newline at end of file diff --git a/chat.API/obj/Debug/net10.0/apphost.exe b/chat.API/obj/Debug/net10.0/apphost.exe new file mode 100644 index 0000000..8df03bc Binary files /dev/null and b/chat.API/obj/Debug/net10.0/apphost.exe differ diff --git a/chat.API/obj/Debug/net10.0/chat.API.AssemblyInfo.cs b/chat.API/obj/Debug/net10.0/chat.API.AssemblyInfo.cs index 00b0deb..33819f2 100644 --- a/chat.API/obj/Debug/net10.0/chat.API.AssemblyInfo.cs +++ b/chat.API/obj/Debug/net10.0/chat.API.AssemblyInfo.cs @@ -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")] diff --git a/chat.API/obj/Debug/net10.0/chat.API.AssemblyInfoInputs.cache b/chat.API/obj/Debug/net10.0/chat.API.AssemblyInfoInputs.cache index 8024b04..8f5fb65 100644 --- a/chat.API/obj/Debug/net10.0/chat.API.AssemblyInfoInputs.cache +++ b/chat.API/obj/Debug/net10.0/chat.API.AssemblyInfoInputs.cache @@ -1 +1 @@ -e1f3ff9af7c35a459f557f7b477fa5385f12d900409502b6e1cbc7e045490125 +4c25aad8313c35946197ed5ad8241b68d178663ed29ad7040de2149e16023950 diff --git a/chat.API/obj/Debug/net10.0/chat.API.MvcApplicationPartsAssemblyInfo.cache b/chat.API/obj/Debug/net10.0/chat.API.MvcApplicationPartsAssemblyInfo.cache new file mode 100644 index 0000000..e69de29 diff --git a/chat.API/obj/Debug/net10.0/chat.API.MvcApplicationPartsAssemblyInfo.cs b/chat.API/obj/Debug/net10.0/chat.API.MvcApplicationPartsAssemblyInfo.cs new file mode 100644 index 0000000..74a7e9f --- /dev/null +++ b/chat.API/obj/Debug/net10.0/chat.API.MvcApplicationPartsAssemblyInfo.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/chat.API/obj/Debug/net10.0/chat.API.csproj.BuildWithSkipAnalyzers b/chat.API/obj/Debug/net10.0/chat.API.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/chat.API/obj/Debug/net10.0/chat.API.csproj.CoreCompileInputs.cache b/chat.API/obj/Debug/net10.0/chat.API.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..4e3cb1b --- /dev/null +++ b/chat.API/obj/Debug/net10.0/chat.API.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +46fec9da3b6e4e4f5af381c33d177b8592e4b66c74fa497a2392065b82fb660c diff --git a/chat.API/obj/Debug/net10.0/chat.API.csproj.FileListAbsolute.txt b/chat.API/obj/Debug/net10.0/chat.API.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..7a730b1 --- /dev/null +++ b/chat.API/obj/Debug/net10.0/chat.API.csproj.FileListAbsolute.txt @@ -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 diff --git a/chat.API/obj/Debug/net10.0/chat.API.csproj.Up2Date b/chat.API/obj/Debug/net10.0/chat.API.csproj.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/chat.API/obj/Debug/net10.0/chat.API.dll b/chat.API/obj/Debug/net10.0/chat.API.dll new file mode 100644 index 0000000..b517f3e Binary files /dev/null and b/chat.API/obj/Debug/net10.0/chat.API.dll differ diff --git a/chat.API/obj/Debug/net10.0/chat.API.genruntimeconfig.cache b/chat.API/obj/Debug/net10.0/chat.API.genruntimeconfig.cache new file mode 100644 index 0000000..436ec40 --- /dev/null +++ b/chat.API/obj/Debug/net10.0/chat.API.genruntimeconfig.cache @@ -0,0 +1 @@ +efd1db4a8948d558b31cd1d51f84d7c4804e5cc8a2b5f2ab588e7f5ab7397ecd diff --git a/chat.API/obj/Debug/net10.0/chat.API.pdb b/chat.API/obj/Debug/net10.0/chat.API.pdb new file mode 100644 index 0000000..bda78da Binary files /dev/null and b/chat.API/obj/Debug/net10.0/chat.API.pdb differ diff --git a/chat.API/obj/Debug/net10.0/ref/chat.API.dll b/chat.API/obj/Debug/net10.0/ref/chat.API.dll new file mode 100644 index 0000000..1975fb5 Binary files /dev/null and b/chat.API/obj/Debug/net10.0/ref/chat.API.dll differ diff --git a/chat.API/obj/Debug/net10.0/refint/chat.API.dll b/chat.API/obj/Debug/net10.0/refint/chat.API.dll new file mode 100644 index 0000000..1975fb5 Binary files /dev/null and b/chat.API/obj/Debug/net10.0/refint/chat.API.dll differ diff --git a/chat.API/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json b/chat.API/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json new file mode 100644 index 0000000..67cd948 --- /dev/null +++ b/chat.API/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json @@ -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":{}} \ No newline at end of file diff --git a/chat.API/obj/Debug/net10.0/rjsmrazor.dswa.cache.json b/chat.API/obj/Debug/net10.0/rjsmrazor.dswa.cache.json new file mode 100644 index 0000000..2977e50 --- /dev/null +++ b/chat.API/obj/Debug/net10.0/rjsmrazor.dswa.cache.json @@ -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":{}} \ No newline at end of file diff --git a/chat.API/obj/Debug/net10.0/staticwebassets.build.endpoints.json b/chat.API/obj/Debug/net10.0/staticwebassets.build.endpoints.json new file mode 100644 index 0000000..5576e88 --- /dev/null +++ b/chat.API/obj/Debug/net10.0/staticwebassets.build.endpoints.json @@ -0,0 +1 @@ +{"Version":1,"ManifestType":"Build","Endpoints":[]} \ No newline at end of file diff --git a/chat.API/obj/Debug/net10.0/staticwebassets.build.json b/chat.API/obj/Debug/net10.0/staticwebassets.build.json new file mode 100644 index 0000000..c4c93da --- /dev/null +++ b/chat.API/obj/Debug/net10.0/staticwebassets.build.json @@ -0,0 +1 @@ +{"Version":1,"Hash":"1d7J/qazwF341TDQc/gOuTZZlhxYD3sAyU7ZML6HfEk=","Source":"chat.API","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]} \ No newline at end of file diff --git a/chat.API/obj/Debug/net10.0/staticwebassets.build.json.cache b/chat.API/obj/Debug/net10.0/staticwebassets.build.json.cache new file mode 100644 index 0000000..5845ce2 --- /dev/null +++ b/chat.API/obj/Debug/net10.0/staticwebassets.build.json.cache @@ -0,0 +1 @@ +1d7J/qazwF341TDQc/gOuTZZlhxYD3sAyU7ZML6HfEk= \ No newline at end of file diff --git a/chat.API/obj/Debug/net10.0/staticwebassets.references.upToDateCheck.txt b/chat.API/obj/Debug/net10.0/staticwebassets.references.upToDateCheck.txt new file mode 100644 index 0000000..e69de29 diff --git a/chat.API/obj/Debug/net10.0/swae.build.ex.cache b/chat.API/obj/Debug/net10.0/swae.build.ex.cache new file mode 100644 index 0000000..e69de29 diff --git a/chat_application.sln b/chat_application.sln index bfe6c6b..be7ddf8 100644 --- a/chat_application.sln +++ b/chat_application.sln @@ -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