| 12345678910111213141516171819202122232425262728293031323334353637 |
- 2005-01-14 Lluis Sanchez Gual <[email protected]>
- * MetaDataCodeGenerator.cs: Fix warning.
- 2004-11-30 Lluis Sanchez Gual <[email protected]>
- * MetaDataExporter.cs: Addded EnumToUnderlying method to get the underlying
- type of an enum. This fixes bug #69753.
-
- 2004-05-13 Lluis Sanchez Gual <[email protected]>
- * SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
- methods and added internal constructor.
- * SdlChannelSink.cs: Fixed public constructor.
- * SdlChannelSinkProvider.cs: Added missing constructor.
- 2003-12-10 Lluis Sanchez Gual <[email protected]>
- * MetaDataExporter.cs: Several fixes.
- * SdlChannelSink.cs: Implemented.
- * SdlChannelSinkProvider.cs: Implemented.
- 2003-12-05 Lluis Sanchez Gual <[email protected]>
- * MetaData.cs: Added check of compilation results in
- ConvertCodeSourceFileToAssemblyFile().
- * MetaDataCodeGenerator.cs, MetaDataExporter.cs: Many fixes.
- Added support for delegates, base classes, implemented interfaces,
- methods, properties, ISerializable, enums, etc.
-
- 2003-12-03 Lluis Sanchez Gual <[email protected]>
- * MetaData.cs: Implemented most of methods.
- * ServiceType.cs: Implemented.
- * MetaDataCodeGenerator.cs: Added. Implements code generation functionality.
- * MetaDataExporter.cs: Added. Implements support methods for generating
- schemas for MetaData.
|