* Dummy commit to get the current CI error
* Touch file in core to trigger the CI
* Dummy commit to get the current CI error
* Touch file in core to trigger the CI
* Wonderful, and a broken link now too
* Undo any yml changes (Fixed externally?)
* Undo all intentionally unnecessary changes
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
* Added ability to switch to OpenSSL 1.1.1n
* Fixed OpenSSL compilation challenges - the CRL stuff works now
* Added instructions on using OpenSSL 1.1.1 to README
* Added vcpkg args to handle openssl variants
* Add a section to help users understand key SDK concepts with samples.
* Update code snippets based on recent core changes.
* Re-order the key concepts from priority, fix a typo.
* Address PR feedback.
* Use auto in one more place where the type isn't important.
* Move the comment to be above the corresponding line of code.
* Add a GetEndPointUrl method signature.
* Address feedback and wordsmithing.
* Add breif impl using env vars.
Things left to do (out-of-scope for this PR):
- Add FAQ section for common errors and potential solutions when trying to build via vcpkg
- Structure the doc with the following groups, if there is not a lot of overlap:
- Windows
- Visual Studio
- VS Code
- Command Line
- Linux/Posix/Mac
- VS Code
- Command Line
- Another dimension is `Vcpkg` vs `fetch content from GitHub` vs `build the SDK from source`.
* Get static/dynamic CRT link options in sync
* Update docs
* PR feedback
* en-us
* Another 'en-us' in a link
* MSVC_USE_STATIC_CRT
* Update README.md
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>