generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
If a project uses the Serilog console sink (no matter which version) and you run the project in Rider (Run, not debug) then the output in Aspire as well as in the IDE has line-breaks everywhere, making the logs unreadable.
Running the project outside of rider does not have this issue
Steps to reproduce
- Create a new project that logs using the Serilog Console sink (package = Serilog.Sinks.Console)
- Write a log statement in the project
- Add the project dependency to the aspire host
- Run the host
- Line breaks everywhere
Expected behavior
No line breaks
JetBrains Rider version
2025.3.0.1
.NET Aspire plugin version
1.9.5
.NET Aspire version
13.0.0
.NET version
9.0
Operating System
Windows
Link to a test project to reproduce the bug
Additional context
In this reproduction example it's also broken when debugging, however in some of my other customer solution it's working when debugging.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working