PublishEventAsync uses `Dictionary<>` instead of `IReadOnlyDictionary<>`
Open
kind/bug
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
## Description
This is inconsistent with the other APIs on the type - however correcting this will cause problems with overloading in many common cases, as the generic overload of this method will be bound.
Contributor guide
Assessment
This issue has not been assessed yet.