Open
Description
The configured endpoint URL gets hard-coded as the value of a static variable (MyWebApiProxyBaseAddress) in the generated .cs file.
I need to be able to generate the proxy against a development endpoint, but target different endpoints at run-time (i.e. so I can move my app through QA, UAT and into a Live environment): the runtime configuration shouldn't require re-generation and re-compilation.
Nice work BTW :-)