I\'m porting a project to .NET Core and have some logic with the method. Do you know .NET Core supports Abort() method in Thread class?
Abort()
Thread.Abort has been removed in .NET Core.