ChangeLog 1.3 KB

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