Closed GuyWaguespack closed 6 years ago
Out of Memory exception occurs when Serializing results back to Json. I believe it is because the YamlHelpers.Serialize method uses a "StringWriter", which I believe has a limit to the number of characters allowed.
Add option to save results into a file instead with multiple formats (CSV, XML, JSON and YAML to begin).
Works for Json and Yaml. Need to create XmlHelpers.SerializeFile method that writes XML to a file.
Currently, returning single objects > 2GB result in an "OutOfMemory" error. (Search, List All Computers With Attributes).
Determine a way to either :