Results 56 comments of hillin

Yes it's definitely doable when the program gets stable, although I always have the prejudice that NuGet is just somewhere you can get libs :)

It's supposed to be placed within your project directory, where an Engine\Binaries sub-directory exists and contains the engine executable. You may need some modification in the code if you have...

Some thoughts: - Add a static property in DisposableCallback to control whether this exception should be thrown; - Optionally, somewhere in the Fluxor.Blazor.Web project, maybe in the `StoreInitializer`, set the...

That's why I said it could be set in the Fluxor.Blazor.Web project, which is definitely ASP.NET dependent. Anyways that's not the most important thing here.

Thanks @hediet , I understand that version is old enough to drop support, but a few clients of ours is still using it and they are somewhat stuck on that...

This is annoying, we have to filter the list items from the component's code behind.

You can bind with `[attr.disabled]` and that shall work.

One way is to register the view models as Scoped, which is generally not a good idea because it forces all the component instances of the same type to share...

Right now I'm playing with this idea, but it raises some questions: - Should the auto-resolve be lazy or should we keep the `SetBindingContext` call in the `OnInitialized` method (i.e....