StackExchange.Utils
StackExchange.Utils copied to clipboard
Utility class packages used at Stack Exchange...but on NuGet!
Results
2
StackExchange.Utils issues
Sort by
recently updated
recently updated
newest added
Hi, currently StackExchange.Utils.Http has dependecy on Jil for Json serialization and deserialization. As you probably know, System.Text.Json (STJ) seems to be developed with performance in mind. Here in these benchamarks...
# Current limitation Right now the library doesn't support logging the response body of an error response. This makes it difficult for monitoring/debugging/troubleshooting. # Current workaround ```csharp var strResponse =...