SystemLibrary.Common.Net.Global
Classes
Dump
Dump any object to a local file for easy debugging and logging purposes
Dump.Write calls should only occur during development as it is slow and not thread safe
Has a write lock of 100ms, so thread-safe to some extent, one might see multiple dump files in a real async world
StringExtensions
This class contains extension methods for string
StringExtensions exists in the global namespace