Michael McCarthy

Results 8 comments of Michael McCarthy

can we please change the title of this Issue to "Introduce nameof() for 'magic strings'". We don't want to use constants, we want to use nameof().

@BillWagner @tonysurma @MisterJames Can we update this issue so the formatting of the constants looks like this: `private const int EventToDuplicateId = 1;` instead of this? `const int EVENT_TO_DUPLICATE_ID =...

@joshuahysong, you'd need to search through the codebase for them. I know @johnmwright knocked out a lot of these (especially when it came to claims and helper/extensions for claims operations)....

@joshuahysong another way to contribute is to filter on the issues and pick the "jump-in" label... ![image](https://cloud.githubusercontent.com/assets/2428993/26420122/b913deb4-408f-11e7-8f17-25d264946ae1.png)

@chinwobble, this is a great question and I should have included some links in the initial comment of this Issue. Here is the official release page for MediatR 3.0: https://github.com/jbogard/MediatR/releases/tag/v3.0.0...

@chinwobble, thanks!

@danielmarbach do you need to discover if a message is base64 encoded or allow some type of endpoint config that a user could specify NOT to use base64 encoding/decoding? In...

> Would it be possible to add a way to read/write message headers so that we can keep the messages relevant to the business logic and use the headers for...