-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assembly Reference Issue #4
Comments
Me too. |
me too. https://github.com/SamProf/BlazorVirtualScrolling/blob/master/src/BlazorVirtualScrolling/VirtualScroll.razor ※ When this razor was compiled, it belonged to the namespace of the compiled project. |
Me too. |
1 similar comment
Me too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: