This repository contains .NET Documentation.
Перейти к файлу
Genevieve Warren 4ce4f5b1ad
Enforce code style (#32029)
2022-10-25 13:26:25 -05:00
.devcontainer Added support for dev containers (#30323) 2022-07-25 09:57:58 -05:00
.github Delete bcnotify.yaml (#32008) 2022-10-25 09:55:16 -05:00
.vscode Specify record struct initialization (#27595) 2021-12-16 07:41:03 -06:00
_zip
api Update EF Core version (#29973) 2022-06-23 07:44:35 -07:00
docs Fix broken links - October (#32017) 2022-10-25 08:48:26 -07:00
includes [Freshness] US-1953530: Refresh top articles by PV - .NET and Languages Content (3) (#30093) 2022-10-03 15:35:43 -07:00
samples/snippets Update xmlschemasetexample.cs (#31960) 2022-10-21 14:22:39 -05:00
styleguide [BULK UPDATE] DocuTune - Rebranding links (#31293) 2022-09-20 17:48:17 -07:00
.acrolinx-config.edn Update .acrolinx-config.edn (#25477) 2021-08-09 12:45:00 -05:00
.editorconfig chore: Enable whitespace triming in EditorConfig (#31669) 2022-10-10 08:57:20 -05:00
.gitattributes Ignore shell files for language stats (#25011) 2021-07-07 08:02:57 -07:00
.gitignore Publish standard (#27795) 2022-01-11 12:21:04 -05:00
.markdownlint-cli2.jsonc fix: MD050 consistent asterisk for strong tags (#31670) 2022-10-10 08:56:48 -05:00
.openpublishing.build.ps1
.openpublishing.publish.config.json Remove old article and add redirect (#29544) 2022-05-20 12:17:10 -05:00
.openpublishing.redirection.architecture.json Split up redirection file (#27444) 2021-12-09 14:13:24 -08:00
.openpublishing.redirection.azure.json Split up redirection file (#27444) 2021-12-09 14:13:24 -08:00
.openpublishing.redirection.core.json Publish C# 11 speclets (#31463) 2022-09-29 13:42:52 +00:00
.openpublishing.redirection.csharp.json Generic attributes is C# 11 (#31787) 2022-10-14 20:05:14 +00:00
.openpublishing.redirection.desktop-wpf.json Split up redirection file (#27444) 2021-12-09 14:13:24 -08:00
.openpublishing.redirection.framework-winforms.json Split up redirection file (#27444) 2021-12-09 14:13:24 -08:00
.openpublishing.redirection.framework-wpf.json Split up redirection file (#27444) 2021-12-09 14:13:24 -08:00
.openpublishing.redirection.framework.json Port existing networking content where possible (#30759) 2022-08-26 11:58:46 -04:00
.openpublishing.redirection.fsharp.json Split up redirection file (#27444) 2021-12-09 14:13:24 -08:00
.openpublishing.redirection.fundamentals.json Cleanup - August (#30916) 2022-08-30 14:43:08 -07:00
.openpublishing.redirection.json remove redirect hops (#31375) 2022-09-26 07:38:22 -05:00
.openpublishing.redirection.machine-learning.json Split up redirection file (#27444) 2021-12-09 14:13:24 -08:00
.openpublishing.redirection.orleans.json Remove old article and add redirect (#29544) 2022-05-20 12:17:10 -05:00
.openpublishing.redirection.standard.json remove redirect hops (#31375) 2022-09-26 07:38:22 -05:00
.openpublishing.redirection.visual-basic.json Split up redirection file (#27444) 2021-12-09 14:13:24 -08:00
.repoman.yml Update .repoman.yml (#31675) 2022-10-10 13:57:37 +00:00
.whatsnew.json Add breaking changes section (#30074) 2022-07-01 10:43:50 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md [BULK] DocuTune - Rebranding (#31294) 2022-09-20 17:49:20 -07:00
Directory.Build.props Enforce code style (#32029) 2022-10-25 13:26:25 -05:00
LICENSE
LICENSE-CODE
README.md Update README.md (#31948) 2022-10-20 13:46:46 -05:00
ThirdPartyNotices.md fix: MD034/no-bare-urls (#18470) 2020-05-27 07:55:27 -05:00
appveyor.yml
cSpell.json Adding new options and example scenarios (#28976) 2022-04-15 07:52:21 -05:00
docfx.json Generic attributes is C# 11 (#31787) 2022-10-14 20:05:14 +00:00
dotnet-versionsweeper.json Ignore explicit porting bits for upgrade assistant content (#31557) 2022-10-03 21:47:55 -05:00
issues-policy.md
markdown-links-verifier-config.json Link verifier workflow (#23395) 2021-05-19 09:36:42 -07:00
omnisharp.json Exclude script engine from running in omnisharp (#18404) 2020-05-14 07:37:44 -07:00

README.md

.NET Docs

GitHub contributors GitHub repo size GitHub issues-opened GitHub issues-closed GitHub pulls-opened GitHub pulls-merged GitHub pulls-unmerged

This repository contains the conceptual documentation for .NET. The .NET documentation site is built from multiple repositories in addition to this one:

Issues and tasks for all but the API reference repository are tracked here. We have a large community using these resources. We make our best effort to respond to issues in a timely fashion. You can read more about our procedures for classifying and resolving issues in our Issues policy topic. To create a new issue, choose from any of the available templates.

💜 Contribute

We welcome contributions to help us improve and complete the .NET docs. This is a very large repo, covering a large area. If this is your first visit, see our labels and projects roadmap for help navigating the issues and projects in this repository.

To contribute, see:

📑 Code of conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation: Code of Conduct.

:octocat: GitHub Action workflows

  • Live branch protection: Adds a comment to PRs that were not automated, but rather manually created that target the live branch.
  • Close stale issues: Closes stale issues that have not been updated in 180 days.
  • dependabot auto-approve and auto-merge: Automatically approves and auto-merges PRs originating from the dependabbot[bot].
  • Generate what's new article: Creates a PR to generate the "What's new" article on the first of every month.
  • Markdownlint: The current status for the entire repositories Markdown linter status.
  • MSDocs build verifier: Runs various Markdown verifications, beyond the linter, such as ensuring links and redirects are valid.
  • No response: If an issue is labeled with needs-more-info and the op doesn't respond within 14 days, the issue is closed.
  • OPS status checker: Builds the site for the PR in context, and verifies the build reporting either, success, warnings, or error.
  • Snippets 5000: Custom .NET build validation, locates code impacted by a PR, and builds.
  • Target supported version: Runs monthly, creating issues on projects that target .NET versions that are out of support.
  • Update dependabot.yml: Automatically updates the dependabot configuration weekly, but only if required.