parent
5c7157919b
commit
afd3bea80f
|
|
@ -189,7 +189,7 @@ namespace Microsoft.AspNetCore.Diagnostics
|
|||
{
|
||||
Error = scan,
|
||||
StackFrames = StackTraceHelper.GetFrames(ex)
|
||||
.Select(frame => GetStackFrame(frame.Method, frame.FilePath, frame.LineNumber))
|
||||
.Select(frame => GetStackFrame(frame.MethodDisplayInfo.ToString(), frame.FilePath, frame.LineNumber))
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,10 @@
|
|||
"type": "build",
|
||||
"version": "1.1.0-*"
|
||||
},
|
||||
"Microsoft.Extensions.TypeNameHelper.Sources": {
|
||||
"type": "build",
|
||||
"version": "1.1.0-*"
|
||||
},
|
||||
"System.Diagnostics.DiagnosticSource": "4.0.0-*",
|
||||
"System.Reflection.Metadata": "1.3.0-*"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue