Add Activity.SetIdFormat (dotnet/corefx#38628)
authorLiudmila Molkova <lmolkova@microsoft.com>
Fri, 21 Jun 2019 16:54:13 +0000 (09:54 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 16:54:13 +0000 (09:54 -0700)
commit135b88809513470a6222ad46e81c4f88d3c7c131
tree007f4cd501ec139f499d826b150856d90672e1eb
parentf348aa7169f149c3e9478597b19bdc760d89f130
Add Activity.SetIdFormat  (dotnet/corefx#38628)

* Add Activity.SetIdFormat dotnet/corefx#36999

* separate individual tests and run ones that access statics in remote executor

* Exception messages to Resources

* Review comments

* Fix tests

Commit migrated from https://github.com/dotnet/corefx/commit/1fa8627a53115e5244e2f17310fb3b5b8685ec7a
src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSourceActivity.cs
src/libraries/System.Diagnostics.DiagnosticSource/src/Resources/Strings.resx [new file with mode: 0644]
src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
src/libraries/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/Activity.cs
src/libraries/System.Diagnostics.DiagnosticSource/tests/ActivityTests.cs