Commented Issue: List property doesn't need setter [14357]
A List property id generated with both a getter and a setter. Code Analysis complains about the setter with a CA2227.You don't need a setter as you initialize that list (correctly!) in the...
View ArticleNew Post: Use XSD2Code to generate config class
Hi, I would like to know if you can add (or else how I can do) the ability to generate configuration class (like inheriting from System.Configuration.ConfigurationSection) from a XSD schema. So I can...
View ArticlePatch Uploaded: #12509
cgrimm has uploaded a patch. Description:This patch solves a problem with the option ExcludeIncludedTypes /eit+ .The patch is looking if a type exists in a included schema by using a recursive call of...
View ArticleReviewed: Xsd2Code Beta 3.5. (Jul 02, 2012)
Rated 5 Stars (out of 5) - Hi this tool is great! Is it possible to have it available also on VS 2012? I am not able to find/use it there. Thank you!
View ArticleCreated Issue: Visual Studio 2012 Support [15381]
3.4 works in 2010, but not in 2012. Please add support for VS2012 (Currently beta)
View ArticleCommented Issue: Install Problem on Win2008 64Bit [14559]
Hi,it seems that there is an issue when installing on a Win2008 Standard, when VS2008 and VS2010 are installed.I got following Msg:Xsd2Code 3.5Could not open...
View ArticleNew Post: Xsd2Code Problem with Array/List
Hello i have a Problem with Xsd2Code, i can't create Arrays from xml by serialize, i postet more Details here: http://stackoverflow.com/questions/11329401/creating-an-array-with-xsd2code-and-c-sharp...
View ArticleSource code checked in, #93946
add override/new qualifier to generated methodes in inherited classes
View ArticleNew Post: Visual Studio 2012 RC support
I just resolved the issue of running the AddIn on VS 2012 RC, please look at this workaround if you need to have this stunning Addin running on the next VS release, until the author fixes this...
View ArticleSource code checked in, #94064
Fix bug for collection type witch was in readonly Buil generated cs file in test
View ArticleReleased: Xsd2Code 3.4 (Oct 13, 2010)
Xsd2Code 3.4 Changes since 3.2 Allow to encode/decode with UTF8, ASCII, Unicode. Vs2008/2010 Setup Compatibility. Can generate ShouldSerializePropertyName. Support virtual property. Fixes: Issue...
View ArticleUpdated Release: Xsd2Code 3.4 (oct. 13, 2010)
Xsd2Code 3.4 Changes since 3.2 Allow to encode/decode with UTF8, ASCII, Unicode. Vs2008/2010 Setup Compatibility. Can generate ShouldSerializePropertyName. Support virtual property. Fixes: Issue #10042...
View ArticlePatch Applied: #12078
pcabanel has applied patch #12078. Comment:Applied in release 3.5.2.0Thanks to karpach96
View ArticleSource code checked in, #94065
Apply TwoStick patch to fix Silverlight invalid XMLAttributes
View ArticlePatch Applied: #12358
pcabanel has applied patch #12358. Comment:Applied in release 3.5.2.0Thanks to TwoStick
View ArticleReleased: Xsd2Code Beta 3.5.2.0. (Jul 22, 2012)
Xsd2Code 3.5.2.0 Add setter on collection property. (cancel #14357) karpach96 patch applied (thanks to him) : We are extensively using Xsd2Code to generate report classes. Some of those reports are...
View ArticleUpdated Release: Xsd2Code Beta 3.5.2.0. (juil. 22, 2012)
Xsd2Code 3.5.2.0 Add setter on collection property. (cancel #14357)karpach96 patch applied (thanks to him) :We are extensively using Xsd2Code to generate report classes. Some of those reports are...
View ArticleNew Post: [Beta 3.5.1.0]Behavior changed or Bug? ObservableCollection is...
This bug is fixed and a new release has been published (3.5.2.0). Thank you another time to have reported this bug. Pascal.
View ArticleNew Post: Problem with True in import xsd base
Witch version of xsd2code are you using ?
View ArticleCreated Issue: Annotations on included types [15437]
When I'm selecting EnableSummaryComment - <summary> generating only for base (root?) class, and not for subclasses (included classes). What should I do to get them?
View Article