Matt Connew

Results 286 comments of Matt Connew

WCF 4.5 and the open source WCF are two different things. UDP hasn't been removed, as the .Net Core version of WCF didn't exist previously. We are busy building out...

I'm adding the label `feature request` so that if anybody else has interest in this binding, this will be the place for discussion and/or to register interest.

I designed it to do so, but haven't actually tested it. The implementation does a foreach over the service type to initialize it. There's a few rough edges around doing...

Keeping open as we need to add tests for this scenario and fix any problems that arise. Marking as help wanted for the test writing aspect. You wouldn't be required...

I'm glad that's working. I wrote everything for it to work that way, just hadn't written any validating tests. BTW, you can simplify your code a little by doing this:...

@jonlouie, contributing unit tests is a great way to help. I'm really busy working on the final pieces for a preview release so I won't be able to look at...

We do have support for this in the implementation, but it looks like we didn't add it to this behavior to modify it. It's only an issue if you have...

Can you provide a url for the page with the broken link? I can't work out which link you are referring to.

Do you have a copy of the request you can provide? I suspect you are providing a ReplyTo address which isn't the anonymous address which tells CoreWCF that the response...

This isn't the correct approach. You can't expose internal api's. I deep a quick deep dive to understand how the attributes get exposed to CoreWCF.WebHttp to work out why this...