dotnet / dotnet/project-system
Trigger warning on deprecated .NET Core project load
Open
Feature-.NET-Core
Feature-Acquisition
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
As per the .NET Core 2.0 tooling deprecation plan: https://microsoft-my.sharepoint.com/:w:/r/personal/phcart_microsoft_com/_layouts/15/doc2.aspx?sourcedoc=%7B2248678b-af3b-4986-afa7-ae2ff210f95e%7D&action=default
Visual Studio should warn when you open a project targeting .NET Core 2.0 that it is unsupported. The warning will provide a link to the [Support Policy](https://www.microsoft.com/net/platform/support-policy) page.
Options for _how_ to warn:
* Gold bar at the top of the editor (this is used to warn on things like components that slow VS)
* Compat dialog, such as what MVC3 projects show
* TODO more options?
Contributor guide
Assessment
This issue has not been assessed yet.