dotnet / dotnet/sdk

terminal logger prevents output messages

Open
#43,293 13 comments 16 reactions 0 assignees View on GitHub
Area-NetSDK untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Describe the bug

The .NET 9 SDK appears to default to a "terminal logger". For normal builds I can see why some people would prefer this. However, it's preventing my custom target's output messages from being displayed at all.

### To Reproduce

```xml


net9.0



```

then run `dotnet msbuild -t:doTest`

### Exceptions (if any)

No exception, but my `Test` message isn't displayed. I have to run `dotnet msbuild -t:doTest -clp:off` to see the message.

### Further technical details

dotnet 9 SDK

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.