Практически доделанный кодген, но не работает демка

This commit is contained in:
2025-03-10 00:00:24 +03:00
parent e0088ea22c
commit 0dbc065d9e
18 changed files with 248 additions and 149 deletions
+1 -3
View File
@@ -1,6 +1,5 @@
using System.Net;
using Example.Backend;
using Example.Shared;
using mROA.Abstract;
using mROA.Cbor;
using mROA.Codegen;
@@ -38,7 +37,7 @@ class Program
new IInjectableModule[] { builder.GetModule<ISerializationToolkit>()! },
typeof(RepresentationModule)));
builder.Modules.Add(new CancellationRepository());
builder.Build();
new RemoteTypeBinder();
@@ -49,6 +48,5 @@ class Program
var gateway = builder.GetModule<IGatewayModule>();
gateway.Run();
}
}