Egil Hansen

Results 132 comments of Egil Hansen

If MatBlazor needs a root component to be added in App.razor, then this might be what you need: https://bunit.dev/docs/providing-input/root-render-tree.html

Did you try: ```c# ctx.RenderTree.TryAdd(); ```

Then `MatPortalHost` doesn't provide a cascading value. So are you sure you need it? You may need to add a service to Services though. Take a look at the docs...

> when I run that last line of code, the system crashes. To get more help, you might want to share what the exception message is.

> there is no error message. the execution just stops. So the system doesn't crash as you wrote before, the test completes without an error? I don't know how the...

I am not sure what the long term plans are for this prototype, but for now, I humbly point you to my library, where all of this prototypes functionality and...

Isnt the default for public repos here on github "open source", unless otherwise specified? I hope so, or at least I assume Steve has no problem with us taking this...

@darcythomas I got a chance to ask Steve about this. Its fine to use, and there wont be any problems with the bits ive picked out for bUnit. So if...

> I don’t think this PR needs to be closed! You can make the changes on this branch and we’ll merge the PR for release in v3. (V3 is currently...

I might take you up on this when I get more familiar with the library and general concept of parser combinators.