56 lines
1.9 KiB
Plaintext
56 lines
1.9 KiB
Plaintext
|
2008-08-09 Gert Driesen <drieseng@users.sourceforge.net>
|
||
|
|
||
|
* MetaData.cs: Fixed argument names to match MS.
|
||
|
* SdlChannelSink.cs: Fixed argument names to match MS.
|
||
|
* SUDSGeneratorException.cs: Marked Serializable on 2.0 profile, and
|
||
|
added deserialization ctor.
|
||
|
* SUDSParserException.cs: Marked Serializable on 2.0 profile, and
|
||
|
added deserialization ctor.
|
||
|
|
||
|
2006-03-05 Andrew Skiba <andrews@mainsoft.com>
|
||
|
|
||
|
* SdlChannelSink.cs: : exceptions propagating
|
||
|
incompatible with dotnet. Patch by roeie@mainsoft.com
|
||
|
|
||
|
2005-11-06 Svetlana Zholkovsky <svetlanaz@mainsoft.com>
|
||
|
|
||
|
* MetaData.cs: only TARGET_JVM changes
|
||
|
|
||
|
2005-01-14 Lluis Sanchez Gual <lluis@novell.com>
|
||
|
|
||
|
* MetaDataCodeGenerator.cs: Fix warning.
|
||
|
|
||
|
2004-11-30 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* MetaDataExporter.cs: Addded EnumToUnderlying method to get the underlying
|
||
|
type of an enum. This fixes bug #69753.
|
||
|
|
||
|
2004-05-13 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* 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 <lluis@ximian.com>
|
||
|
|
||
|
* MetaDataExporter.cs: Several fixes.
|
||
|
* SdlChannelSink.cs: Implemented.
|
||
|
* SdlChannelSinkProvider.cs: Implemented.
|
||
|
|
||
|
2003-12-05 Lluis Sanchez Gual <lluis@ximian.com>
|
||
|
|
||
|
* 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 <lluis@ximian.com>
|
||
|
|
||
|
* 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.
|