Skip to content

Environment.StackTrace includes unnecessary internal calls #6294

@stephentoub

Description

@stephentoub

With the move of Environment to corefx, StackTrace now goes through up to two additional call sites (Environment.StackTrace in corefx => EnvironmentAugments.StackTrace in coreclr => Environment.StackTrace in coreclr). We should fix up the implementation to avoid this.

(Original comment from @jkotas: dotnet/coreclr#6205 (comment))

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions