Matt Connew
Matt Connew
Requesting /user/username/saved/.json returns links and comments. Any comments are causing PostCollector to throw a NullReferenceException and prevents any saved posts from showing. Adding ?type=links to the url means only posts...
This suggestion is based on real experience helping an internal customer identify missing API's in the WCF client implementation. We have some properties on our classes which are either server...
WCF has applied the `EditorBrowsable` attribute with `EditorBrowsableState.Never` to hide some api's which we can never support but are in our contracts for historical reasons. These methods (mostly constructors) will...
**Is your feature request related to a problem? Please describe.** When investigating an issue I will have a set of objects of a particular type that I wish to output...
Splitting issue #8 into two. This issue will be for full Message security including signing and encrypting as the SOAP message level.
This issue is to track creation of a new WSTrustChannelFactory and WSTrustChannel client to enable scenarios which require getting a SecurityToken from an STS and using it outside of WCF.
Sometimes we get connectivity issues in our test infrastructure and it's difficult to know which Helix test machines are communicating with our test server. This change adds the OS name...
CommunicationException derives from SystemException on .NET Framework. This was only introduced into netstandard2.0 so we had to switch to deriving from Exception. This has the consequence that the HResult value...
On .NET Framework, there is an app setting `"microsoft:xmldictionaryreader:maxmimeparts"` which controls the maximum number of mime parts allowed when using Mtom. The current implementation here uses the original hard coded...
There's a new interface in .NET 6 platform extensions called [IServiceProviderIsService](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.iserviceproviderisservice?view=dotnet-plat-ext-6.0) that is able to interrogate DI and tell you whether a type is available via DI. This would greatly...