David Maltby
David Maltby
Personally, I would keep it simple and left up to the subscriber to determine the filtering. I wouldn't force a "channel" string into the design. For instance, I would overload...
I have a need, so if anyone hasn't already begun this work, I will likely take a crack at it.
Currently have a blocker for the [NetDataContractSerializer class](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.netdatacontractserializer?view=netframework-4.8&viewFallbackFrom=net-6.0) as there is no .NET Core version of it. CoreWCF doesn't provide one and the discussion at https://github.com/dotnet/runtime/issues/27763 indicates that they won't...
Wonderful. Thank you sir. My WCF background is weak and that was exactly the insight that I needed.
It is as simple as: `public KeyValuePair[] ToArray() => _dictionary.ToArray();`