Skip to content

Commit 89e89ba

Browse files
Temprary restore ReadExternalEntities default true until fix unit test.
1 parent a25d07c commit 89e89ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Domain/GXXmlReadWrite.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public GXXMLReader()
105105
SimpleElements = 1;
106106
RemoveWhiteNodes = 1;
107107
RemoveWhiteSpaces = 1;
108-
ReadExternalEntities = 0;
108+
ReadExternalEntities = 1;
109109
_basePath = "";
110110

111111
}

0 commit comments

Comments
 (0)