Replaces the common but incorrect "using (ServiceClient sc = new ServiceClient()) {}" usage pattern for WCF web service proxies. For an explanation of why this is necessary read http://msdn.microsoft.com/en-us/library/aa355056.aspx This is essentially sugar on top of Microsoft's recommentation courtesy of http://stackoverflow.com/a/16445534/1169863
$ dotnet add package ServiceProxy.UseNo README available.