Skip to content

Commit 5bb1d4e

Browse files
rosebyteCopilot
andauthored
Misspell formatting of wildcard rule exception message
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 12312bb commit 5bb1d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/core/diagnostics/distributed-tracing-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Tracing configuration parses values with <xref:System.Boolean.TryParse*>. It acc
163163

164164
The configuration loader silently ignores a leaf value that isn't a valid Boolean. It also ignores unknown or malformed sections that don't match the supported schema. Check key names carefully because these cases don't produce an exception.
165165

166-
A source expression can contain at most one `*` wildcard. A rule with more than one wildcard throws an <xref:System.ArgumentException> when the rule is materialised, either during app startup or after configuration reload. For programmatic rules, <xref:Microsoft.Extensions.Diagnostics.Tracing.ActivitySourceScopes.None> also causes an <xref:System.ArgumentOutOfRangeException>.
166+
A source expression can contain at most one `*` wildcard. A rule with more than one wildcard throws an <xref:System.ArgumentException> when the rule is materialized, either during app startup or after configuration reload. For programmatic rules, <xref:Microsoft.Extensions.Diagnostics.Tracing.ActivitySourceScopes.None> also causes an <xref:System.ArgumentOutOfRangeException>.
167167

168168
## Run the sample
169169

0 commit comments

Comments
 (0)