We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba235f commit 74ece25Copy full SHA for 74ece25
src/apps/Synapse.Server/Program.cs
@@ -19,7 +19,6 @@
19
using Neuroglia.Caching;
20
using Neuroglia.Data.Expressions.JQ;
21
using Neuroglia.Eventing;
22
-using Neuroglia.Serialization;
23
using ProtoBuf.Grpc.Server;
24
using Swashbuckle.AspNetCore.SwaggerUI;
25
using Synapse;
@@ -28,7 +27,6 @@
28
27
using Synapse.Apis.Monitoring.WebSocket;
29
using Synapse.Apis.Runtime.Grpc;
30
using Synapse.Application.Configuration;
31
-using Synapse.Domain.Models;
32
using Synapse.Runtime;
33
34
var builder = WebApplication.CreateBuilder(args);
0 commit comments