Issue Description
When running .net 6 docker containers in debug mode with DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false, when the base image is 6.0-alpine, container crashes with exit code 4294967295 and VS shows the message:
"One or more error occurred.
Failed to launch debug adapter. Additional information may be available in the output window.
The Operation was cancelled"
The output window only shows the following line:
The program '' has exited with code 4294967295 (0xffffffff).
Steps to Reproduce
- Create new console project
- Add docker support
- Change docker base image to
6.0-alpine
- Add
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false to the docker file
- Run the console app in docker configuration
Expected Behavior
It should work, I think? 🤔, I mean I just want to install multiple languages/cultures, do I need the full linux image for this?
Actual Behavior
It is crashing all the times.
Versions & Configurations
MSBuild version:
Microsoft (R) Build Engine version 17.2.1+52cd2da31 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
17.2.1.25201
Visual studio 2022 community 17.2.3
Dotnet version 6.0.303
Issue Description
When running
.net 6docker containers in debug mode withDOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false, when the base image is6.0-alpine, container crashes with exit code4294967295and VS shows the message:"One or more error occurred.
Failed to launch debug adapter. Additional information may be available in the output window.
The Operation was cancelled"
The output window only shows the following line:
The program '' has exited with code 4294967295 (0xffffffff).Steps to Reproduce
6.0-alpineENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=falseto the docker fileExpected Behavior
It should work, I think? 🤔, I mean I just want to install multiple languages/cultures, do I need the full linux image for this?
Actual Behavior
It is crashing all the times.
Versions & Configurations
MSBuild version:
Visual studio 2022 community 17.2.3
Dotnet version
6.0.303