Skip to content

Environment.StackTrace documentation in french #10551

Open
@pierre-techconcept

Description

@pierre-techconcept

Type of issue

Typo

Description

In the french documentation, for the example string, we got:

« à FullClassName.MethodName(MethodParams) dans FileName :line LineNumber »

followed by the description:

Le littéral « at » est précédé de trois espaces, et la sous-chaîne entière commençant par « in » est omise si les symboles de débogage ne sont pas disponibles. Les espaces réservés, FullClassName, MethodName, MethodParams, FileNameet LineNumber, sont remplacés par des valeurs réelles et sont définis comme suit :

In practice, what we got from that property depends on the system language:

  • when set to french, we got "à FullClassName.MethodName(MethodParams) dans FileName :line LineNumber"
  • when set to english, we got "at FullClassName.MethodName(MethodParams) in FileName :line LineNumber"

We are missing this distinction + the example and the description don't match for now.

Page URL

https://learn.microsoft.com/fr-fr/dotnet/api/system.environment.stacktrace?view=net-8.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Environment.xml

Document Version Independent Id

8ed65c84-00af-0b4d-2f93-92cb4b3203f1

Article author

@dotnet-bot

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri3Indicates issues/PRs that are low priorityarea-System.RuntimeuntriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions