Consider removing special handling of EventSource code
Open
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
We have special cased `EventSource` in our library via a property, `DisableEventSourceSpecialHandling`, and use it in library mode since some runtime repo types that derive from `EventSource` dependendent on it. See https://github.com/dotnet/runtime/issues/54859 for some context.
The PR, https://github.com/dotnet/runtime/pull/73868, seems to have fixed it in the runtime side and we should look to see if this special handling is still needed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.