Исправление не правильного кодирования сообщения

This commit is contained in:
2025-02-22 09:44:48 +03:00
parent c71585b100
commit 348947fb4c
3 changed files with 17 additions and 4 deletions
+2
View File
@@ -27,6 +27,8 @@ class Program
builder.Modules.Add(new BasicExecutionModule());
builder.Modules.Add(new CoCodegenMethodRepository());
builder.UseCollectableContextRepository();
builder.Modules.Add(new CancellationRepository());
builder.Build();