* Fix 1291. SQL Listener had references to System.Data types in Microsoft.Data path.
The class is modified to NOT import the system.data namespace now to ensure we rely purely on reflection. This should have been done in the original fix which would have caught this issue there itself.
* work in progress
* tests are passing
* test init from config file
* quick pulse test improvements.
added helper class to build a configuration from xml.
* fxcop
* changelog
* merge conflict, restore tests
* resolve merge conflict
* update Defaults
* changelog
* name change
* bump version 2.11
Updated Base SDK to 2.11.0
Updated Microsoft.AspNet.TelemetryCorrelation to 1.0.7
Updated System.Diagnostics.DiagnosticSource to 4.6.0
* update sdk
* diagnostic source (again)
* update test apps
* more test apps
* update telemetrycorrelation again
* bump version 2.11
Updated Base SDK to 2.11.0
Updated Microsoft.AspNet.TelemetryCorrelation to 1.0.7
Updated System.Diagnostics.DiagnosticSource to 4.6.0
* update sdk
* diagnostic source (again)
* update test apps
* more test apps
* update telemetrycorrelation again
* bump version 2.11-B2
* update product
* update test projects
* update for w3c
* Fix failed tests (#1257)
* Fix test configuration issues after update to base beta-2
* more test config issues
* reverse tracestate changes - base SDK has a bug
* update changelog
* DependencyCollector on W3C
* Requests on w3c
* up
* up
* up
* E2E tests for 3.0 and fixes
* clean up
* Disable .NET core 3.0 tests - infra is not ready
* Disable .NET core 3.0 tests - infra is not ready
* revert tool version changes
* fix sln
* up
* up
* up
* up
* up
* up1
* up21
* changelog
* review comments
* fxcop!
* review
* review
* Add netstandard20 target for windowsserver project. tests are modified to run on 2.1 instead of 1.0 as 1.0 is unsupported and sdk would soon remove 1.1 support as well.
* Adds netstandard2.0 target for dependencycollector. UnitTests converted to target 2.1 instead of 1.1. Unittests were blind about 2.0 before this, and now they will be blind about 1.1 instead.
* test reliability
* squash changes
* resolve merge conflict
* save worknig test
* this works
* finished, should refactor
* move HttpContext to separate helper class
* TODO
* fix compile
* code review concerns
* change Base SDK version to 2.11 beta1
* Switch tests from DisableTrackingProperties to Experimental Features