One that is in the bellow image is related with DefaultThreadCurrentUICulture. Naturally VS2022 enables "en-US" by default for unit tests but it shouldn't. Imagine we want to rune all tests based on a certain culture we need to set it explicitly and this is the right way, in my opinion.

One that is in the bellow image is related with
DefaultThreadCurrentUICulture. NaturallyVS2022enables "en-US" by default for unit tests but it shouldn't. Imagine we want to rune all tests based on a certain culture we need to set it explicitly and this is the right way, in my opinion.