Ivan Sanz Carasa

Results 105 comments of Ivan Sanz Carasa

Tried if porting only the components project to `.net5` would help with the msbuild task issue but nothing. After some days of fighting with this I'm out of ideas on...

No, I didn't reach them. I will be trying using `NestedTask` this afternoon and will reach them if it doesn't work. If you want to help, the easiest way is...

I'll be available in https://gitter.im/Blazor-Lazy-Loading/community

Official bug report: https://github.com/dotnet/aspnetcore/issues/22230

The official answer is that they **don't** support linking user assemblies so I need to find a way to avoid having module DLLs inside `blazor.boot.json`. I can achieve this in...

Detecting the references that only affect Modules project is not trivial, I will just wait for the "linking user assemblies" feature to be available.

Yes absolutely! You can reference `BlazorLazyLoading.Module` from an isolated project and then later deploy the `_content` folder of the Module to the Wasm `wwwroot` folder. There are 2 ways of...

Debugging doesnt work when DLLs are loaded through `AssemblyLoadContext.Load()` or `AppDomain.Load()`

Not exactly, my idea is to build a generic setup project that works well when targeting native mobile, web and desktop (client and server). This is why magnum is an...

+1 to the 2D resources