Fix EventSource to stop ignoring EventCommand.SendManifest (#848)
authorSung Yoon Whang <suwhang@microsoft.com>
Wed, 18 Dec 2019 22:57:33 +0000 (14:57 -0800)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2019 22:57:33 +0000 (14:57 -0800)
commit2755362aed8412f47a3ca6cc419a9a85f55b0314
tree1e9ce2883c1be89d18b26003173ab15f9f921fe8
parente695a98652b23486a76ab4df31291bdf33862e19
Fix EventSource to stop ignoring EventCommand.SendManifest (#848)

* Dont ignore EventCommand.SendManifest command in EventSource

* Add ETW manifest generation test

* Mark the ETW ManifestGeneration tests as privileged only

* Define IsProcessElevatedAndNotWindowsNanoServer

* Change undefined file path
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs [new file with mode: 0644]
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.cs
src/libraries/System.Diagnostics.Tracing/tests/CustomEventSources/SimpleEventSource.cs
src/libraries/System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj
src/libraries/System.Private.CoreLib/src/System/Diagnostics/Tracing/EventSource.cs