2

We use .NET 6's AssemblyLoadContext to setup a plugin system.

Is it, for example, possible to load a .NET Core 3 or a .NET 5 dll in an AssemblyLoadContext in a process that was built for .NET 6? And what are the implications and/or side-effects of doing so?

Are there certain best practices that should be taken into consideration, or is mixing runtime versions in AssemblyLoadContexts something that shouldn't be done at all?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.