Migrating Delegate.BeginInvoke Calls for .NET Core

Shikha Kaul

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.

0 comments

Discussion is closed.

Feedback usabilla icon