WSCF.blue V1.0.12 Update
WSCF.blue V1.0.12 Update is now available for download and contains one new feature, AutoSetSpecifiedPropertiesDecorator, as well as several bug fixes. The update is courtesy of user contributions from BartKoelman, cjberg, jamaica and MrGlover.
A V1.0.12 update release of WSCF.blue is now available for download from CodePlex. Like the previous update, this one contains a few bug fixes and one new feature. This update is made available to you courtesy of user contributed patches. A big thank you to users BartKoelman, cjberg, jamaica and MrGlover for their contributions.
Features
- Added a new
AutoSetSpecifiedPropertiesDecoratorto automatically set the **_Specifiedproperty to true when setter on matching property is called. Obviously this will only work when the Properties option is used.
Bug Fixes
- Reduced the number of times menu visibility is updated in the
SelectionEvents.OnChangeevent to help preventOutOfMemoryExceptioninside EnvDTE. - Fixed
NullReferenceExceptioninOnTypeNameChangedmethod ofMessageContractConverter. - Improved validation of namespace identifiers. The original implementation only allowed ASCII letters among other deficiencies, even though C# allows most Unicode letters in identifiers.
- Data contract generation - choice element name incorrect in generated class (http://wscfblue.codeplex.com/workitem/10624).
- Incorrect
XmlTypeAttributefor same-named types in different namespaces (http://wscfblue.codeplex.com/workitem/12733). - Patch for
NullReferenceExceptionon inline XSD (http://wscfblue.codeplex.com/workitem/13714).