Description
When building and using 1.12.0 NuGet packages, they fail when running code in debug mode on Windows. Release works as expected.
Looks like there is some issue with the debug flags passed to the cpr NuGet build.
Example/How to Reproduce
- Consume a 1.12.1 or 1.12.0 NuGet package in VS.
- Debug execution fails while release works.
Possible Fix
Make sure we set the correct debug runtime flags on Windows while building the NuGet packages.
Where did you get it from?
GitHub (branch e.g. master)
Additional Context/Your Environment