Can you do .Net Framework/Standard interop with .Net7? Developers of plugins and addons for existing Net Framework applications need a way of calling net7 code in order to use it's modern features. We don't own the parent app code, so we can't rewrite it and companies which do have no plans of doing it in a future as it is not financially viable. All the info I found so far is about C++ interop with .Net7 and nothing about communication between C# code of different frameworks.
Does this new mechanism have the ability to unload the DLL that gets imported?
Really nice presentation
Nice work.
Is there a support to host dotnet 7 in an Microsoft Office host?
c++/cli still supported in .NET 7 / 8?
Can you do .Net Framework/Standard interop with .Net7?
Developers of plugins and addons for existing Net Framework applications need a way of calling net7 code in order to use it's modern features.
We don't own the parent app code, so we can't rewrite it and companies which do have no plans of doing it in a future as it is not financially viable.
All the info I found so far is about C++ interop with .Net7 and nothing about communication between C# code of different frameworks.