Allan Nielsen
Allan Nielsen
As per my comment here: https://github.com/ardalis/ApiEndpoints/issues/161#issuecomment-976126232 this was something I tried but it doesn't play well with Swagger (or Redoc) nor does it work if you have multiple fields that...
This is an issue in `Helper.GetRagnarockMapFolder` because int.Parse fails with a NRE since you are returning Null from GetValueForKey. Do you want help cleaning this and the codebase up, I'd...
I had a similar issue but for me it wasn't working using "Local" but was for "Development". Any news on why this is the case?
Did you get anywhere with this, I would be interested. But not sure what you mean to switch over? IAuthorizationRequirementData is just a collection of IAuthorizationRequirement which your auth handler...
I'd be keen to see something like this too.
Been waiting for this since watching the talk. Really looking forward to it.
Not sure if you'd like to add another item to the list? SSR support as it currently only works with CSR.
I'd like to add my support for this suggestion. But I'll add an example that had me stuck for quite a while. The aspire-sample showing healthcheckui integration will always fail...
Is that needed when the app globally sets it? ``` c# builder.Services.AddRazorComponents() .AddInteractiveServerComponents(); ``` and ``` c# app.MapRazorComponents() .AddInteractiveServerRenderMode(); ``` So it appears that the Theme Manager must use CSR,...
Agree, this would be nice, but I'd extend this further if possible and include a validate check to see if the correct byte is set so that when instances are...