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
AutoSetSpecifiedPropertiesDecorator
to automatically set the **_Specified
property 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.OnChange
event to help preventOutOfMemoryException
inside EnvDTE. - Fixed
NullReferenceException
inOnTypeNameChanged
method 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
XmlTypeAttribute
for same-named types in different namespaces (http://wscfblue.codeplex.com/workitem/12733). - Patch for
NullReferenceException
on inline XSD (http://wscfblue.codeplex.com/workitem/13714).