copying the latest Sys.Web.Services from trunk.
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.MetadataServices / ChangeLog
1 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
2
3         * MetaDataCodeGenerator.cs: Fix warning.
4
5 2004-11-30  Lluis Sanchez Gual <lluis@ximian.com>
6
7         * MetaDataExporter.cs: Addded EnumToUnderlying method to get the underlying
8         type of an enum. This fixes bug #69753.
9         
10 2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>
11
12         * SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
13           methods and added internal constructor.
14         * SdlChannelSink.cs: Fixed public constructor.
15         * SdlChannelSinkProvider.cs: Added missing constructor.
16
17 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
18
19         * MetaDataExporter.cs: Several fixes.
20         * SdlChannelSink.cs: Implemented.
21         * SdlChannelSinkProvider.cs: Implemented.
22
23 2003-12-05  Lluis Sanchez Gual  <lluis@ximian.com>
24
25         * MetaData.cs: Added check of compilation results in 
26           ConvertCodeSourceFileToAssemblyFile().
27         * MetaDataCodeGenerator.cs, MetaDataExporter.cs: Many fixes. 
28           Added support for delegates, base classes, implemented interfaces, 
29           methods, properties, ISerializable, enums, etc.
30         
31 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
32
33         * MetaData.cs: Implemented most of methods.
34         * ServiceType.cs: Implemented.
35         * MetaDataCodeGenerator.cs: Added. Implements code generation functionality.
36         * MetaDataExporter.cs: Added. Implements support methods for generating
37           schemas for MetaData.