dotnet / dotnet/dotnet-api-docs

Environment.StackTrace documentation in french

Open
#10,551 4 comments 0 reactions 0 assignees View on GitHub
area-System.Runtime Pri3 untriaged
Dominant language
C#
Stars
949
Forks
1.7k
Avg merge
3d 27m
Merged PRs (30d)
49

Description

### 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.