CSharpInteractiveDirectives.WorkspaceClearedAfterReset failing due to locale mismatch
Open
Area-Infrastructure
Area-Interactive
untriaged
- Dominant language
- C#
- Stars
- 20.7k
- Forks
- 4.3k
- PR merge metrics
- PR metrics pending
Description
The WorkspaceClearedAfterReset test is expecting logging to be in English but exception messages are coming back in a different locale.
It is expecting "Stack overflow." but that is not what is being logged even when using the `UseCulture("en-us")` attribute on the test.
Contributor guide
Research direction
Start with the CSharpInteractiveDirectives.WorkspaceClearedAfterReset test and reproduce its failure, focusing on how the UseCulture("en-us") attribute interacts with the logged exception message. Done means the test reliably observes the expected English "Stack overflow." message without a locale mismatch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- localization, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100