ASP.NET Core Roadmap for .NET 10 #59444
Replies: 3 comments
-
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.
-
Resolve the Consider shipping ObjectGraphDataAnnotationsValidator / ValidateComplexTypeAttribute issue, which has been open since December 14, 2020 (46 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.
-
Discussion thread on the ASP.NET Core Roadmap for .NET 10
Beta Was this translation helpful? Give feedback.
All reactions