From c96f79cab2caeb65d9b9f32e947863e58592498a Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Tue, 29 Oct 2019 21:55:55 +0100 Subject: [PATCH] Temporary build fix Commit migrated from https://github.com/mono/mono/commit/d49d3efd5d7832e8c599a1a34431b5c68650639a --- .../System.Private.CoreLib/System.Private.CoreLib.csproj | 1 + .../src/System.Diagnostics/NativeRuntimeEventSource.cs | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/mono/netcore/System.Private.CoreLib/src/System.Diagnostics/NativeRuntimeEventSource.cs diff --git a/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj index 6ab656c..fc7ea6d 100644 --- a/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj +++ b/src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj @@ -190,6 +190,7 @@ + diff --git a/src/mono/netcore/System.Private.CoreLib/src/System.Diagnostics/NativeRuntimeEventSource.cs b/src/mono/netcore/System.Private.CoreLib/src/System.Diagnostics/NativeRuntimeEventSource.cs new file mode 100644 index 0000000..0b6bdc2 --- /dev/null +++ b/src/mono/netcore/System.Private.CoreLib/src/System.Diagnostics/NativeRuntimeEventSource.cs @@ -0,0 +1,12 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +namespace System.Diagnostics.Tracing +{ + // TODO: Delete. Temporary workaround to fix build break. + internal sealed partial class NativeRuntimeEventSource + { + public static EventSource Log => default; + } +} \ No newline at end of file -- 2.7.4