BenchmarksEventSource not collected when deploying full framework app
Open
- Dominant language
- C#
- Stars
- 1.1k
- Forks
- 111
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 3
Description
The EventSource pipe doesn't work when the deployed app targets the full framework.
The workaround is to serialize measures in json manually like here: https://github.com/dotnet/aspnetcore/blob/main/src/Components/benchmarkapps/Wasm.Performance/Driver/Program.cs#L118
It would be nice for `BenchmarksEventSource` to automatically produce this json in this case.
Contributor guide
Assessment
This issue has not been assessed yet.