microsoft / microsoft/aspire

More options for formatting values

Open
#17,855 0 comments 0 reactions 0 assignees View on GitHub
area-dashboard
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

### Is there an existing issue for this?

- [x] I have searched the existing issues

### Is your feature request related to a problem? Please describe the problem.

When going through the traces to figure out what gets executed exactly, I often look at the SQL that was generated by EF Core. Currently, that SQL looks like this:

Image

which, for more complex queries, can get fairly hard to read.

### Describe the solution you'd like

I'd like to see the format options include syntax highlighting for SQL

### Additional context

It might be a good future idea to add some API for adding custom syntax highlighters/formatters as well. Say, if I need to see some TOML-formatted data, or if I log raw JS files to OTEL for some reason.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.