aspnetcore/docs
Artak 64ae1e1e73
Testing out automatic milestone assignment for PRs (#31823)
Added a space to try this out
2021-04-14 19:22:19 -07:00
..
APIBaselines.md Following up on API baseline check and documentation (#30221) 2021-02-24 19:40:13 -08:00
APIReviewProcess.md Updated areas and added link to the api review proposals (#29972) 2021-02-08 14:03:09 -08:00
Artifacts.md Use stages pipeline (#13040) 2019-09-10 20:43:24 -07:00
BuildErrors.md Further centralize shared Fx and TFM transition workarounds (#27473) 2020-12-02 22:50:09 -08:00
BuildFromSource.md Added VSCode debugging (for MvcSandbox) & code analysis support (#29486) 2021-04-05 16:56:05 -07:00
DailyBuilds.md Update to the dotnet6 feed (#29514) 2021-01-22 16:04:43 -08:00
EventSourceAndCounters.md Move EventSource guidance (#23036) 2020-06-17 09:50:05 -07:00
Helix.md Mention 'main' instead of 'master' (#29511) 2021-01-22 07:00:17 +00:00
IssueManagementPolicies.md Added details about community-submitted PRs related policy (#30179) 2021-02-16 22:27:36 -08:00
PreparingPatchUpdates.md Stop paying attention to PatchConfig.props (#16748) 2019-11-19 07:12:48 -08:00
ProjectProperties.md Mark AspNetCore projects that aren't packaged explicitly (#18767) 2020-02-13 15:51:27 -08:00
README.md Testing out automatic milestone assignment for PRs (#31823) 2021-04-14 19:22:19 -07:00
ReferenceResolution.md Mention 'main' instead of 'master' (#29511) 2021-01-22 07:00:17 +00:00
Servicing.md Update the servicing PR template (#29239) 2021-01-12 13:23:24 -08:00
SharedFramework.md Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475) 2019-02-14 07:25:13 -08:00
Submodules.md aspnet/AspNetCore -> dotnet/aspnet 2020-01-08 16:40:11 -08:00
TriageProcess.md Mention 'main' instead of 'master' (#29511) 2021-01-22 07:00:17 +00:00
area-owners.md Update area-owners.md (#31552) 2021-04-06 08:32:28 -07:00
tooling-consolidation.md Add documentation for aspnetcore-tooling consolidation (#20464) 2020-04-23 10:12:05 -07:00
vs-iis-express-aspnet-core-mvc-sandbox.jpg Add docs to BuildFromSource for ANCM (#24304) (#24346) 2020-07-27 14:04:25 -07:00

README.md

Contributor documentation

The primary audience for documentation in this folder is contributors to ASP.NET Core. If you are looking for documentation on how to use ASP.NET Core, go to https://docs.asp.net.

💡 If you're a new contributor looking to set up the repo locally, the build from source documentation is the best place to start.

The table below outlines the different docs in this folder and what they are helpful for.

Documentation What is it about? Who is it for?
API review process Outlines the process for reviewing API changes in ASP.NET Core Anyone looking to understand the process for making API changes to ASP.NET Core
Artifacts structure Outlines the artifacts produced by the build Anyone looking to understand artifiacts produced from an Azure DevOps build
Troubleshooting build errors Common errors that occur when building the repo and how to resolve them Anyone running into an issue with the build
Building from source Setup instructions for the ASP.NET Core repo First-time contributors
Working with EventSources and EventCounters Guidance on adding event tracing to a library Anyone needing to add event tracing for diagnostics purposes
Tests on Helix An overview of the Helix test environment Anyone debugging tests in Helix or looking to understand the output from Helix builds
Issue management Overview of policies in place to manage issues Community members and collaborators looking to understand how we handle closed issue, issues that need author feedback, etc
Preparing a patch update Documentation on how to setup for a patch release of ASP.NET Core Anyone looking to publish servicing updates
Project properties Overview of configurable MSBuild properties on the repo Anyone looking to modify how a project is packaged
How references are resolved Overview of dependency reference setup in the repo Anyone looking to understand how package references are configured in the repo
Servicing changes Documentation on how to submit servicing PRs to previous releases Anyone to submit patches or backports to prior releases, contains the "Shiproom Template"
Shared framework Overview of the ASP.NET Core Shared framework Anyone looking to understand the policies in place for managing the code of the shared framework
Submodules Documentation on working with submodules in Git Anyone working with submodules in the repo
Triage process Overview of the issue triage process used in the repo Anyone looking to understand the triage process on the repo