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