Closed apiweb closed 10 months ago
Pull Request Summary:
I've made adjustments to the DumpThread method to address Microsoft's deprecation of certain thread-related methods in .NET Framework 4.8.
The changes include using the newer StackTrace constructor and introducing a lock for thread safety when creating the stack trace.
I'm starting working by updating obsoletes pieces of code.
Pull Request Summary:
I've made adjustments to the DumpThread method to address Microsoft's deprecation of certain thread-related methods in .NET Framework 4.8.
The changes include using the newer StackTrace constructor and introducing a lock for thread safety when creating the stack trace.
I'm starting working by updating obsoletes pieces of code.