Mackinnon Buck

Results 135 comments of Mackinnon Buck

Thanks for reaching out, @matthew-hamilton-sedgwick. Are you expecting all requests to require authorization? If so, could you please try setting a fallback policy as shown in the docs on [configuring...

Hi @htmlsplash, sorry for the delayed reply. Yes, the project utilizes [JavaScript initializers](https://learn.microsoft.com/aspnet/core/blazor/fundamentals/startup#javascript-initializers), which utilize the specific naming convention you observed. You can certainly use `PageScript` within a non-page component,...

Hi, thanks for reaching out! The simplest way I can think of would be to embed the "content" value in the DOM and read it from within your script. Something...

> Is it okay if I use... @JeepNL yep, that should be totally ok! You're right in that it does have nicer encoding characteristics when compared to embedding the data...

> @Tornhoof: May I suggest reconsidering the internal approach here, I understand that it increases the public api surface, but most of the types in there directly represent a concept...

> [!IMPORTANT] > The most recent API comment can be found [here](https://github.com/dotnet/aspnetcore/issues/62287#issuecomment-3046456628) ## API Review Notes (Round 1) * Consider an API structure that allows us to decouple the parts...