Luke

Results 6 comments of Luke

I would like to chime in. I have similar requirement where I use polymorphism. I have an outer class (named DerivedClass) that stores a collection of items (Results, initially of...

Yes, that would be helpful. It was not that easy to track down this bug, and this was on a simple page with relatively few elements.

@MihaZupan That solved the issue, thank you. This is a difficult thing to spot especially since UseRouting middleware is not added by Blazor template. This should be somewhere in the...

I figured out problem with item 1: I had to name my module file after the name of my RCL assembly. What about item 2?

For item 2: It appears, that using PageScript inside a component that is inside an RCL and referencing a collocated script on the component works. Any advise against such usage...

Thanks for the explanation. As per "inside a component (not page, not layout)", I meant "any" component other than page (ie page component) or layout component.