From: Lakshan Fernando Date: Thu, 10 Aug 2023 12:16:51 +0000 (-0700) Subject: Remove EnableNativeEventPipe property (#90274) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~387 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b68382b60349fece947020d234d4a590e9bd5fe8;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove EnableNativeEventPipe property (#90274) --- diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index 471c024..2bfc055 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -49,7 +49,7 @@ The .NET Foundation licenses this file to you under the MIT license. @executable_path libeventpipe-disabled - libeventpipe-enabled + libeventpipe-enabled diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets index 1b89aaf..314fb7a 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets @@ -30,7 +30,7 @@ The .NET Foundation licenses this file to you under the MIT license. WINDOWS CONSOLE eventpipe-disabled - eventpipe-enabled + eventpipe-enabled diff --git a/src/tests/issues.targets b/src/tests/issues.targets index a7a23cd..031f224 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -1033,9 +1033,6 @@ https://github.com/dotnet/runtimelab/issues/200 - - https://github.com/dotnet/runtime/issues/83051: Waiting for PR_88894 to be merged - https://github.com/dotnet/runtime/issues/83051: not supported in net8