Thomas Rydeen Skyldahl

Results 6 comments of Thomas Rydeen Skyldahl

A more optimal way could be to accept an IEnumerable instead of a dictionary, I can't find anywhere in the spec that I specifies the keys should be unique, so...

@cwe1ss ahh great didn't see that one. I would argue that if the API has `Log(IEnumerable entries)` and `Log(string key, object value)` it should be enough, there is no need...

@cwe1ss i see your point and there are even more if you include the `DateTimeOffset` versions A few notes: Its kind of strange that the actual value in the simple...

how should this be implemented if your are interested in a pull request? I'm thinking of doing a Stream() method instead of Send() on the Mediator to handle the IAsyncEnumerable...

How would you handle the difference in signature with the single Send Should we do IStreamRequest and IStreamRequestHandler and stick to the Send() method for both IRequest and IStreamRequest both...

You might be able to get Scrutor [https://github.com/khellang/Scrutor](https://github.com/khellang/Scrutor) to create the registrations for you, it can create registrations for the default DI by assembly scanning