Итоговое уменьшение передаваемой информации в 4 раза

This commit is contained in:
2025-02-27 09:01:21 +03:00
parent 5718f9c313
commit 906bda7000
8 changed files with 18 additions and 14 deletions
+2 -2
View File
@@ -11,11 +11,11 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants />
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DefineConstants />
<DefineConstants>TRACE;</DefineConstants>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -34,7 +34,7 @@ class Program
}));
builder.SetupMethodsRepository(new CoCodegenMethodRepository());
builder.Modules.Add(new CreativeRepresentationModuleProducer(
new IInjectableModule[] { builder.GetModule<CborSerializationToolkit>()! },
new IInjectableModule[] { builder.GetModule<ISerializationToolkit>()! },
typeof(RepresentationModule)));
builder.Modules.Add(new CancellationRepository());