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