SamProf / BlazorVirtualScrolling

Blazor components for efficiently rendering large lists and data using virtual scrolling

Home Page:https://samprof.github.io/BlazorVirtualScrolling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assembly Reference Issue

RuanJustSolve opened this issue · comments

commented

Currently getting the following assembly reference issues(have installed all the needed dependencies and updated Visual Studio):

Error CS0246 The type or namespace name 'BaseVirtualScroll<>' could not be found (are you missing a using directive or
Error CS0115 'VirtualScroll.BuildRenderTree(RenderTreeBuilder)': no suitable method found to override

Any suggestions on what I am missing?

commented

Me too.

commented

me too.

https://github.com/SamProf/BlazorVirtualScrolling/blob/master/src/BlazorVirtualScrolling/VirtualScroll.razor
Maybe VirtualScroll.razor need @namespace BlazorVirtualScrolling ?

※ When this razor was compiled, it belonged to the namespace of the compiled project.

Me too.