João Simões
João Simões
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/5be73c43adf7897203b789854a43867d478b76f4/Scenarios/Services/RemoteConnection.cs#L55-L90 I believe it should be at least noted that if an exception occurs inside the factory function, the exception will be cached by the `Task` and since everything is...
Make it easier to generate SOAP entities and clients from a given WSDL using a tool, T4 template or any other option. Ideally, the tool should be as cross platform...
The client is currently stateless since the `Send` method receives the URL, action and envelope. Since the client is usually used to communicate with a single SOAP server, always sending...
I was trying to use the version 2.0.0 of this library in a new ASP.NET Core application over .NET Framework 4.6.2 but I'm having an error saying the NuGet doesn't...
There could be a way to gracefully stop the host execution. This could be provided using an interface that may be resolved from the service provider.