This commit is contained in:
Vijay Ramakrishnan 2020-04-10 14:43:43 -07:00 коммит произвёл GitHub
Родитель 47aa07b26f
Коммит ae3099a0c5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 14 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,17 @@
Visual Studio Tooling for ASP.NET Core
Visual Studio Tooling for ASP.NET Core [Archived]
=================
[ASP.NET Core is a new open-source and cross-platform framework](https://docs.microsoft.com/en-us/aspnet/core/) for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps can run on .NET Core or on the full .NET Framework.
This GitHub project has been archived.
## Issues & feature requests
We track functional issues in a variety of places for ASP.NET Tooling. If you have found an issue or have a feature request, please submit an issue to the below repositories.
|Item|Description|Link|
|----|-----|-----|
|Visual Studio Tools|Creating, Running, Debugging or Publishing an ASP.NET Core app|[File an Issue](https://developercommunity.visualstudio.com/content/problem/post.html?space=8)|
|ASP.NET Core Tools|Tools for ASP.NET Core apps, such as MSBuild targets, Visual Studio extensions, and command line tools.|[File an Issue](https://github.com/dotnet/aspnetcore-tooling/issues)|
|Scaffolding|Scaffolding global tool or Scaffolding templates|[File an Issue](https://github.com/dotnet/scaffolding/issues)|
|WebSDK|MSBuild tasks and targets for publishing ASP.NET Applications|[File an Issue](https://github.com/aspnet/websdk/issues)|
|ASP.NET Core|Cross Platform ASP.NET Core framework|[File an Issue](https://github.com/dotnet/aspnetcore/issues)|
|Entity Framework Core|Cross Platform Entity framework|[File an Issue](https://github.com/dotnet/efcore)|
To try ASP.NET Core, [download Visual Studio 2017](https://www.visualstudio.com/downloads/) and install the [ASP.NET and web development](https://www.visualstudio.com/vs/modern-web-tooling/) workload. Review our [known issues page](https://github.com/aspnet/Tooling/blob/master/known-issues-vs2017.md) for an up to date list of problems and workarounds. If you encounter any issues not already listed, report them through our [Developer Community](https://developercommunity.visualstudio.com/) site, where you can track the status and see issues reported by others as well.