diff --git a/AvaloniaChatV2/Data/ClientWebSocketHandler.cs b/AvaloniaChatV2/Data/ClientWebSocketHandler.cs index 72406b3..5860699 100644 --- a/AvaloniaChatV2/Data/ClientWebSocketHandler.cs +++ b/AvaloniaChatV2/Data/ClientWebSocketHandler.cs @@ -11,7 +11,7 @@ public class ClientWebSocketHandler: IDisposable public delegate void ClientWebSocketReceiveMessage(string message); public event ClientWebSocketReceiveMessage? OnReceiveMessage; - private readonly Uri _uri = new Uri("ws://217.114.2.102:8088/reviews"); + private readonly Uri _uri = new Uri("ws://localhost:5143/chat"); private ClientWebSocket _webSocket = new (); public ClientWebSocketHandler() diff --git a/AvaloniaChatV2/bin/Debug/net8.0/AvaloniaChatV2.dll b/AvaloniaChatV2/bin/Debug/net8.0/AvaloniaChatV2.dll index fdec82c..67faeb1 100644 Binary files a/AvaloniaChatV2/bin/Debug/net8.0/AvaloniaChatV2.dll and b/AvaloniaChatV2/bin/Debug/net8.0/AvaloniaChatV2.dll differ diff --git a/AvaloniaChatV2/bin/Debug/net8.0/AvaloniaChatV2.pdb b/AvaloniaChatV2/bin/Debug/net8.0/AvaloniaChatV2.pdb index a87fd20..e113ee1 100644 Binary files a/AvaloniaChatV2/bin/Debug/net8.0/AvaloniaChatV2.pdb and b/AvaloniaChatV2/bin/Debug/net8.0/AvaloniaChatV2.pdb differ diff --git a/AvaloniaChatV2/obj/Debug/net8.0/Avalonia/AvaloniaChatV2.dll b/AvaloniaChatV2/obj/Debug/net8.0/Avalonia/AvaloniaChatV2.dll index fdec82c..67faeb1 100644 Binary files a/AvaloniaChatV2/obj/Debug/net8.0/Avalonia/AvaloniaChatV2.dll and b/AvaloniaChatV2/obj/Debug/net8.0/Avalonia/AvaloniaChatV2.dll differ diff --git a/AvaloniaChatV2/obj/Debug/net8.0/Avalonia/AvaloniaChatV2.pdb b/AvaloniaChatV2/obj/Debug/net8.0/Avalonia/AvaloniaChatV2.pdb index a87fd20..e113ee1 100644 Binary files a/AvaloniaChatV2/obj/Debug/net8.0/Avalonia/AvaloniaChatV2.pdb and b/AvaloniaChatV2/obj/Debug/net8.0/Avalonia/AvaloniaChatV2.pdb differ diff --git a/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.AssemblyInfo.cs b/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.AssemblyInfo.cs index 51c5cbe..2437cf8 100644 --- a/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.AssemblyInfo.cs +++ b/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("AvaloniaChatV2")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2a68bf06307b8fb47c7538d3e5ae2e9a5b974032")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cda7524898d591dbb57588609997d28fd1d8ad58")] [assembly: System.Reflection.AssemblyProductAttribute("AvaloniaChatV2")] [assembly: System.Reflection.AssemblyTitleAttribute("AvaloniaChatV2")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.AssemblyInfoInputs.cache b/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.AssemblyInfoInputs.cache index b110c2c..c6d7de9 100644 --- a/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.AssemblyInfoInputs.cache +++ b/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.AssemblyInfoInputs.cache @@ -1 +1 @@ -74ae42220328a85f4d8a0cf41ccaa19b8a97ce9b9b94e2667d04a231bcb7e7c7 +87b20104508aedd0a6cb31633c4f5e5231036e010ad1582573a994bf033885cf diff --git a/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.dll b/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.dll index b18179a..5a7f43c 100644 Binary files a/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.dll and b/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.dll differ diff --git a/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.pdb b/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.pdb index ea4c1c8..b4d5e80 100644 Binary files a/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.pdb and b/AvaloniaChatV2/obj/Debug/net8.0/AvaloniaChatV2.pdb differ diff --git a/AvaloniaChatV2/obj/Debug/net8.0/ref/AvaloniaChatV2.dll b/AvaloniaChatV2/obj/Debug/net8.0/ref/AvaloniaChatV2.dll index 8d1f7f6..cd168ec 100644 Binary files a/AvaloniaChatV2/obj/Debug/net8.0/ref/AvaloniaChatV2.dll and b/AvaloniaChatV2/obj/Debug/net8.0/ref/AvaloniaChatV2.dll differ diff --git a/AvaloniaChatV2/obj/Debug/net8.0/refint/Avalonia/AvaloniaChatV2.dll b/AvaloniaChatV2/obj/Debug/net8.0/refint/Avalonia/AvaloniaChatV2.dll index 8d1f7f6..cd168ec 100644 Binary files a/AvaloniaChatV2/obj/Debug/net8.0/refint/Avalonia/AvaloniaChatV2.dll and b/AvaloniaChatV2/obj/Debug/net8.0/refint/Avalonia/AvaloniaChatV2.dll differ diff --git a/AvaloniaChatV2/obj/Debug/net8.0/refint/AvaloniaChatV2.dll b/AvaloniaChatV2/obj/Debug/net8.0/refint/AvaloniaChatV2.dll index d2ca701..b49aba4 100644 Binary files a/AvaloniaChatV2/obj/Debug/net8.0/refint/AvaloniaChatV2.dll and b/AvaloniaChatV2/obj/Debug/net8.0/refint/AvaloniaChatV2.dll differ diff --git a/WebSocketsChatApi/Controllers/WebSocketChatController.cs b/WebSocketsChatApi/Controllers/WebSocketChatController.cs index cc31c79..70bcd54 100644 --- a/WebSocketsChatApi/Controllers/WebSocketChatController.cs +++ b/WebSocketsChatApi/Controllers/WebSocketChatController.cs @@ -21,7 +21,7 @@ public class WebSocketChatController: ControllerBase } } - public async Task ResendMessages(WebSocket senderWebSocket) + private async Task ResendMessages(WebSocket senderWebSocket) { while (senderWebSocket.State == WebSocketState.Open) { diff --git a/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll b/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll new file mode 100755 index 0000000..e7b22b5 Binary files /dev/null and b/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll differ diff --git a/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.OpenApi.dll b/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.OpenApi.dll new file mode 100755 index 0000000..aac9a6d Binary files /dev/null and b/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.OpenApi.dll differ diff --git a/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll b/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll new file mode 100755 index 0000000..41e2fc2 Binary files /dev/null and b/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll differ diff --git a/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll new file mode 100755 index 0000000..de7f45d Binary files /dev/null and b/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll differ diff --git a/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll new file mode 100755 index 0000000..117b9f3 Binary files /dev/null and b/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll differ diff --git a/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi new file mode 100755 index 0000000..a749d00 Binary files /dev/null and b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi differ diff --git a/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.deps.json b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.deps.json new file mode 100644 index 0000000..0e4fc20 --- /dev/null +++ b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.deps.json @@ -0,0 +1,134 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "WebSocketsChatApi/1.0.0": { + "dependencies": { + "Microsoft.AspNetCore.OpenApi": "8.0.10", + "Swashbuckle.AspNetCore": "6.6.2" + }, + "runtime": { + "WebSocketsChatApi.dll": {} + } + }, + "Microsoft.AspNetCore.OpenApi/8.0.10": { + "dependencies": { + "Microsoft.OpenApi": "1.6.14" + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.OpenApi.dll": { + "assemblyVersion": "8.0.10.0", + "fileVersion": "8.0.1024.46804" + } + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": {}, + "Microsoft.OpenApi/1.6.14": { + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "assemblyVersion": "1.6.14.0", + "fileVersion": "1.6.14.0" + } + } + }, + "Swashbuckle.AspNetCore/6.6.2": { + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.6.2", + "Swashbuckle.AspNetCore.SwaggerGen": "6.6.2", + "Swashbuckle.AspNetCore.SwaggerUI": "6.6.2" + } + }, + "Swashbuckle.AspNetCore.Swagger/6.6.2": { + "dependencies": { + "Microsoft.OpenApi": "1.6.14" + }, + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll": { + "assemblyVersion": "6.6.2.0", + "fileVersion": "6.6.2.401" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.6.2": { + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.6.2" + }, + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "assemblyVersion": "6.6.2.0", + "fileVersion": "6.6.2.401" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.6.2": { + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "assemblyVersion": "6.6.2.0", + "fileVersion": "6.6.2.401" + } + } + } + } + }, + "libraries": { + "WebSocketsChatApi/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Microsoft.AspNetCore.OpenApi/8.0.10": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kzYiW/IbSN0xittjplA8eN1wrNcRi3DMalYRrEuF2xyf2Y5u7cGCfgN1oNZ+g3aBQzMKTQwYsY1PeNmC+P0WnA==", + "path": "microsoft.aspnetcore.openapi/8.0.10", + "hashPath": "microsoft.aspnetcore.openapi.8.0.10.nupkg.sha512" + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" + }, + "Microsoft.OpenApi/1.6.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tTaBT8qjk3xINfESyOPE2rIellPvB7qpVqiWiyA/lACVvz+xOGiXhFUfohcx82NLbi5avzLW0lx+s6oAqQijfw==", + "path": "microsoft.openapi/1.6.14", + "hashPath": "microsoft.openapi.1.6.14.nupkg.sha512" + }, + "Swashbuckle.AspNetCore/6.6.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+NB4UYVYN6AhDSjW0IJAd1AGD8V33gemFNLPaxKTtPkHB+HaKAKf9MGAEUPivEWvqeQfcKIw8lJaHq6LHljRuw==", + "path": "swashbuckle.aspnetcore/6.6.2", + "hashPath": "swashbuckle.aspnetcore.6.6.2.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Swagger/6.6.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ovgPTSYX83UrQUWiS5vzDcJ8TEX1MAxBgDFMK45rC24MorHEPQlZAHlaXj/yth4Zf6xcktpUgTEBvffRQVwDKA==", + "path": "swashbuckle.aspnetcore.swagger/6.6.2", + "hashPath": "swashbuckle.aspnetcore.swagger.6.6.2.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.6.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zv4ikn4AT1VYuOsDCpktLq4QDq08e7Utzbir86M5/ZkRaLXbCPF11E1/vTmOiDzRTl0zTZINQU2qLKwTcHgfrA==", + "path": "swashbuckle.aspnetcore.swaggergen/6.6.2", + "hashPath": "swashbuckle.aspnetcore.swaggergen.6.6.2.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.6.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mBBb+/8Hm2Q3Wygag+hu2jj69tZW5psuv0vMRXY07Wy+Rrj40vRP8ZTbKBhs91r45/HXT4aY4z0iSBYx1h6JvA==", + "path": "swashbuckle.aspnetcore.swaggerui/6.6.2", + "hashPath": "swashbuckle.aspnetcore.swaggerui.6.6.2.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.dll b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.dll new file mode 100644 index 0000000..af47665 Binary files /dev/null and b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.dll differ diff --git a/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.pdb b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.pdb new file mode 100644 index 0000000..8feed1c Binary files /dev/null and b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.pdb differ diff --git a/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.runtimeconfig.json b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.runtimeconfig.json new file mode 100644 index 0000000..5e604c7 --- /dev/null +++ b/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.runtimeconfig.json @@ -0,0 +1,19 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "8.0.0" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "8.0.0" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/WebSocketsChatApi/bin/Debug/net8.0/appsettings.Development.json b/WebSocketsChatApi/bin/Debug/net8.0/appsettings.Development.json new file mode 100644 index 0000000..0c208ae --- /dev/null +++ b/WebSocketsChatApi/bin/Debug/net8.0/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/WebSocketsChatApi/bin/Debug/net8.0/appsettings.json b/WebSocketsChatApi/bin/Debug/net8.0/appsettings.json new file mode 100644 index 0000000..10f68b8 --- /dev/null +++ b/WebSocketsChatApi/bin/Debug/net8.0/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocke.5C57AE2B.Up2Date b/WebSocketsChatApi/obj/Debug/net8.0/WebSocke.5C57AE2B.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfo.cs b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfo.cs index b99b5f7..1d7efc9 100644 --- a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfo.cs +++ b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("WebSocketsChatApi")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cd3ee5cb4b41fb119b62f7dbfc51af46cb59e6b9")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cda7524898d591dbb57588609997d28fd1d8ad58")] [assembly: System.Reflection.AssemblyProductAttribute("WebSocketsChatApi")] [assembly: System.Reflection.AssemblyTitleAttribute("WebSocketsChatApi")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfoInputs.cache b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfoInputs.cache index 73f93f0..b9ccee9 100644 --- a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfoInputs.cache +++ b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfoInputs.cache @@ -1 +1 @@ -9efadd4e6e66cde2dd1f8c42ffefecaeb4f2a53ed63979af986b14e4137c0231 +65a06e73cb2f83c8c7d69845126fb994485770171a1c639a426d6739281f9360 diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.MvcApplicationPartsAssemblyInfo.cache b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.MvcApplicationPartsAssemblyInfo.cache new file mode 100644 index 0000000..e69de29 diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.MvcApplicationPartsAssemblyInfo.cs b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.MvcApplicationPartsAssemblyInfo.cs new file mode 100644 index 0000000..7a8df11 --- /dev/null +++ b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.MvcApplicationPartsAssemblyInfo.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// 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")] +[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.assets.cache b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.assets.cache new file mode 100644 index 0000000..b832297 Binary files /dev/null and b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.assets.cache differ diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.AssemblyReference.cache b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.AssemblyReference.cache new file mode 100644 index 0000000..421b5da Binary files /dev/null and b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.AssemblyReference.cache differ diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.CoreCompileInputs.cache b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..224240a --- /dev/null +++ b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +c3f5011dc0a5c85da11db1bdbe5cc12be93395767b538d48441199e5188bebde diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.FileListAbsolute.txt b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..bb4fbed --- /dev/null +++ b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.FileListAbsolute.txt @@ -0,0 +1,33 @@ +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/appsettings.Development.json +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/appsettings.json +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.deps.json +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.runtimeconfig.json +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.dll +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.pdb +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.OpenApi.dll +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.AssemblyReference.cache +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.GeneratedMSBuildEditorConfig.editorconfig +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfoInputs.cache +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfo.cs +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.CoreCompileInputs.cache +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.MvcApplicationPartsAssemblyInfo.cs +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.MvcApplicationPartsAssemblyInfo.cache +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets.build.json +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets.development.json +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.WebSocketsChatApi.Microsoft.AspNetCore.StaticWebAssets.props +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.build.WebSocketsChatApi.props +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.WebSocketsChatApi.props +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.WebSocketsChatApi.props +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets.pack.json +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/scopedcss/bundle/WebSocketsChatApi.styles.css +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocke.5C57AE2B.Up2Date +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.dll +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/refint/WebSocketsChatApi.dll +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.pdb +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.genruntimeconfig.cache +/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/ref/WebSocketsChatApi.dll diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.dll b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.dll new file mode 100644 index 0000000..af47665 Binary files /dev/null and b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.dll differ diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.genruntimeconfig.cache b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.genruntimeconfig.cache new file mode 100644 index 0000000..ea74fda --- /dev/null +++ b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.genruntimeconfig.cache @@ -0,0 +1 @@ +71cd6e3924196420a0fe19220c9d55fb7db46c3ca62601e1cbc6afc651006c13 diff --git a/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.pdb b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.pdb new file mode 100644 index 0000000..8feed1c Binary files /dev/null and b/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.pdb differ diff --git a/WebSocketsChatApi/obj/Debug/net8.0/apphost b/WebSocketsChatApi/obj/Debug/net8.0/apphost new file mode 100755 index 0000000..a749d00 Binary files /dev/null and b/WebSocketsChatApi/obj/Debug/net8.0/apphost differ diff --git a/WebSocketsChatApi/obj/Debug/net8.0/ref/WebSocketsChatApi.dll b/WebSocketsChatApi/obj/Debug/net8.0/ref/WebSocketsChatApi.dll new file mode 100644 index 0000000..c5a39a5 Binary files /dev/null and b/WebSocketsChatApi/obj/Debug/net8.0/ref/WebSocketsChatApi.dll differ diff --git a/WebSocketsChatApi/obj/Debug/net8.0/refint/WebSocketsChatApi.dll b/WebSocketsChatApi/obj/Debug/net8.0/refint/WebSocketsChatApi.dll new file mode 100644 index 0000000..c5a39a5 Binary files /dev/null and b/WebSocketsChatApi/obj/Debug/net8.0/refint/WebSocketsChatApi.dll differ diff --git a/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets.build.json b/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets.build.json new file mode 100644 index 0000000..f61e817 --- /dev/null +++ b/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets.build.json @@ -0,0 +1,11 @@ +{ + "Version": 1, + "Hash": "jeJR5hRhnPo1Cr/VWbk8szXQi667xTvM+jP+5kh2tWA=", + "Source": "WebSocketsChatApi", + "BasePath": "_content/WebSocketsChatApi", + "Mode": "Default", + "ManifestType": "Build", + "ReferencedProjectsConfiguration": [], + "DiscoveryPatterns": [], + "Assets": [] +} \ No newline at end of file diff --git a/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.build.WebSocketsChatApi.props b/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.build.WebSocketsChatApi.props new file mode 100644 index 0000000..5a6032a --- /dev/null +++ b/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.build.WebSocketsChatApi.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.WebSocketsChatApi.props b/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.WebSocketsChatApi.props new file mode 100644 index 0000000..98add5d --- /dev/null +++ b/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.WebSocketsChatApi.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.WebSocketsChatApi.props b/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.WebSocketsChatApi.props new file mode 100644 index 0000000..9b00269 --- /dev/null +++ b/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.WebSocketsChatApi.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file