Egil Hansen

Results 132 comments of Egil Hansen

Hey @jgoday You can absolutely take a look. > JSRuntimeInvocationHandler could be called JSRuntimeInvocationHandlerVoid > and this new one JSRuntimeInvocationHandler, > or something like JSRuntimeInvocationHandlerFactory, who is constructed from a...

Hi Steven, thanks, hope you are well too. This issue might be one of those nice to have on the surface, but not worth the effort, because few users actually...

I think we might revisit this for v2. There is definitely a good case for having a purpose built abstraction/mock of IJSRuntime for bUnit that enables setting up things in...

If it doesnt work with Rider/the command line, then yeah, lets wait a bit with this.

Once fixed, the test Test001 in ComponentRenderingTest should pass. ```c# [Fact(DisplayName = "After KeyPress event is triggered, contains keys passed to KeyPress")] public void Test001() { var cut = RenderComponent();...

I'm going to get to this as soon as I get a little time to do a proper review.

> I targeted `v2` but maybe it makes sense to have this feature available on our `main` branch as well. As I am mainly working on a Mac M1 I...

> * In bUnit this will ever work only with the `NavigationManager` itself. In theory the "wild" aka "real blazor" we can use the `NavigationLock` with stuff like that: `Text`...

OK, looks good so far. I'm still vacationing, but will see if I can get back to this again later today or tomorrow with a follow-up. Thanks for your patience.

We could extend our NavigationHistory here as well to include whether or not a navigation attempt was completed or cancelled.