Bump version
This commit is contained in:
parent
207d8ddc6e
commit
f0c84572b7
@ -11,7 +11,7 @@
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<IncludeSource>true</IncludeSource>
|
||||
<Version>0.0.3</Version>
|
||||
<Version>0.0.4</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
@ -608,10 +608,6 @@ namespace System.Diagnostics
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (type.Namespace == "System.Threading" && (type.Name?.StartsWith("_") ?? false))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// Don't show any methods marked with the StackTraceHiddenAttribute
|
||||
// https://github.com/dotnet/coreclr/pull/14652
|
||||
|
||||
Loading…
Reference in New Issue
Block a user