From 853dcf9af6c1518c4df3911d826a20d62ce14a7d Mon Sep 17 00:00:00 2001 From: Mikhail Mitrofanov Date: Sun, 2 Mar 2025 16:49:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=87=D0=B8=D1=89=D0=B5=D0=BD=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=81?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example.Shared/IPrinter.cs | 1 - mROA.Cbor/CborSerializationToolkit.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Example.Shared/IPrinter.cs b/Example.Shared/IPrinter.cs index 489bada..c71c540 100644 --- a/Example.Shared/IPrinter.cs +++ b/Example.Shared/IPrinter.cs @@ -11,6 +11,5 @@ namespace Example.Shared { string GetName(); Task Print(string text, CancellationToken cancellationToken); - } } \ No newline at end of file diff --git a/mROA.Cbor/CborSerializationToolkit.cs b/mROA.Cbor/CborSerializationToolkit.cs index 58b9ee2..6050272 100644 --- a/mROA.Cbor/CborSerializationToolkit.cs +++ b/mROA.Cbor/CborSerializationToolkit.cs @@ -305,7 +305,6 @@ namespace mROA.Cbor if (type.IsInterface) { - Console.WriteLine("Interface"); var sharedShell = typeof(SharedObjectShellShell<>).MakeGenericType(type); var so =