Add AssemblyLoadContext to .NET Standard #46815
-
I'm intrigued by the Are there any plans to include it in some future version of .NET Standard? Is there any (approximate) timeline for this inclusion? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Short version:
No
Never .NET Standard is done. .NET Standard 2.0 was the last version that supported .NET Framework, .NET Standard 2.1 is the last version that will be released in general. (See here: The future of .NET Standard.) Furthermore, in order to get |
Beta Was this translation helpful? Give feedback.
-
@PathogenDavid Thank you. That does seem final. I guess I'll back-port pieces of |
Beta Was this translation helpful? Give feedback.
Short version:
No
Never
.NET Standard is done. .NET Standard 2.0 was the last version that supported .NET Framework, .NET Standard 2.1 is the last version that will be released in general. (See here: The future of .NET Standard.)
Furthermore, in order to get
AssemblyLoadContext
added to .NET Standard in a way which a Visual Studio extension could use it, you would needAssemblyLoadContext
to be added to .NET Framework. .NET Framework 4.8 is the last version of .NET Framework. It is only receiving fixes, no new features.