2009-12-18 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / tools / svcutil / ChangeLog
1 2009-12-18  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * Driver.cs, MoonlightChannelBaseExtension.cs, CommandLineOptions.cs:
4           Added event-based async generator support (/tcv:35).
5           Some refactoring on async method generation.
6           Removed IExtensibleDataObject usage in moonlight proxy.
7           Added notes on MT profile + sync impossibility (so far).
8
9 2009-09-30  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * Driver.cs, MoonlightChannelBaseExtension.cs, CommandLineOptions.cs:
12           add experimental -monotouch option to generate proxy that are based
13           on moonlight but for sync methods.
14
15 2009-09-30  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * MoonlightChannelBaseExtension.cs : add CreateChannel() override.
18
19 2009-08-10  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * MoonlightChannelBaseExtension.cs : fixed a couple of generated
22           code to compile on .NET (not in mcs yet; some nested generics bug).
23
24 2009-08-10  Atsushi Enomoto  <atsushi@ximian.com>
25
26         * Driver.cs, CommandLineOptions.cs : add moonlight proxy generator
27           support.
28         * MoonlightChannelBaseExtension.cs : new, moonlight proxy generator.
29           Implemented as I[Service|Operation]ContractGenerationExtension.
30         * svcutil.exe.sources : add above.
31
32 2006-10-19  Ankit Jain  <jankit@novell.com>
33
34         * Driver.cs: Try to use HTTP GET to get wsdl, if it fails then try
35         ws-mex.
36         * Makefile: Add reference to System.Web.Services.dll
37
38 2006-06-27  Ankit Jain  <jankit@novell.com>
39
40         * Copy of client-proxy-generator.
41         * Driver.cs: Hacked to use fetch metadata from a url.
42
43 2006-04-14  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * README : added, as this tool exists only in mono.
46
47 2006-04-14  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * CommandLineOptions.cs : set "" for default Namespace value.
50
51 2006-04-14  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * CommandLineOptions.cs, Driver.cs, Makefile,
54           client-proxy-gen.exe.sources :
55           new files for convenient client proxy generator *from contract Type*.