Matt Connew

Results 286 comments of Matt Connew

I believe it only updates the hostname and not the port number. Do you know where port number 41895 is coming from?

The WSDL work is going to have an impact on how this is solved. The .NET Framework surrogate interface is different than .NET Core, but the newer interface doesn't provide...

@MeikTranel, the move to .NET 6 is needed for multiple reasons, one of which is to support TCP port sharing. The 1.x version has the same support lifecycle as asp.net...

What about command line building? Can you use Rosslyn 3.11 at the command line to build?

Posting this in case someone else hits a similar issue in the future. I already explained the issue offline to Jon. Basically the ILogger passed to asp.net core which wraps...

The compatibility mode provides type forwarding shims from assemblies with the same identity as on .NET Framework to point to the same types with the same signature in the .NET...

Some notes about implementation. The html helper page needs to be identical to what WCF produces as some people have built tooling around the output from that page. This has...

At this stage, no. Once I have something working, throwing every contract and service at it and verifying the outcome against what's expected will be the most help. Contributing a...