Skip to content

Commit

Permalink
exclude Guard from StackTrace (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 16, 2024
1 parent 85bd4a9 commit 97565a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>6.8.0</Version>
<Version>6.9.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageTags>Polyfill</PackageTags>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
Expand Down
1 change: 1 addition & 0 deletions src/Polyfill/Guard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace Polyfills;

[ExcludeFromCodeCoverage]
[DebuggerNonUserCode]
[StackTraceHidden]
#if PolyPublic
public
#endif
Expand Down

0 comments on commit 97565a8

Please sign in to comment.