Is it possible to use BackgroundWorker class with .net core?
问题 I am trying to port a C# console project that works fine on Windows to Linux with .NET Core. I have created a project.json file, run dotnet restore and everything seems to work fine. But when I run dotnet build, I get this message : The type or namespace name 'BackgroundWorker' could not be found (are you missing a using directive or an assembly reference?) According to .NET Core API, the class BackgroundWorker seems to exist in System.ComponentModel. Here's my project.json : "version": "1.0