Artak 7456849560 Create repro.md (#44883) 3 anni fa
..
APIBaselines.md 1d8ffd358c Do not use emphasis for headings (#34662) 4 anni fa
APIReviewProcess.md f5ee9e343f Add issue template link to API Review process doc (#42135) 3 anni fa
AddingNewProjects.md 2bcb4e8c83 Added a new doc for adding projects to the repo (#41949) 3 anni fa
Artifacts.md 04705ee4f1 Use stages pipeline (#13040) 6 anni fa
BuildErrors.md b33ef8f3c2 Add build troubleshooting suggestion (#36178) 4 anni fa
BuildFromSource.md 28e851ce2b Update BuildFromSource.md 3 anni fa
DailyBuilds.md c0eba5daee Update nigh (#43722) 3 anni fa
EventSourceAndCounters.md 1d8ffd358c Do not use emphasis for headings (#34662) 4 anni fa
Helix.md e579ee6ba1 Update Helix.md (#41448) 3 anni fa
IssueManagementPolicies.md 4af1cc01b7 Added details about community-submitted PRs related policy (#30179) 5 anni fa
PreparingPatchUpdates.md 7891c8318f Stop paying attention to PatchConfig.props (#16748) 6 anni fa
ProjectProperties.md a6c43b14a1 Mark AspNetCore projects that aren't packaged explicitly (#18767) 6 anni fa
README.md 9df518218a Fix typo link in aspnetcore docs readme (#44308) 3 anni fa
ReferenceResolution.md 1d8ffd358c Do not use emphasis for headings (#34662) 4 anni fa
ReleasePlanning.md 3d8bfe0263 Update ReleasePlanning.md (#44381) 3 anni fa
Servicing.md 1d8ffd358c Do not use emphasis for headings (#34662) 4 anni fa
SharedFramework.md 1c32a6df6e Update SharedFramework.md (#40254) 4 anni fa
Submodules.md 1d8ffd358c Do not use emphasis for headings (#34662) 4 anni fa
TriageProcess.md 6ef8d21592 update triageprocess.md for .NET 8 (#44421) 3 anni fa
Trimming.md db319938d8 Update Trimming.md (#41720) 3 anni fa
UpdatingMajorVersionAndTFM.md 76c76708a7 Add steps for updating template precedence values (#44642) 3 anni fa
WebTransport.md b120cefca1 Adding the rest of WebTransport into Kestrel (#42097) 3 anni fa
area-owners.md 1d8ffd358c Do not use emphasis for headings (#34662) 4 anni fa
repro.md 7456849560 Create repro.md (#44883) 3 anni fa
tooling-consolidation.md 1d8ffd358c Do not use emphasis for headings (#34662) 4 anni fa
vs-iis-express-aspnet-core-mvc-sandbox.jpg 97ced4e7c9 Add docs to BuildFromSource for ANCM (#24304) (#24346) 5 anni fa

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 artifacts 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
Updating Major Version & TFM Instructions for updating the repo branding & TFM in preparation for a new major release Repo developers who want to know more about our branding & release process
Assembly trimming guide Guidance on adding trimming support to an ASP.NET Core assembly Repo developers who want to help add support for trimming to ASP.NET Core
Adding new Projects to the Repo Outlines the process of adding new projects (i.e. .csproj files) to the repo Anyone who finds themselves trying to add a new project and including it in the build.
Using WebTransport in Kestrel Outlines how to setup Kestrel to use WebTransport Anyone looking to support WebTransport