natemcmaster / DotNetCorePlugins

.NET Core library for dynamically loading code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor plugins?

paulaolileal opened this issue · comments

I would like to know if there will be portability to use the plugins with Blazor, in a similar way as it works with MVC.

I really like the library and I want to be able to use it in Blazor applications.

@pauloolileal Have you tried it?

@pauloolileal Have you tried it?

If you use Razor Pages with Blazor, it works. But not as a SPA. Besides, my tests were very simple.

I'm not planning to do anything special here to support Blazor.

Assuming you mean Blazor server-side rendering, I don't see any reason why you couldn't use this library as-is.

Blazor in the browser using WASM is definitely out of scope and will almost definitely never work with this library.

Hi great work here! It would be nice to have a sample using Blazor to load a plugin with a razor page with some content.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please comment if you believe this should remain open, otherwise it will be closed in 14 days. Thank you for your contributions to this project.

commented

Closing because there was no response to the previous comment.
If you are looking at this issue in the future and think it should be reopened, please make a comment and mention natemcmaster so he sees it.