Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
dotnet-maestro[bot] 88b348bfd7
[main] Update dependencies from dotnet/arcade dotnet/aspnetcore (#4175)
[main] Update dependencies from dotnet/arcade dotnet/aspnetcore
- Coherency Updates:
  - Microsoft.Extensions.Configuration.Json: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)
  - Microsoft.Extensions.Logging: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)
  - System.Diagnostics.DiagnosticSource: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)
  - System.Resources.Extensions: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)
  - System.Text.Encodings.Web: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)
  - Microsoft.Extensions.DependencyModel: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)
  - Microsoft.NETCore.App.Ref: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)
  - Microsoft.NETCore.BrowserDebugHost.Transport: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)
  - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)
  - Microsoft.NETCore.Platforms: from 6.0.0-rc.2.21430.7 to 6.0.0-rc.2.21466.4 (parent: Microsoft.CodeAnalysis.Razor)

 - Try removing source generator

 - Update src/Razor/src/Microsoft.VisualStudio.RazorExtension/Microsoft.VisualStudio.RazorExtension.csproj

Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>

 - Update src/Razor/src/Microsoft.VisualStudio.RazorExtension/Microsoft.VisualStudio.RazorExtension.csproj

Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
2021-09-17 13:05:44 +00:00
.devcontainer Add support for launching debugging proxy from UI extension (#3013) 2021-01-31 18:20:45 -08:00
.githooks Git hooks format (#2984) 2021-01-21 21:22:04 +00:00
.github Clean up CODEOWNERS (#3694) 2021-06-03 16:02:27 -07:00
.vscode Fix bootability of VSCode with Razor dev assets. (#3306) 2021-03-18 20:25:43 +00:00
docs/contributing Update Roslyn-Debugging.md (#3334) 2021-03-29 18:10:04 +00:00
eng [main] Update dependencies from dotnet/arcade dotnet/aspnetcore (#4175) 2021-09-17 13:05:44 +00:00
src [main] Update dependencies from dotnet/arcade dotnet/aspnetcore (#4175) 2021-09-17 13:05:44 +00:00
.editorconfig Move to MIT license. 2021-08-04 20:08:09 -07:00
.gitattributes Collapse xlf files in PRs 2021-07-09 08:31:16 +10:00
.gitignore [master] Update dependencies from dotnet/aspnetcore (#3285) 2021-03-12 20:28:35 +00:00
CODE-OF-CONDUCT.md Link Code of Conduct 2020-04-03 10:39:37 -07:00
CONTRIBUTING.md Fix links to Code of Conduct 2020-04-10 10:49:38 -07:00
Directory.Build.props Fix build break. 2021-08-09 10:16:56 -07:00
Directory.Build.targets Fix build break. 2021-08-09 10:16:56 -07:00
LICENSE.txt Move to MIT license. 2021-08-04 20:08:09 -07:00
NuGet.config Update Benchmarking infrastructure for net6.0 2021-04-20 12:36:24 -07:00
README.md Master to main (#3310) 2021-03-19 17:30:20 -07:00
SECURITY.md Renormalize source files 2021-02-01 09:14:10 -08:00
activate.ps1 Update Scripts from ASP.NET Core (#2353) 2020-08-11 17:04:48 -07:00
activate.sh Added executable flag to activate.sh (#1938) 2020-05-27 17:10:47 -07:00
azure-pipelines-richnav.yml Master to main (#3310) 2021-03-19 17:30:20 -07:00
azure-pipelines.yml Continue loc onboarding for Razor tolling 2021-06-16 10:15:54 -07:00
build.cmd Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
build.ps1 Git hooks format (#2984) 2021-01-21 21:22:04 +00:00
build.sh Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
clean.cmd Fix @inject intellisense (#949) 2019-08-09 13:13:18 -07:00
clean.ps1 Fix @inject intellisense (#949) 2019-08-09 13:13:18 -07:00
clean.sh Added executable bit to clean shell script (#1841) 2020-04-27 17:13:25 -07:00
global.json [main] Update dependencies from dotnet/arcade dotnet/aspnetcore (#4175) 2021-09-17 13:05:44 +00:00
restore.cmd Add dedicated scripts for restore 2018-12-14 12:50:08 -08:00
restore.sh Add dedicated scripts for restore 2018-12-14 12:50:08 -08:00
startvs.cmd Update Scripts from ASP.NET Core (#2353) 2020-08-11 17:04:48 -07:00

README.md

ASP.NET Core Tooling

ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. This repo contains tools for working on ASP.NET Core apps using the .NET Core Command Line, Visual Studio & Visual Studio Code.

Status Build Status

Build Windows Linux MacOS
Debug Build Status Build Status Build Status
Release Build Status Build Status Build Status

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests.

Reporting security issues and bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT.md