Skip to content

Look into .NET 9's PersistedAssemblyBuilder to enable DynamicProxy tests on .NET Core #697

@stakx

Description

@stakx

Not being able to save dynamically generated assemblies to disk on .NET Core has made it impossible to run most DynamicProxy tests on that runtime, meaning we had an increasingly large blink spot regarding new runtime & C# language features. The availability of something like PersistedAssemblyBuilder (if it is what it looks like) means we can finally close that gap and run all DP tests on .NET Core.

A prerequisite for this is enabling .NET 9 or later as a TFM. There's ongoing work towards that direction, which should therefore be dealt with first.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions