Henning Moe
Henning Moe
Polymath uses StringContent, This causes some data duplication which for large requests can cause issues. Resolved #331
In our project VaultSharp consistently causes an OutOfMemoryException when doing a batch encryption. It's probably caused by our large request sizes. We're using 1.13.1 ``` System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException'...
This pull request is intended to reflect .NET Standard 2.0 changes. It is not intended to be merged into develop but to track and comment on changes. Initial work is...