Doug Bunting 5fd1db2625 Further centralize shared Fx and TFM transition workarounds (#27473) 5 лет назад
..
APIReviewProcess.md bd02add0c1 Move API Review Process doc to 'docs' (#18367) 6 лет назад
Artifacts.md 04705ee4f1 Use stages pipeline (#13040) 6 лет назад
BuildErrors.md 5fd1db2625 Further centralize shared Fx and TFM transition workarounds (#27473) 5 лет назад
BuildFromSource.md 5fd1db2625 Further centralize shared Fx and TFM transition workarounds (#27473) 5 лет назад
DailyBuilds.md 72079b2ff2 Use AzDo feed for nightlies (#16982) 6 лет назад
EventSourceAndCounters.md dc7235cd33 Move EventSource guidance (#23036) 5 лет назад
Helix.md e6b9a3d295 Remove debian 8 from helix runs (#24454) 5 лет назад
IssueManagementPolicies.md 189a917445 Add issue policies doc (#17523) 6 лет назад
PreparingPatchUpdates.md 7891c8318f Stop paying attention to PatchConfig.props (#16748) 6 лет назад
ProjectProperties.md a6c43b14a1 Mark AspNetCore projects that aren't packaged explicitly (#18767) 6 лет назад
README.md ab973d23fb Add table of contents to documentation directory (#26743) 5 лет назад
ReferenceResolution.md 44c0e6651e Shorten package version properties (#27784) 5 лет назад
Servicing.md 11b2eee199 Update the servicing doc with link to the project (#19016) 6 лет назад
SharedFramework.md 0ec25d3167 Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475) 7 лет назад
Submodules.md 0517745c08 aspnet/AspNetCore -> dotnet/aspnet 6 лет назад
TriageProcess.md 5ff2f875bf fixed typo (#25423) 5 лет назад
area-owners.md 56fa9413a6 Update area-owners.md (#26508) 5 лет назад
tooling-consolidation.md 13b73ed4a7 Add documentation for aspnetcore-tooling consolidation (#20464) 5 лет назад
vs-iis-express-aspnet-core-mvc-sandbox.jpg 97ced4e7c9 Add docs to BuildFromSource for ANCM (#24304) (#24346) 5 лет назад

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.

:bulb: 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