Larry Osterman
Larry Osterman
The CI system should verify all files contain licenses. _Originally posted by @ahsonkhan in https://github.com/Azure/azure-sdk-for-cpp/pull/3736#discussion_r899441456_
The CI pipeline should verify the presence of the license text and copyright at the start of each source file checked into the tree. _Originally posted by @LarryOsterman in https://github.com/Azure/azure-sdk-for-cpp/pull/3561#discussion_r881798812_
# Converted WinHTTP to async operation. Converted the HttpRequest object to be asynchronous. Split all the functionality related to an HttpRequest to a new type `WinHttpRequest` which encapsulates all the...
When discussing the recent break with the OpenTelemetry folks, they rather strongly recommended that I stop using the `InMemorySpanExporter` type (which apparently is an internal test hook). This change updates...
CURL Transport sometimes reports failures accessing https://twitter.com in MultipleCrlOperationsTest
**Describe the bug** Several failures have been observed in the CI pipeline running the Validate Win2019_Win32Api_curl_x86 step. The test failure I'm seeing mostly is a failure in curl.cpp: ``` if...
We have had a running issue where various JSON files aren't consistently formatted, which can result in larger diffs than usual. It would be nice if along with verifying clang-format,...