Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NETSDKE2E] With NET 9 RTM SDK installed, running projects created with CLI result in unwanted strings only on winserver2012 R2 #10841

Closed
v-pingpchen opened this issue Oct 18, 2024 · 4 comments
Labels
Area: Terminal Logger Problems with the livelogger/fancylogger/terminallogger -tl functionality. gathering-feedback The issue requires feedback in order to be planned, please comment if the feature is useful for you triaged

Comments

@v-pingpchen
Copy link

v-pingpchen commented Oct 18, 2024

Build info:
9.0.100-rtm.24517.5 (runtime-9.0.0)

Steps to Reproduce

  1. Download NET 9 RTM SDK on winserver2012 R2
  2. Create a console project with CLI
    dotnet new console
  3. Build the console
    dotnet build
  4. Run the console
    dotnet run

Expected Behavior

Project runs successfully without any unwanted strings

Actual Behavior

Unwanted strings are shown together with the output
Image

Versions & Configurations

.NET SDK:
Version: 9.0.100-rtm.24517.5
Commit: 71ca55412c
Workload version: 9.0.100-manifests.cc9fde31
MSBuild version: 17.12.3+4ae11fa8e

Runtime Environment:
OS Name: Windows
OS Version: 10.0.19045
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\9.0.100-rtm.24517.5\

.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.

Host:
Version: 9.0.0
Architecture: x64
Commit: d3981726bc

.NET SDKs installed:
9.0.100-rtm.24517.5 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 9.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
None

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download

@v-pingpchen v-pingpchen changed the title With NET 9 RC2 SDK installed, running projects created with CLI result in unwanted strings on VS winserver2012 R2 [NETSDKE2E] With NET 9 RC2 SDK installed, running projects created with CLI result in unwanted strings only on winserver2012 R2 Oct 18, 2024
@v-pingpchen v-pingpchen changed the title [NETSDKE2E] With NET 9 RC2 SDK installed, running projects created with CLI result in unwanted strings only on winserver2012 R2 [NETSDKE2E] With NET 9 RTM SDK installed, running projects created with CLI result in unwanted strings only on winserver2012 R2 Oct 18, 2024
@maridematte maridematte added Area: Terminal Logger Problems with the livelogger/fancylogger/terminallogger -tl functionality. triaged labels Oct 22, 2024
@MichalPavlik
Copy link
Member

Relates to #10579

@baronfel, I can enhance my previous fix to cover this case (using old Windows version without VT100 support). Do you think the change will be accepted for .NET 9 GA?

@baronfel
Copy link
Member

No, we are now frozen for GA. We could take it for the first servicing release though.

@maridematte maridematte added the gathering-feedback The issue requires feedback in order to be planned, please comment if the feature is useful for you label Nov 6, 2024
@MichalPavlik
Copy link
Member

Fixed in 9.0.101

@vdanche
Copy link
Member

vdanche commented Dec 20, 2024

Fixed on 9.0.101
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Terminal Logger Problems with the livelogger/fancylogger/terminallogger -tl functionality. gathering-feedback The issue requires feedback in order to be planned, please comment if the feature is useful for you triaged
Projects
None yet
Development

No branches or pull requests

5 participants