You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/StackifyLib/Logger.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ public static List<TraceFrame> GetCurrentStackTrace(string declaringClassName, i
259
259
{
260
260
List<TraceFrame>frames=newList<TraceFrame>();
261
261
262
-
#if NET45||NET40
262
+
#if NET451||NET45||NET40
263
263
try
264
264
{
265
265
//moves to the part of the trace where the declaring method starts then the other loop gets all the frames. This is to remove frames that happen within the logging library itself.
0 commit comments