Skip to content

PersistedAssemblyBuilder for .NET 8 and previous versions #112086

Answered by AustinWise
winscripter asked this question in Q&A
Discussion options

You must be logged in to vote

It would not be possible to backport PersistedAssemblyBuilder as designed to previous versions of .NET or .NET Framework. This is because it's base class, AssemblyBuilder is sealed in previous framework versions (see .NET 6 and .NET Framework docs). It was changed to an abstract class to allow PersistedAssemblyBuilder to inherit from it. See #78542. Note that while issue is marked .NET 8, some later changes like #93497 only made it into .NET 9.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by winscripter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants