I recently worked with a couple customers migrating applications to .NET Core that had to make code changes to workaround BeginInvoke
and EndInvoke
methods on delegates not being supported on .NET Core. In this post, we’ll look at why these APIs aren’t implemented for .NET Core, why their usage isn’t caught by the .NET API Portability Analyzer, and how to fix code using them to work with .NET Core.
April 9th, 2019
0 comments