Avrohom Yisroel Silver (Mr Yossu)

Results 21 comments of Avrohom Yisroel Silver (Mr Yossu)

Yup. This was a brand new MVC project.

Thanks for the info. I'll have a look. I don't remember where I put the default route, so it could be that it was was before the redirect route. Thanks...

Can I echo the sentiments. I'm trying to create a shared project that contains some simple Razor views that we want to be able to reuse in multiple projects. The...

@jamesmh Sorry, didn't include it as I didn't think it was relevant. The event isn't broadcast, so the code that's supposed to pick it up wont get called. However, the...

@jamesmh Thanks for the response. My bad, I missed the warning about adding `WidgetList` as a transient. That got rid of the error. However, I've hit something else that I...

@jamesmh I have discovered something that explains why the variables are back at their initial values, but I'm not sure why it's happening. I just updated the sample, and added...

@jamesmh Thanks for the reply. This is a Blazor app, and (following the docs and your first suggestion) I added the `WidgetList` component as a transient service. Sounds like you...

@jamesmh Thanks for the reply. I don't think making a Blazor component a service makes sense, so I guess we'd have to have the list as a service. Thanks again.

@lbugnion Has this issue ever been addressed? I'm in the same position as @Rod-in-NM in that we are not moving to .NET Standard. Thanks