From 11d51cf2bc31b38f1900bba50f2c9b75372e9be8 Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Wed, 31 May 2023 15:17:25 +0300 Subject: [PATCH] ef 7 --- Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj | 2 +- Esiur/Data/Codec.cs | 2 +- Esiur/Esiur.csproj | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj index 6f0e09e..6fab6bb 100644 --- a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj +++ b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj @@ -22,7 +22,7 @@ - + diff --git a/Esiur/Data/Codec.cs b/Esiur/Data/Codec.cs index 7033bba..501fea1 100644 --- a/Esiur/Data/Codec.cs +++ b/Esiur/Data/Codec.cs @@ -199,7 +199,7 @@ public static class Codec [typeof(List)] = DataSerializer.RawDataComposerFromList, //[typeof(List)] = DataSerializer.RawDataComposerFromList, [typeof(string)] = DataSerializer.StringComposer, -#pragma + // Special [typeof(object[])] = DataSerializer.ListComposer,// DataSerializer.ListComposerFromArray, [typeof(List)] = DataSerializer.ListComposer,// DataSerializer.ListComposerFromList, diff --git a/Esiur/Esiur.csproj b/Esiur/Esiur.csproj index 78c4948..601d9af 100644 --- a/Esiur/Esiur.csproj +++ b/Esiur/Esiur.csproj @@ -62,7 +62,7 @@ - + @@ -73,11 +73,11 @@ - + - - + +