Steven Giesel

Results 173 comments of Steven Giesel

I added the exception handling as well (including tests). The biggest struggle I had with XML-Docs and scoping them to the right DOTNET version You can't use `#if NET...` in...

> > What is `public string? State { get; }` for? > > Ahh forgot that `NavigationOptions Options { get; }` has the state. It seems redundant to add it...

> > > > What is `public string? State { get; }` for? > > > > > > > > > Ahh forgot that `NavigationOptions Options { get; }`...

I added changelog as well as docu

Maybe just my 2 cents to the whole topic, regardless whether or not the new API is introduced. Imagine you have the following component: ```razor ClickMe @code { [Parameter] public...

> @linkdotnet I think this is safe for us to add. It is basically a bunch of additional `Add` methinds in `ComponentParameterCollectionBuilder`. Do you have any objections or concerns? Absolutely...

I tried a repro of our `BL0007` and it seems if you force it, none of the severity settings in `.editorconfig` are taken into account. Also for some reason on...

To be completely honest with you I am not sure what is going on. I created a small repro I want to share with the asp.net core team: https://github.com/linkdotnet/BL0007Bug I...

Besides that: our first nightly [verifcation build](https://github.com/bUnit-dev/bUnit/actions/runs/2105941555) was ✔ 🎉 yeah

No I am totally fine with that don't get me wrong (even though the file is basically empty?). I was just not sure if it works like `Directoy.Build.props` where the...