Replies: 23 comments 31 replies
-
Feature request: Add support for OAUTH PAR RFC 9126 |
Beta Was this translation helpful? Give feedback.
-
Feature request: Add Support for OAUTH DPoP RFC 9449 |
Beta Was this translation helpful? Give feedback.
-
Feature request: Add (back) support for CSP nonces in Blazor
|
Beta Was this translation helpful? Give feedback.
-
As @gabephudson already wrote in #51834 (comment):
I think this is basic functionality that should automagically work out of the box. I was surprised to learn how complicated it is to share session state between static/interactive/wasm. |
Beta Was this translation helpful? Give feedback.
-
I would like to see the progress on #42561 and #30567 and #42284 |
Beta Was this translation helpful? Give feedback.
-
I'd like to see the W3CLogger get some love, as originally reported in #42489 and #35614 . |
Beta Was this translation helpful? Give feedback.
-
I would like to see a progress for Consider shipping ObjectGraphDataAnnotationsValidator / ValidateComplexTypeAttribute. |
Beta Was this translation helpful? Give feedback.
-
If it turns out to be a missing feature #54051 I'd like to see this one 😄 |
Beta Was this translation helpful? Give feedback.
-
The roadmap issue is slowly losing a lot of entries 👀 |
Beta Was this translation helpful? Give feedback.
-
Just wanted to add that better hot reload support for blazor wasm is one of the big things for our team that makes it still not feel completely "ready". That being said, we have an app in production and things have been great. However, a better hot reload experience would be a HUGE dev experience improvement. I understand some of the current limitations, but just as an example, we use Blazor WASM with MudBlazor, and when adding/removing/changing re-usable components, those changes are usually not hot-reloadable and require restarting the app. I really like this framework, but right now this is the biggest hurdle preventing me from suggesting it broadly for apps. I still suggest it, but it's a caveat to deal with. |
Beta Was this translation helpful? Give feedback.
-
using native AOT without custom JSON serialization pain would be a great feature. |
Beta Was this translation helpful? Give feedback.
-
AFAIK there is currently no built-in solution in .NET Core to generate authentication tokens, see: https://developer.okta.com/blog/2018/03/23/token-authentication-aspnetcore-complete-guide#generate-tokens-for-authentication-in-aspnet-core Are there any plans to bring this feature back in .NET 9 or future versions? |
Beta Was this translation helpful? Give feedback.
-
I'd like to see progress on #54756. Authentication ain't trivial and should work in all flavours. |
Beta Was this translation helpful? Give feedback.
-
With performance as a goal I hope to see some work around the issue of excessive component re-renderings, ex: #54543 |
Beta Was this translation helpful? Give feedback.
-
Guys, please put some time into this one: #44781 (comment) |
Beta Was this translation helpful? Give feedback.
-
I think adding a Blazor InputHidden component would be useful for model binding (especially with SSR) and consistent with the other input components (InputText, InputSelect, etc). I was surprised this didn't already exist. |
Beta Was this translation helpful? Give feedback.
-
Would love to see this one fixed - #47301 Right now working with multiple files upload in Blazor server-side is a huge pain |
Beta Was this translation helpful? Give feedback.
-
I know ASP.NET 9 is probably finalized, but not sure where to post this. @danroth27, for 10, I would love to see Blazor SSR to (optionally) support events. IE, the new Blazor SSR is great (very much like an improved MVC), but it's not quite complete. Would love to see it just naturally support Blazor events (like onclick). Think Blazor global interactive server without a WebSocket, but instead limited focused events and state transfer via HTTPRequest. I was made aware (via the video below) of a very interesting open-source project called Hydro that does this with Razor Pages. It would be amazing if this type of functionality could be supported on Blazor SSR. It would be more limited than Interactive Server, but also be a sweet spot for scalability and dev productivity. Bottom line, just want to expose the Blazor team to this project/idea, and see if in 10, we could get something similar baked in! |
Beta Was this translation helpful? Give feedback.
-
Hi, I remember seeing something about this, though I don't remember if it was a blog post, GitHub issue, or GitHub issue comment. The concept of sub-apps of different kinds (different Blazor render modes, Razor Pages, MVC) within one ASP.NET Core project would be a wonderful addition. We have lots of smaller apps that we include in one domain, e.g. example.com/app1, and updating all of them when monthly security updates arrive is never a fun task. If they could exist within one project, that would make keeping them updated, and the web server configuration, much easier. Does this concept exist in any form as far as .NET 9 or a future release? |
Beta Was this translation helpful? Give feedback.
-
Will the Paginator component support paging when using Static SSR render mode in .net 9? I know there was a proposal for this, is this done? Original issue: |
Beta Was this translation helpful? Give feedback.
-
I recommend enhancing Blazor with more native and simplified support for working with map providers. Currently, it is extremely challenging to interactively work with maps in Blazor. Features such as adding points, drawing lines, showing routes, and other functionalities provided by map services like Bing or Google are far easier to implement in JavaScript frameworks. Integrating these capabilities more seamlessly into Blazor would significantly improve the development experience. |
Beta Was this translation helpful? Give feedback.
-
I've been reading about the new static assets handling (
|
Beta Was this translation helpful? Give feedback.
-
Feature request : |
Beta Was this translation helpful? Give feedback.
-
Discussion thread on the ASP.NET Core Roadmap for .NET 9
Beta Was this translation helpful? Give feedback.
All reactions