We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c381f commit d2568f2Copy full SHA for d2568f2
CommunityToolkit.Diagnostics/Internals/Guard.ThrowHelper.cs
@@ -3,6 +3,7 @@
3
// See the LICENSE file in the project root for more information.
4
5
using System;
6
+using System.Diagnostics;
7
using System.Diagnostics.CodeAnalysis;
8
9
namespace CommunityToolkit.Diagnostics;
@@ -15,6 +16,7 @@ public static partial class Guard
15
16
/// <summary>
17
/// Helper methods to efficiently throw exceptions.
18
/// </summary>
19
+ [StackTraceHidden]
20
private static partial class ThrowHelper
21
{
22
0 commit comments