BlazorExtensions/Canvas

BECanvas doesn't seem to work for .Net 5

rperazzolli opened this issue · 4 comments

I'm migrating a project that worked fine in .Net 3.1 and, when trying to convert it to .Net 5 BECanvas, no longer works. The reference to BECanvasComponent remains null.

I suspect this project has been abandoned.

Thank you, mizrael. What would be the alternative you advise me to draw in Blazor with .Net 5?
In some projects with .Net 5 BECanvas seems to work fine, but in others it does not and I do not understand where the difference is.

The fault was exclusively mine.
The component is working properly. When translating code from Blazor Server 3.1 to Blazor WebAssembly 5, I made changes that affected the operation.
Thanks for your help.