Skip to content

.NET Framework Bridge

Michael Ketting edited this page Mar 13, 2023 · 2 revisions

.NET Framework Bridge is a NuGet package of assemblies that enables CoreForms to be used together with third-party components without requiring a recompilation.

Package name: CoreForms.Web.NetFrameworkBridge on NuGet.org.

Use the.NET Framework Bridge if you don't have access to the source code, e.g. for third-party components. Note that behavioural differences such as .NET Core Thread-Abort semantics) will not be handled correctly, see technical notes.

The assemblies in this package use type forwarding

Clone this wiki locally