question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question about not using ConfigurationContainer

See original GitHub issue

I have just started working on a project that has ExtendedXmlSerializer included. The file version of the .dll is 1.5.0.0 and it has a date of 08/17/2017 (could have been copied with date changing methods).

The serialization code is simply (no references to ConfigurationContainer anywhere in the project) ExtendedXmlSerializer serializer = new ExtendedXmlSerializer(); String message = serializer.Serialize(messageObject); Are we receiving any benefit by using ExtendeXmlSerializer over built in XML Serialization classes. From reading the doc, it appears that most everything like circular references must be accounted for in the configuration of the ConfigurationContainer.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Mike-E-angelocommented, Mar 12, 2019

Paging @wojtpl2 😃

0reactions
WojciechNagorskicommented, Mar 18, 2019

@SOHODeveloper Hi I’m going to close this issue right now. If you have more questions or if my answer is not enough for you, please let me know. Please feel free to re-open this issue or create a new one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not get unknown property 'runtime' for configuration ...
From Gradle 6.x, the use of the parameter configurations.runtime to get configurations of program execution is disabled.
Read more >
Configuration 'diplugin' not found on ...
Hi, I'm writing a gradle plugin and in the apply method I have the next code (let's call it "MyFirstPlugin.groovy"): void apply(Project ...
Read more >
ConfigurationContainer.register action should run first #8906
I think the problem is that there is no such method like 'registerConfiguringAction'. We have: tasks.create: expected to be executed at once ...
Read more >
Unable to find the CN=Device Registration Configuration ...
From the FSMO holder ADSI edit view, there is no CN=Device Registration Configuration container name. User's image.
Read more >
Active Directory rendom /upload "Search to find ...
Checking with adsiedit.msc, I can see that the Configuration container was found, and the msDS-UpdateScript property gets updated with some code ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found