Mackinnon Buck

Results 135 comments of Mackinnon Buck

> [!IMPORTANT] > The most recent API comment can be found [here](https://github.com/dotnet/aspnetcore/issues/62287#issuecomment-3046456628) ## API Review Notes (Round 2) * Should we change `JsonElement` to be a `JsonNode` in `PasskeyCreationArgs` and...

# API Review Notes (Round 2.5) Since our last API review, another internal design review led to some changes to the public API. This comment describes the new API. Following...

# API Review Notes (Round 3) * Can we remove the constructor for `UserPasskeyInfo`? * Maybe, but it's the only way to make certain properties "required" because it lives in...

Other things that I didn't explicitly call out in the last API review: * `PasskeyOptions` was moved to the `Microsoft.AspNetCore.Identity` package * As a result, there can no longer be...

Completed in https://github.com/dotnet/aspnetcore/pull/62841

Hi @AmBplus, If all you want to do is load a script dynamically, you don't need to wrap it in another script that defines an `onLoad()` handler. You can just...

Hi, apologies for the delay. > I added a Flowbite javascript file in a razor component with a render mode of Interactive server or web assembly `PageScript` is primarily intended...

Hi @WALEED-NET, I appreciate the issue report. Apologies for the delayed reply. Does the project you're testing with utilize top-level interactivity (_not_ per-page)? If that's the case, the project is...

This is certainly worth considering, but there currently are a number of .NET 9 features that this project currently relies on. I can think of two off the top of...