-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new .NET 5 lazy assembly loader #65
Comments
Has there been any movement on this at all? I've been looking at this library as a way to help modularize a set of apps into Blazor and if it's using the native Blazor lazy loading that would be cool. This lib seems super easy to configure and use so I would love to start prototyping with it. |
No movement cause R1 was super buggy. Now that they released R2 I'll give it another go and hopefully adapt the library to it :) |
Had some time to look into this, some bits of the metadata generation are broken and need to investigate the .net5 internals to make it work. Will take some time. |
I'm want) |
Hi @isc30 - just a quick check whether you already know when you could have the .NET5-based new version available? |
Hi, I'm super busy lately but this is top in my priority list. I didn't
manage to make it work yet but im optimistic :)
… |
:-) |
Sorry for disturbing again. Maybe you have a remote idea of when the ETA of this update might be? 😇 @isc30 |
Hi, since stable .net5 was released some days ago, I'm working on making it work for that specific version. |
WIP in branch |
Tried if porting only the components project to There are 2 approaches I tried:
When this gets fixed, missing work is to:
|
Did you ask over at the .NET Core repo? They are quite helpful, usually. |
No, I didn't reach them. I will be trying using Please make sure you use the stable net5.0.0 sdk |
I'll be available in https://gitter.im/Blazor-Lazy-Loading/community |
Blazor team did a lot of work to introduce a partial implementation of the lib into blazor itself. This means that the
LazyAssemblyLoader
is a native part of blazor now! When .NET 5 RC1 is released, this library should shrink and reuse as much as it can from the official lazy loading support.The text was updated successfully, but these errors were encountered: