Steven Giesel

Results 173 comments of Steven Giesel

I know the issue is a year old but the same happens on MacOS (with Rider) on the WASM-head. `dotnet run` works perfectly.

> Does anyone know how to go from IRenderedFragment to IElement? Trying to assert css styles and `ComputeCurrentStyle` only exists on `IElement` Hey @mycarrysun can I kindly ask you to...

No you are right, basically 2 to 3 Js calls, see here: https://github.com/aspnet/AspLabs/blob/main/src/QuickGrid/src/Microsoft.AspNetCore.Components.QuickGrid/QuickGrid.razor.cs#L193 As this is an external package we don’t want to have this dependency in bUnit itself. I...

I wanted to tackle this and create a small section in the docs, but the alpha is really "alpha". For me the code snippets from the page are not working...

Hey Egil, I hope you are doing well. I just had a look at the issue and the linked PR. And that raised some questions regarding the functionality. As a...

Hey. Doing well ;) From an API "use point of view" I would prefer `SetResult` or `Returns` more than specifying the return value when setting up the "mock" (`JSinterop.Setup("").SetResult()`. Guess...

Nice feature. Did not know this is around. A few things we have to consider: * It is only a small help in my eyes. In theory we could also...

Just to have some documentation about our findings: This might be something for version 2.0. Currently the support of < .net6 will block that feature. Let's assume we want to...

> > 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...

> > * 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:...