It is a version of xsd2code 3.4 for Visual Studio 2015, 2017 & 2019
For VS 2022 : https://marketplace.visualstudio.com/items?itemName=Cestbienmoi.Xsd2Code2022
No change to the code generation.
The command is only on the tools menu (no command on the context menu).
- Generate CS, VB code from xsd schema.
- Generate partial class.
- Support generic and custom collection (List, ObservableCollection, MyCustomCollection).
- Support automatic properties when no special get or set is required.
- Can generate WCF attributes (DataContract/DataMember).
- Implement INotifyPropertyChanged for enable DataBinding.
- Generate summary documentation from xsd annotation.
- Save and load Xml document into isolated file storage for silverlight app.
- Read an write xml with UTF-8/32, ASCII, Unicode, Default.
- Save and load from XML file.
Version 1.1
- Better support automatic field (less warning)
- Support Visual Studio 2017
Version 1.2
- Support Visual Studio 2019
Version 1.3
- Support Visual Studio 2019+ (16.0, 16.1, 16.2, …)
I am not the author of the code xsd2code, i mainly take the version from codeplex and compile it for working with 2015/2017.
| |