[.NET 5RC1] How do we stream the runtime assemblies? #26854
Unanswered
ivan-prodanov
asked this question in
General
Replies: 1 comment
-
I'm very disappointed that the team is ignoring this for second time... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Previously I created an issue here. It seems the change was by design. How can we add the the core runtime assemblies to Roslyn if we want to compile simple C# code in Blazor?
Let me add some context.
Prior to .NET Core 3.1 the internet is full of examples how to accomplish this by using the Location property of each assembly in order to load them using MetadataReference.FromStream(...) method. Since going forward the Location property in .NET 5 in blazor apps is going to be null, how can we accomplish this?
Previously (.NET Core 3.1)
This is my only blocker to upgrading to .NET 5.
Beta Was this translation helpful? Give feedback.
All reactions