maforget / ComicRackCE

A Community Edition for the legendary Comic Book Manager ComicRack. ComicRack is back from the dead.
GNU General Public License v2.0
343 stars 34 forks source link

Update obsolete Threads code #7

Closed apiweb closed 10 months ago

apiweb commented 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.