Rick Anderson 00e50da41e Add doc owners column to area owners table (#60818) 11 месяцев назад
..
APIBaselines.md 3f68a51601 Fix typos in APIBaselines.md (#55393) 1 год назад
APIReviewPrinciples.md dc2a6fe48c Update APIReviewPrinciples.md (#59891) 1 год назад
APIReviewProcess.md a7c124aaf9 Added APIReviewPrinciples document (#59880) 1 год назад
AddingNewProjects.md ca1f641aca Update https://docs.microsoft.com to https://learn.microsoft.com (#55970) 1 год назад
Artifacts.md 1fbe264736 enable markdown linter (#49254) 2 лет назад
Benchmarks.md 8a00718200 Fix typos in Benchmarks.md (#55396) 1 год назад
BuildErrors.md 38fe7dd594 Suggest git clean in Build Errors (#55964) 1 год назад
BuildFromSource.md 7f2dfb0020 Fix Build From Source example (#56105) 1 год назад
DailyBuilds.md 03a9832f53 [main] Update dependencies from dotnet/efcore, dotnet/runtime (#58090) 1 год назад
EventSourceAndCounters.md 2c0a673262 Fix typos in EventSourceAndCounters.md (#55398) 1 год назад
Helix.md 3244f49ac3 Fix typos in Helix.md (#55407) 1 год назад
HelpWantedIssueSummaryCommentTemplate.md c50ed73c75 Add required first level titles in doc files (#51708) 2 лет назад
HelpWantedProcess.md 2f5e58c120 Fix typo in HelpWantedProcess.md (#55408) 1 год назад
IssueManagementPolicies.md 4af1cc01b7 Added details about community-submitted PRs related policy (#30179) 5 лет назад
OnboardingNewOS.md 2b7f69b25e Add onboarding doc for new OSes (#60919) 1 год назад
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 c6280bf435 Fix typo in README.md (#55392) 1 год назад
ReferenceResolution.md 0aa269810d Add info about Darc web UI (#60069) 1 год назад
ReleasePlanning.md 043e1d9d00 Fix typos in multiple files of docs (#55619) 1 год назад
Servicing.md e0e0224d74 Fix broken project link (#59774) 1 год назад
SharedFramework.md 1c32a6df6e Update SharedFramework.md (#40254) 4 лет назад
Submodules.md 8ea2347a3c small dev doc tweaks (#47782) 2 лет назад
TriageProcess.md 043e1d9d00 Fix typos in multiple files of docs (#55619) 1 год назад
Trimming.md ca1f641aca Update https://docs.microsoft.com to https://learn.microsoft.com (#55970) 1 год назад
UpdatingMajorVersionAndTFM.md 7fce12110e Remove PackageOverrides & PlatformManifest files from main (#56956) 1 год назад
UpdatingMinifiedJsFiles.md bfe5471e13 Use minified .js files from submodule in source-build (#56864) 1 год назад
WebTransport.md 1fbe264736 enable markdown linter (#49254) 2 лет назад
area-owners.md 00e50da41e Add doc owners column to area owners table (#60818) 11 месяцев назад
list-of-diagnostics.md 5c6839e3a0 feat: analyzer and codeFix for kestrel setup `ListenOptions.Listen(IPAddress.Any)` usage (#58872) 1 год назад
repro.md 4fee9f4a42 Fix typos in repro.md (#55357) 1 год назад
tooling-consolidation.md 22d4908113 Fix typos in tooling-consolidation.md (#55391) 1 год назад
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 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
List of Diagnostics List of diagnostic codes used in repo Anyone needing to add new codes 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 issues, 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
Benchmarking Instructions on how to benchmark PRs and local changes .NET team