dotnet / dotnet-docker

Docker images for .NET and the .NET Tools.
https://hub.docker.com/_/microsoft-dotnet
MIT License
4.49k stars 1.94k forks source link

Add scenario test for globalization #6011

Closed lbussell closed 2 weeks ago

lbussell commented 3 weeks ago

Currently we have the following test that is ran inside the SDK images when testing xunit functionality: https://github.com/dotnet/dotnet-docker/blob/4f48d36a98187a6e350d54167ef5b568ccd3882f/tests/Microsoft.DotNet.Docker.Tests/TestAppArtifacts/UnitTests.cs#L12-L19

This is not sufficient to validate Globalization functionality in all images. We should add a test that validates all aspects of globalization are working correctly:

lbussell commented 2 weeks ago

[Triage] This is completed with https://github.com/dotnet/dotnet-docker/pull/6012.