-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: Regex in DataContractSerializer_Marshal_2_MainType Function #158
Comments
Using the If run |
Sure, For example executing:
command, produces this broken output which not works (even with
As you can see, the original The original content stored in the
I haven't confirmed, it's possible that the issue lies with the |
Thanks for more information, it seems the
This happens when we have no test unit! Whoever has implemented the |
The function
DataContractSerializer_Marshal_2_MainType
within theSerializersHelper.cs
file, accessible here, contains a bug resulting in invalid data serialization for specific gadgets utilizing the NetDataContractSerializer formatter. The affected gadgets include:When these gadgets are utilized with the
NetDataContractSerializer
formatter, they produce invalid serialized objects.Resolution:
A fast workaround for this issue involves commenting out the NetDataContractSerializer_Marshal_2_MainType reference in each affected gadget and using the serialized object directly. For instance, in the first case, the line:
with
Thank you for maintaining this exceptional project. Your efforts are greatly appreciated!
The text was updated successfully, but these errors were encountered: