opentelemetry-dotnet/test/OpenTelemetry.Instrumentati...
Mikel Blanchard d11dc0a962
CorrelationContext -> Baggage (#1106)
* Baggage context part 1.

* A little cleanup.

* Return strings instead of objects. Removed default value in ctor because it generates a compiler warning about struct default constructor being used.

* Updated SDK & API projects for BaggageContext.

* Fixed broken areas, except for CorrelationContext tests.

* First round of tests and bug fixes.

* FIxed up HTTP instrumentation tests.

* Fixed up shim tests.

* More tests and improvements.

* Fixed broken test.

* Test coverage and bug fixes.

* Deterministic GetHashCode + tests.

* Added a link to the baggage api.

* Updated CHANGELOG.

* Renamed BaggageContext -> Baggage.

* CHANGELOG update.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-27 16:03:38 -07:00
..
EventSourceTest.cs Shared test cleanup. (#1100) 2020-08-18 21:11:15 -07:00
HttpClientTests.Basic.netcore31.cs CorrelationContext -> Baggage (#1106) 2020-08-27 16:03:38 -07:00
HttpClientTests.netcore31.cs Cleanup dispose/shutdown flow (#1142) 2020-08-24 11:22:03 -07:00
HttpTestData.cs Instrumentation to store context object into Activity.CustomProperty (#1128) 2020-08-21 13:10:52 -07:00
HttpWebRequestActivitySourceTests.netfx.cs CorrelationContext -> Baggage (#1106) 2020-08-27 16:03:38 -07:00
HttpWebRequestTests.Basic.netfx.cs Shared test cleanup. (#1100) 2020-08-18 21:11:15 -07:00
HttpWebRequestTests.netfx.cs Instrumentation to store context object into Activity.CustomProperty (#1128) 2020-08-21 13:10:52 -07:00
OpenTelemetry.Instrumentation.Http.Tests.csproj more sanity check (#1164) 2020-08-24 21:50:58 -07:00
http-out-test-cases.json Instrumentation to store context object into Activity.CustomProperty (#1128) 2020-08-21 13:10:52 -07:00