Mackinnon Buck

Results 135 comments of Mackinnon Buck

Hi @rbuergi, Thanks for providing the binlog! It seems this line is causing each asset to be included twice: ```csproj ``` (once as a `Content` item, and once as a...

Hi @rbuergi, so sorry for the delayed response. It's a little hard to gather what's happening from the repo due to its size, but I would suggest defining static web...

Thanks for the reply, @rbuergi. > I am really not sure why github actions should behave differently from my local builds. Any ideas? I'm not sure why it would behave...

Hi @rbuergi, Could you please clarify what exact repro steps are needed to reproduce the problem? Which project should be run against `dotnet pack`? Does this only repro on .NET...

Thanks for reaching out, @garrettlondon1. It looks like the reason the error boundary doesn't show is because the error boundary is being rendered as a child component of the component...

### Override `InputNumber` type attribute The `InputNumber` component now supports overriding the type attribute. For example, you can specify `type="range"` to create a range input that supports model binding and...