When adding a Cookie to a CookieContainer, if the Cookie lacks a required parameter (for example, Domain), it throws an ArgumentException with the message: "The parameter '{0}' cannot be an empty string."This clearly was supposed to be substituted by String.Format but never was.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...