Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"MD001": false,
// Rule is auto-fixable, and should pick single style
"MD004": false,
// Disabled as word wraping can cause many diffs
// Disabled as word wrapping can cause many diffs
"MD013": false,
// Currently broken with custom tab solution
"MD024": false,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ to clarify expected behavior in our community. For more information, see the [.N

- [![Live branch protection](https://github.com/dotnet/docs/actions/workflows/live-protection.yml/badge.svg)](https://github.com/dotnet/docs/actions/workflows/live-protection.yml): Adds a comment to PRs that were not automated, but rather manually created that target the `live` branch.
- [![Close stale issues](https://github.com/dotnet/docs/actions/workflows/stale.yml/badge.svg)](https://github.com/dotnet/docs/actions/workflows/stale.yml): Closes stale issues that have not been updated in 180 days.
- [![`dependabot` auto-approve and auto-merge](https://github.com/dotnet/docs/actions/workflows/dependabot-approve-and-automerge.yml/badge.svg)](https://github.com/dotnet/docs/actions/workflows/dependabot-approve-and-automerge.yml): Automatically approves and auto-merges PRs originating from the `dependabbot[bot]`.
- [![`dependabot` auto-approve and auto-merge](https://github.com/dotnet/docs/actions/workflows/dependabot-approve-and-automerge.yml/badge.svg)](https://github.com/dotnet/docs/actions/workflows/dependabot-approve-and-automerge.yml): Automatically approves and auto-merges PRs originating from the `dependabot[bot]`.
- [![Generate what's new article](https://github.com/dotnet/docs/actions/workflows/whats-new.yml/badge.svg)](https://github.com/dotnet/docs/actions/workflows/whats-new.yml): Creates a PR to generate the "What's new" article on the first of every month.
- [![Markdownlint](https://github.com/dotnet/docs/actions/workflows/markdownlint.yml/badge.svg)](https://github.com/dotnet/docs/actions/workflows/markdownlint.yml): The current status for the entire repositories Markdown linter status.
- [![MSDocs build verifier](https://github.com/dotnet/docs/actions/workflows/docs-verifier.yml/badge.svg)](https://github.com/dotnet/docs/actions/workflows/docs-verifier.yml): Runs various Markdown verifications, beyond the linter, such as ensuring links and redirects are valid.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following table defines the event levels, identifiers, and messages associat
|[226 - IdleServicesClosed](226-idleservicesclosed.md)|LogAlways|%1 idle services out of total %2 activated services closed.|HealthMonitoring WebHost|
|[301 - UserDefinedErrorOccurred](301-userdefinederroroccurred.md)|Error|Name: '%1', Reference: '%2', Payload: %3.|UserEvents, HealthMonitoring, EndToEndMonitoring, Troubleshooting, ServiceModel|
|[302 - UserDefinedWarningOccurred](302-userdefinedwarningoccurred.md)|Warning|Name: '%1', Reference: '%2', Payload: %3.|UserEvents, HealthMonitoring, EndToEndMonitoring, Troubleshooting, ServiceModel|
|[303 - UserDefinedInformationEventOccured](303-userdefinedinformationeventoccured.md)|Information|Name: '%1', Reference: '%2', Payload: %3.|UserEvents, HealthMonitoring, EndToEndMonitoring, Troubleshooting, ServiceModel|
|[303 - UserDefinedInformationEventOccurred](303-userdefinedinformationeventoccured.md)|Information|Name: '%1', Reference: '%2', Payload: %3.|UserEvents, HealthMonitoring, EndToEndMonitoring, Troubleshooting, ServiceModel|
|[401- StopSignPostEvent](401-stopsignpostevent.md)|Information|Activity boundary.|Troubleshooting|
|[402 - StartSignpostEvent](402-startsignpostevent.md)|Information|Activity boundary.|Troubleshooting|
|[403 - SuspendSignpostEvent](403-suspendsignpostevent.md)|Information|Activity boundary.|Troubleshooting|
Expand Down