1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Fix linter errors (#9723)

* Fix linter errors

* Add additional markdownlint rules

* Update linter rules

* Update .gitignore

* Add settings.json
This commit is contained in:
Rich Lander
2025-02-06 07:57:26 -08:00
committed by GitHub
parent b4a7d33935
commit 700ee08b79
12 changed files with 1286 additions and 1398 deletions

View File

@@ -22,20 +22,20 @@ Patch releases are published monthly, often including fixes for vulnerabilities
Release notes include:
- Links to binaries
- Notable changes, including CVEs
- Compatibility information
- Updated packages
* Links to binaries
* Notable changes, including CVEs
* Compatibility information
* Updated packages
Example markdown files:
- [8.0/8.0.12/8.0.12.md](./8.0/8.0.12/8.0.12.md)
- [9.0/9.0.1/9.0.1.md](./9.0/9.0.1/9.0.1.md)
* [8.0/8.0.12/8.0.12.md](./8.0/8.0.12/8.0.12.md)
* [9.0/9.0.1/9.0.1.md](./9.0/9.0.1/9.0.1.md)
Example JSON files:
- [Major releases index](./releases-index.json)
- [Major release](./9.0/releases.json)
* [Major releases index](./releases-index.json)
* [Major release](./9.0/releases.json)
`releases-index.json` and all the files it references are stored in blob storage and in GitHub. We use GitHub for easy discoverability of the files and Azure Blob Storage as our production platform.
@@ -49,8 +49,8 @@ We typically release a preview for the next major version each month. These incl
Examples:
- [.NET 9 Preview 1](./9.0/preview/preview1/README.md)
- [.NET 9 Preview 6](./9.0/preview/preview6/README.md)
* [.NET 9 Preview 1](./9.0/preview/preview1/README.md)
* [.NET 9 Preview 6](./9.0/preview/preview6/README.md)
This content is used as source material for [What's New](https://learn.microsoft.com/dotnet/core/whats-new/) pages in official Microsoft docs.
@@ -62,8 +62,8 @@ Supported OS information is published for each major release. This information i
Examples:
- [.NET 8 Supported OSes (json)](./8.0/supported-os.json)
- [.NET 8 Supported OSes (markdown)](./8.0/supported-os.md)
* [.NET 8 Supported OSes (json)](./8.0/supported-os.json)
* [.NET 8 Supported OSes (markdown)](./8.0/supported-os.md)
## OS packages
@@ -71,5 +71,5 @@ OS package information is published for each major release. This information ind
Examples:
- [.NET 9 OS packages (json)](./9.0/os-packages.json)
- [.NET 9 OS packages (markdown)](./9.0/os-packages.md)
* [.NET 9 OS packages (json)](./9.0/os-packages.json)
* [.NET 9 OS packages (markdown)](./9.0/os-packages.md)