fix error with sending responses

This commit is contained in:
2026-03-10 08:19:07 +01:00
parent 756382a496
commit ecdabab5a1
28 changed files with 1255 additions and 985 deletions

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("BookHive")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+756382a49677f88776c226bb42bc2ad4a7d094ae")]
[assembly: System.Reflection.AssemblyProductAttribute("BookHive")]
[assembly: System.Reflection.AssemblyTitleAttribute("BookHive")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
e42b73ddf4d0353ccf623e5dfd24e363a21da7c9885eb149df227d7bdc49e13e
84f6dc0a5bbbcabacfbc6412e9b6279fb417643ef854b4dc0442ffa6bdf38592

View File

@@ -19,13 +19,13 @@ build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v10.0
build_property.RootNamespace = BookHive
build_property.RootNamespace = BookHive
build_property.ProjectDir = C:\Users\mathy\Documents\TP\BookHive\BookHive\
build_property.ProjectDir = /home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 9.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\Users\mathy\Documents\TP\BookHive\BookHive
build_property.MSBuildProjectDirectory = /home/sanchezvem@stsio.lan/Documents/TP-Fluent/BookHive
build_property._RazorSourceGeneratorDebug =
build_property.EffectiveAnalysisLevelStyle = 10.0
build_property.EnableCodeStyleSeverity =

Binary file not shown.