Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0d427ca

Browse files
safernjkotas
authored andcommitted
Add back using to EventSourceException
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
1 parent 50f8ab7 commit 0d427ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSourceException.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// See the LICENSE file in the project root for more information.
44

55
#nullable enable
6+
using System;
67
using System.Runtime.Serialization;
78

89
#if ES_BUILD_STANDALONE

0 commit comments

Comments
 (0)