ASP.NET Core Roadmap for .NET 10 #59444
Replies: 6 comments 1 reply
-
I would like to see some progress around Observability. Native instrumentation support: Remove some log scopes that no longer make sense with OpenTelemetry and span attributes:
Ability to add attributes to the root activity to facilitate Head Sampling: |
Beta Was this translation helpful? Give feedback.
-
I would like to see some progress for the Consider shipping ObjectGraphDataAnnotationsValidator / ValidateComplexTypeAttribute issue, which has been open since December 14, 2020 (47 up votes so far) |
Beta Was this translation helpful? Give feedback.
-
I would like to see blazor being fully trimming compatible in .NET 10: #49409 We have experimented NativeAOT-LLVM with Avalonia wasm apps and the performance is way faster than mono-aot, also the binary size is also smaller than mono-aot by a lot. Here is an example of a NativeAOT-LLVM compiled Avalonia app: sizoscopeX, you can test this app with sample-data.zip by selecting both the two files in the archive in the Open dialog to see how fast it is. I expect blazor to have even better experience, as blazor doesn't use external libraries (like libSkia) for rendering so that the binary size should be a lot smaller than Avalonia. |
Beta Was this translation helpful? Give feedback.
-
I would like to see Signalr from blazor server working with authentication (cookies or jwt). It can share the signalr connection used by render updates. |
Beta Was this translation helpful? Give feedback.
-
My personal wishlist:
|
Beta Was this translation helpful? Give feedback.
-
I would like to have more functionality in QuickGrid for example the ability to implement conditional formatting (by rows or by columns) without losing PropertyColumn filtering and sorting functionality. TemplateColumn kind of allows to do the conditional formatting but you lose the Filtering and Sorting Functionalities. Can we have all the PropertyColumn goods in the TemplateColumn or the ability to have ChildContent in the PropertyColumn. |
Beta Was this translation helpful? Give feedback.
-
Discussion thread on the ASP.NET Core Roadmap for .NET 10
Beta Was this translation helpful? Give feedback.
All reactions