DM

Results 3 comments of DM

I'll try and Bump, currently tried adding iframe to my website, getting Content-Security-Policy error as described here: [[https://github.com/dotnet/try/issues/158](https://github.com/dotnet/try/issues/158)]

> One of the things that has changed from 7->8 is that llamasharp will try to autodetect certain CPU features (AVX512) and use a better binary if it detects them....

@javiercn nor @DillionVVV solution do not work in .NET 9 RC2: ```cs private IComponentRenderMode? PageRenderMode => HttpContext.GetEndpoint()?.Metadata.GetMetadata()?.Mode == RenderMode.InteractiveServer ? RenderMode.InteractiveServer : HttpContext.AcceptsInteractiveRouting() ? InteractiveAuto : null; ``` I do...