SilverPlate3
SilverPlate3
In all the examples in the MultipartTests.cs you don't have the following scenario. My multipart data is created by at least 2 parameters. Here is the CURL for an example...
I am building a binary for OSX that reports the details of devices that are physically connected to the Mac. I used your implementation of stringFromCFData in order to convert...
Per the docs `es_mute_path_literal `and `es_mute_path_prefix` are deprecated since MacOS 12.0 And `es_mute_path `is available since 12.0. So Code needs to align with docs. [es_mute_path_literal](https://developer.apple.com/documentation/endpointsecurity/3366122-es_mute_path_literal?language=objc)  [es_mute_path_prefix](https://developer.apple.com/documentation/endpointsecurity/3366123-es_mute_path_prefix?language=objc)  [es_mute_path](https://developer.apple.com/documentation/endpointsecurity/3763102-es_mute_path?language=objc) 
When building on Windows with C++ 17 and above we get the warning C4127S  This PR fixes it as it uses `if constexpr` when C++ 17 and above
Similar to: **Issue** - https://github.com/Tencent/rapidjson/issues/1033 **Solution** - https://github.com/Tencent/rapidjson/commit/6e38649ec61e5f4f382c257a6b27698bb55eff61 Fix `std::numeric_limits::max()` compilation confusion on Windows