Product roadmap (#5127)
* first draft * add languages * more content * add some missing areas * add spark * add interactive * Update F# 5 list for product roadmap (#5131) * small changes * Added CLI/SDK and Visual Basic sections * Fixed bad formatting for CLI/SDK * fix legend * clean up text * Add ML.NET * add tye * add winforms * Update current.md * Update current.md * Update current.md * Update current.md * Update current.md * Add gRPC * More gRPC * Remove required component parameters from Blazor roadmap * table changes + wpf * move table up * Update current.md (#5144) Xamarin roadmap work through end of 2020 * wpf updates * Update current.md * Update current.md Co-authored-by: Phillip Carter <pcarter@fastmail.com> Co-authored-by: Kathleen Dollard <kdollard@microsoft.com> Co-authored-by: Jamshed Damkewala <jamshedd@users.noreply.github.com> Co-authored-by: Sourabh Shirhatti <shirhatti@outlook.com> Co-authored-by: Daniel Roth <daroth@microsoft.com> Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
This commit is contained in:
@@ -33,6 +33,8 @@ The latest major release is [.NET Core 3.1](release-notes/3.1). The latest patch
|
||||
|
||||
The .NET Core team encourages [contributions](https://github.com/dotnet/runtime/blob/master/CONTRIBUTING.md), both issues and PRs. The first step is finding the [.NET Core repository](Documentation/core-repos.md) that you want to contribute to.
|
||||
|
||||
Check the [product roadmap](https://aka.ms/dotnet-product-roadmap) to see what the team is focusing on.
|
||||
|
||||
### Community
|
||||
|
||||
This project uses the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct) to define expected conduct in our community.
|
||||
|
||||
231
product-roadmap/current.md
Normal file
231
product-roadmap/current.md
Normal file
@@ -0,0 +1,231 @@
|
||||
# .NET Product Roadmap
|
||||
|
||||
This document provides a peek into the work we've planned for .NET through __December 2020__.
|
||||
|
||||
The .NET product roadmap communicates project priorities for evolving and extending the scope of the product. New product experiences and features will include changes in various [layers of the product](../Documentation/core-repos.md), in some combination of the runtime, framework, language compilers and tools. Each component may have its own component-level roadmap that is available in the repository for that component.
|
||||
|
||||
These are some of the high level themes for the .NET 5.0 release. A more comprehensive list of the work we’re doing organized by technology can be found further below in this document.
|
||||
- Developers can build great cloud infrastructure components with .NET.
|
||||
- Developers can build great mobile apps for new devices with .NET 5 – we will support not only the latest in iOS and Android, but unify the platform and deliver first-class support for delivering cross-platform applications.
|
||||
- .NET 5.0 has excellent fundamentals - continue to deliver on reliability, performance, diagnosability, compliance, security, acquisition and deployment.
|
||||
|
||||
These are some key moments in our .NET 5.0 roadmap.
|
||||
|
||||
| Date | Moment/Rally Point | Key Message |
|
||||
| :-------- | :----------------- | :-------------- |
|
||||
| Sep 2020 | Ignite | |
|
||||
| Nov 2020 | .NET Conf | .NET 5.0 Launch |
|
||||
| Nov 2020 | **.NET 5.0 GA** | |
|
||||
|
||||
Items in each section include the following icons:
|
||||
|
||||
-  - In Planning
|
||||
-  - In Progress
|
||||
-  - Completed
|
||||
|
||||
## ASP.NET
|
||||
|
||||
-  [Blazor](https://github.com/dotnet/aspnetcore/issues/21514)
|
||||
-  [Move Blazor to .NET 5](https://github.com/dotnet/aspnetcore/issues/20519)
|
||||
-  [CSS Isolation](https://github.com/dotnet/aspnetcore/issues/10170)
|
||||
-  [Support IAsyncDisposable](https://github.com/dotnet/aspnetcore/issues/9960)
|
||||
-  [Lazy loading of application areas](https://github.com/dotnet/aspnetcore/issues/5465)
|
||||
-  [Add focus support to BrowserRenderer](https://github.com/dotnet/aspnetcore/issues/17472)
|
||||
-  [Protected Browser Storage](https://github.com/dotnet/aspnetcore/issues/18755)
|
||||
-  [Build performance improvements for Blazor](https://github.com/dotnet/aspnetcore/issues/22566)
|
||||
-  [Blazor performance optimizations](https://github.com/dotnet/aspnetcore/issues/22432)
|
||||
-  [How to upload files in Blazor App](https://github.com/dotnet/aspnetcore/issues/12205)
|
||||
|
||||
## gRPC
|
||||
|
||||
-  gRPC-web
|
||||
-  gRPC-web client support in Blazor
|
||||
-  Improve gRPC server performance (to match C++/Go)
|
||||
-  Use Span APIs in protobuf marshaller (to reduce allocations)
|
||||
-  Configurable HTTP/2 PING frames
|
||||
-  Instrument gRPC for use with OpenTelemetry
|
||||
-  Add support for HttpSysServer
|
||||
-  Add support for IIS
|
||||
-  Introduce additional transports (e.g., Unix-domain sockets, Windows Named Pipes)
|
||||
|
||||
## Tye
|
||||
|
||||
-  Run many services with one command
|
||||
-  Use dependencies in containers
|
||||
-  Discover addresses of other services using simple conventions
|
||||
-  Automatically containerizing .NET applications
|
||||
-  Deploy to Kubernetes
|
||||
-  Generating Kubernetes manifests with minimal knowledge or configuration
|
||||
-  Using the same conventions as development to keep it consistent
|
||||
-  Support Azure Functions in development
|
||||
-  VS Code tooling
|
||||
|
||||
## EF
|
||||
|
||||
[EF Core 5.0 plan](https://docs.microsoft.com/ef/core/what-is-new/ef-core-5.0/plan)
|
||||
|
||||
-  Fully transparent many-to-many mapping by convention
|
||||
-  Many-to-many navigation properties (a.k.a "skip navigations")
|
||||
-  Table-per-type (TPT) inheritance mapping
|
||||
-  Filtered Include
|
||||
-  Split Include
|
||||
-  Required one-to-one dependents
|
||||
-  Rationalize ToTable, ToQuery, ToView, FromSql, etc.
|
||||
-  General query enhancements
|
||||
-  Migrations and deployment experience
|
||||
-  EF Core platforms experience
|
||||
-  Performance improvements
|
||||
|
||||
## ML.NET
|
||||
|
||||
-  Local GPU training for Image Classification in Model Builder
|
||||
-  Add Ranking scenario to local ML.NET AutoML API
|
||||
-  Add new algorithm and root cause detection for anomaly detection
|
||||
-  Add time series seasonality and de-seasonality
|
||||
-  GA Model Builder in Visual Studio
|
||||
-  Add Azure Object Detection training to Model Builder
|
||||
-  Add local Image Classification training scenario to ML.NET CLI
|
||||
-  Add advanced options for data loading in Model Builder
|
||||
-  Improve Azure training from Model Builder (better errors, multi-GPU multi-machine, reduced overhead)
|
||||
-  Add local Ranking scenario to tooling
|
||||
-  Add support for re-opening Model Builder and adding multiple models to a project
|
||||
-  Add integration with MLOps
|
||||
-  Support all local and Azure AutoML supported scenarios in tooling
|
||||
|
||||
## Spark
|
||||
|
||||
-  Improve debugging experience
|
||||
-  Spark 2.4 API compatibility
|
||||
-  Spark 3.0 API compatibility
|
||||
-  .NET Core project templates for .NET for Spark
|
||||
-  VS deploy for .NET for Spark jobs
|
||||
|
||||
## Runtime
|
||||
|
||||
-  [Improving P95+ latency](https://github.com/dotnet/runtime/issues/37534)
|
||||
-  [Improving ARM64 Performance in .NET 5.0 – Closing the gap with x64](https://github.com/dotnet/runtime/issues/35853)
|
||||
-  [Support Windows ARM64](https://github.com/dotnet/runtime/issues/36699)
|
||||
-  [Support Single-File Apps](https://github.com/dotnet/runtime/issues/36590)
|
||||
-  [Support WinRT APIs in .NET 5](https://github.com/dotnet/runtime/issues/35318)
|
||||
-  [Support WebAssembly (Mono Runtime)](https://github.com/dotnet/runtime/issues/38367)
|
||||
|
||||
## .NET Interactive
|
||||
|
||||
[Details](https://github.com/dotnet/interactive/issues/392)
|
||||
|
||||
-  Multi Language support for Jupyter Notebooks (C#, F#, PowerShell)
|
||||
-  .NET Notebooks support in VS code Support
|
||||
-  Improve Productivity
|
||||
-  .NET Interactive for makers
|
||||
-  [Documentation](https://github.com/dotnet/interactive/tree/main/docs) - done but always improving
|
||||
-  Automation / DevOps
|
||||
|
||||
Please see the following links to view work items and themes across:
|
||||
-  [Preview 3](https://github.com/dotnet/interactive/issues/507)
|
||||
-  [Preview 4](https://github.com/dotnet/interactive/issues/508)
|
||||
- [.NET Interactive GA](https://github.com/dotnet/interactive/issues/509)
|
||||
|
||||
## Languages
|
||||
|
||||
[Language Feature Status](https://github.com/dotnet/roslyn/blob/master/docs/Language%20Feature%20Status.md)
|
||||
|
||||
### C# 9
|
||||
|
||||
-  [Target-typed new](https://github.com/dotnet/csharplang/issues/100)
|
||||
-  [Relax ordering of `ref` and `partial` modifiers](https://github.com/dotnet/csharplang/issues/946)
|
||||
-  [Parameter null-checking](https://github.com/dotnet/csharplang/issues/2145)
|
||||
-  [Skip locals init](https://github.com/dotnet/csharplang/issues/1738)
|
||||
-  [Lambda discard parameters](https://github.com/dotnet/csharplang/issues/111)
|
||||
-  [Native ints](https://github.com/dotnet/csharplang/issues/435)
|
||||
-  [Attributes on local functions](https://github.com/dotnet/csharplang/issues/1888)
|
||||
-  [Function pointers](https://github.com/dotnet/csharplang/issues/191)
|
||||
-  [Pattern matching improvements](https://github.com/dotnet/csharplang/issues/2850)
|
||||
-  [Static lambdas](https://github.com/dotnet/csharplang/issues/275)
|
||||
-  [Records](https://github.com/dotnet/csharplang/issues/39)
|
||||
-  [Target-typed conditional](https://github.com/dotnet/csharplang/issues/2460)
|
||||
-  [Covariant](https://github.com/dotnet/csharplang/issues/49) [Returns](https://github.com/dotnet/csharplang/issues/2844)
|
||||
-  [Extension GetEnumerator](https://github.com/dotnet/csharplang/issues/3194)
|
||||
-  [Module initializers](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-9.0/module-initializers.md)
|
||||
-  [Extending Partial](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-9.0/extending-partial-methods.md)
|
||||
-  [Top-level statements](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-9.0/top-level-statements.md)
|
||||
|
||||
### C# Next
|
||||
|
||||
-  [Caller expression attribute](https://github.com/dotnet/csharplang/issues/287)
|
||||
-  [Generic attributes](https://github.com/dotnet/csharplang/issues/124)
|
||||
-  [Default in deconstruction](https://github.com/dotnet/roslyn/pull/25562)
|
||||
-  [Constant Interpolated Strings](https://github.com/dotnet/csharplang/issues/2951)
|
||||
|
||||
### Visual Basic
|
||||
|
||||
-  .NET Core appropriate features of the Visual Basic Runtime (Microsoft.VisualBasic.dll) ported to .NET 5.0
|
||||
-  Single instance application support
|
||||
-  WinForms support in Visual Studio (designer and events)
|
||||
-  Visual Basic Application Models ported to .NET 5.0
|
||||
-  [Line continuation comments](https://github.com/dotnet/vblang/issues/65)
|
||||
-  [Relax null-coalescing operator requirements](https://github.com/dotnet/vblang/issues/339)
|
||||
|
||||
### F# 5
|
||||
|
||||
-  `nameof` support
|
||||
-  String interpolation
|
||||
-  Open type declarations
|
||||
-  Improved F# quotations: constraints retained in quotation metadata
|
||||
-  Improved Computation Expressions: Applicative forms
|
||||
-  Improved Computation Expressions: Overloads for custom keywords
|
||||
-  Consistent slicing for FSharp.Core collection types
|
||||
-  Fixed-index slicing for 3D and 4D arrays
|
||||
-  Interfaces can be implemented at different generic instantiations
|
||||
-  Improved .NET interop: consumption support for Default Interface Members
|
||||
-  Improved .NET interop: type-directed implicit conversions for `Nullable` value types
|
||||
-  Support for reverse indexes in collection types
|
||||
|
||||
## CLI/SDK and MSBuild
|
||||
|
||||
|
||||
-  [Changes to Target Framework Moniker - TFM](https://github.com/dotnet/designs/blob/master/accepted/2020/net5/net5.md)
|
||||
-  Xamarin runs on .NET and via the CLI
|
||||
-  [Optional Workload infrastructure](https://github.com/dotnet/designs/blob/107b50feec105b7c2b67b37acb322054e2255df5/accepted/2020/workloads/workloads.md)
|
||||
-  Acquisition improvements
|
||||
-  Improvements to templates (performance and list output)
|
||||
-  Improvements to tab CLI tab completion and parsing
|
||||
-  [Online Structured Log Viewer for MSBuild](https://live.msbuildlog.com)
|
||||
-  [Solution filter support in MSBuild](https://github.com/dotnet/msbuild/issues/4097)
|
||||
-  [Low priority builds for MSBuild](https://github.com/dotnet/msbuild/pull/4162)
|
||||
-  [Resolve Assembly References (RAR) pre-built cache](https://github.com/dotnet/msbuild/issues/5247)
|
||||
-  [Share RAR cache between projects](https://github.com/dotnet/msbuild/blob/master/documentation/specs/rar-as-service.md)
|
||||
|
||||
## Desktop
|
||||
|
||||
### WPF
|
||||
|
||||
-  WPF Integration with .NET 5
|
||||
-  Accessibility updates on app sample bugs
|
||||
|
||||
### WinForms
|
||||
|
||||
-  Visual Studio WinForms .NET Core Designer
|
||||
-  Accessibility enhancements to support common UIA patterns so that Accessibility tools (like Narrator and others) can more easily interact with our controls
|
||||
-  Customer reported issues and migration blockers
|
||||
-  Keep pace with changes in the underlying OS to ensure compatibility with the latest changes in Win10.
|
||||
|
||||
## Xamarin
|
||||
-  [Android 11 / API 30 Support](https://docs.microsoft.com/en-us/xamarin/android/release-notes/11/11.0)
|
||||
-  [Android smaller APK sizes](https://docs.microsoft.com/en-us/xamarin/android/release-notes/11/11.0#smaller-app-package-sizes)
|
||||
-  [Xcode 12 and iOS 14 Support](https://github.com/xamarin/xamarin-macios/issues/8931)
|
||||
-  Hot Restart for Android
|
||||
-  AndroidX and Google Play Services Bindings Updates
|
||||
-  .NET 6 Support
|
||||
-  Xamarin.Essentials integration to .NET 6 BCL (System namespace)
|
||||
|
||||
### Xamarin.Forms 5
|
||||
-  [AppTheme aka Dark Mode support](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/theming/system-theme-changes)
|
||||
-  [CarouselView](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/carouselview/)
|
||||
-  [Drag-and-drop Gestures](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/gestures/drag-and-drop)
|
||||
-  [Gradient and Solid Brushes](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/brushes/)
|
||||
-  [Shapes and Paths](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/shapes/)
|
||||
-  [SwipeView](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/swipeview)
|
||||
|
||||
### Xamarin.Forms vNext (.NET MAUI)
|
||||
-  [Slim Renderers](https://github.com/dotnet/maui/issues/28) - performance improvements, decouple from bindable, and introduce interfaces
|
||||
-  WinUI 3 Support - [testing integration](https://github.com/xamarin/Xamarin.Forms/pull/11955)
|
||||
BIN
product-roadmap/media/status-completed.png
Normal file
BIN
product-roadmap/media/status-completed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 289 B |
BIN
product-roadmap/media/status-in-planning.png
Normal file
BIN
product-roadmap/media/status-in-planning.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 435 B |
BIN
product-roadmap/media/status-in-progress.png
Normal file
BIN
product-roadmap/media/status-in-progress.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 844 B |
@@ -1,8 +1,8 @@
|
||||
# .NET Core Roadmap
|
||||
# .NET Release Schedule
|
||||
|
||||
The .NET Core roadmap communicates project priorities for evolving and extending the scope of the product. New product experiences and features will include changes in various [layers of the product](Documentation/core-repos.md), in some combination of the runtime, framework, language compilers and tools. Each component may have its own component-level roadmap that will be available in the repo for that component.
|
||||
This document covers the upcoming release dates for .NET and .NET Core.
|
||||
|
||||
The .NET Core team is currently focused on Web, Cloud, Microservices, Containers, and Console applications. We encourage the community to work with us to improve .NET Core for these scenarios and extend it for others.
|
||||
If you're looking for the product roadmap, see the [current roadmap](product-roadmap/current.md) document.
|
||||
|
||||
## Released Versions
|
||||
|
||||
@@ -31,7 +31,7 @@ Milestone information is available on most repos, for example [dotnet/runtime mi
|
||||
|
||||
## Feedback
|
||||
|
||||
The best way to give feedback is to create issues in the [dotnet/core](https://github.com/dotnet/core) repo. You can also create issues in other [.NET Core repos](Documentation/core-repos.md) if you find that to be more appropriate for the topic you want to discuss.
|
||||
The best way to give feedback is to create issues in the [dotnet/core](https://github.com/dotnet/core) repo. You can also create issues in other [.NET repos](Documentation/core-repos.md) if you find that to be more appropriate for the topic you want to discuss.
|
||||
|
||||
Although mostly obvious, please give us feedback that will give us insight on the following points:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user