MihaMarkic / BlazorDevExtreme

Blazor interop for DevExtreme library
MIT License
30 stars 5 forks source link

Does not work with Blazor 0.5.1 #7

Closed sven5 closed 5 years ago

sven5 commented 5 years ago

Hi,

at first I want to say thanks for your big effort in this tool. We are using DevExtreme with MVC and now I'm working on a new Blazor project where I'd love to use DX widgets. However it seems that this tool is not working with Blazor's current version of 0.5.1. Could you fix it?

Thanks Sven

sven5 commented 5 years ago

The problem is that in Blazor 0.5 the RegisteredFunction class has been removed (see https://github.com/aspnet/Blazor/issues/739).