<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>signum Issue Tracker Rss Feed</title><link>http://www.codeplex.com/signum/WorkItem/List.aspx</link><description>signum Issue Tracker Rss Description</description><item><title>Commented Issue: Immutable Data Structures constructors [9555]</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9555</link><description>Importan bug in all the Immutable Data Structures, the constructor is not private&lt;br /&gt;</description><author>Olmo</author><pubDate>Mon, 30 Nov 2009 16:33:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Immutable Data Structures constructors [9555] 20091130043351P</guid></item><item><title>Closed Issue: NetFrameworkVersions [9553]</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9553</link><description>In the AboutTools in Signum.Utilities, the search for installed versions just check for the 1.1 and upper, it does not consider the first &amp;#40;and brief&amp;#41; version of .Net &amp;#40;1.0&amp;#41; becouse it signs some different registry keys.&lt;br /&gt;</description><author>Olmo</author><pubDate>Mon, 30 Nov 2009 16:25:16 GMT</pubDate><guid isPermaLink="false">Closed Issue: NetFrameworkVersions [9553] 20091130042516P</guid></item><item><title>Closed Issue: Errorlist [9483]</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9483</link><description>I&amp;#39;ve declared a validatorattribute on a property in my custom class&lt;br /&gt;&lt;br /&gt;  private string name&amp;#59;&lt;br /&gt;        &amp;#91;NotNullValidator&amp;#40;&amp;#41;&amp;#93;&lt;br /&gt;        &amp;#91;StringLengthValidator&amp;#40;AllowNulls &amp;#61; false, Min &amp;#61; 1, Max &amp;#61; 3&amp;#41;&amp;#93;&lt;br /&gt;        public string Name&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return name&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; Set&amp;#40;ref name, value, &amp;#34;Name&amp;#34;&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Also I&amp;#39;ve defined a custom validator using the following....&lt;br /&gt;&lt;br /&gt; public override string this&amp;#91;string columnName&amp;#93;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                string result &amp;#61; base&amp;#91;columnName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;                if &amp;#40;columnName &amp;#61;&amp;#61; &amp;#34;Name&amp;#34;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    if &amp;#40;name &amp;#61;&amp;#61; &amp;#34;MyName&amp;#34;&amp;#41;&lt;br /&gt;                        result &amp;#61; result.AddLine&amp;#40;&amp;#34;Name cannot be MyName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;                return result&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;So i&amp;#39;ve two validation rules on the property &amp;#34;Name&amp;#34;. In the WPF UI there is a error control displaying &lt;br /&gt;the number of errors. It seems to me that the error count is not always right.&lt;br /&gt;</description><author>Olmo</author><pubDate>Mon, 30 Nov 2009 16:23:31 GMT</pubDate><guid isPermaLink="false">Closed Issue: Errorlist [9483] 20091130042331P</guid></item><item><title>Closed Issue: Immutable Data Structures constructors [9555]</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9555</link><description>Importan bug in all the Immutable Data Structures, the constructor is not private&lt;br /&gt;</description><author>Olmo</author><pubDate>Mon, 30 Nov 2009 16:22:51 GMT</pubDate><guid isPermaLink="false">Closed Issue: Immutable Data Structures constructors [9555] 20091130042251P</guid></item><item><title>Commented Issue: Immutable Data Structures constructors [9555]</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9555</link><description>Importan bug in all the Immutable Data Structures, the constructor is not private&lt;br /&gt;</description><author>Olmo</author><pubDate>Mon, 30 Nov 2009 16:22:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Immutable Data Structures constructors [9555] 20091130042235P</guid></item><item><title>Commented Issue: Errorlist</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9483</link><description>I&amp;#39;ve declared a validatorattribute on a property in my custom class&lt;br /&gt;&lt;br /&gt;  private string name&amp;#59;&lt;br /&gt;        &amp;#91;NotNullValidator&amp;#40;&amp;#41;&amp;#93;&lt;br /&gt;        &amp;#91;StringLengthValidator&amp;#40;AllowNulls &amp;#61; false, Min &amp;#61; 1, Max &amp;#61; 3&amp;#41;&amp;#93;&lt;br /&gt;        public string Name&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return name&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; Set&amp;#40;ref name, value, &amp;#34;Name&amp;#34;&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Also I&amp;#39;ve defined a custom validator using the following....&lt;br /&gt;&lt;br /&gt; public override string this&amp;#91;string columnName&amp;#93;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                string result &amp;#61; base&amp;#91;columnName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;                if &amp;#40;columnName &amp;#61;&amp;#61; &amp;#34;Name&amp;#34;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    if &amp;#40;name &amp;#61;&amp;#61; &amp;#34;MyName&amp;#34;&amp;#41;&lt;br /&gt;                        result &amp;#61; result.AddLine&amp;#40;&amp;#34;Name cannot be MyName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;                return result&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;So i&amp;#39;ve two validation rules on the property &amp;#34;Name&amp;#34;. In the WPF UI there is a error control displaying &lt;br /&gt;the number of errors. It seems to me that the error count is not always right.&lt;br /&gt;Comments: ** Comment from web user: Olmo ** &lt;p&gt;Actually we have found a BUG in Signum Windows 1.0 related to this issue. Sometimes all the Validations get duplicated.&lt;/p&gt;&lt;p&gt;It&amp;#39;s fixed now, and will be released in the next version &lt;/p&gt;</description><author>Olmo</author><pubDate>Mon, 23 Mar 2009 14:52:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Errorlist 20090323025200P</guid></item><item><title>Reopened Issue: Errorlist</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9483</link><description>I&amp;#39;ve declared a validatorattribute on a property in my custom class&lt;br /&gt;&lt;br /&gt;  private string name&amp;#59;&lt;br /&gt;        &amp;#91;NotNullValidator&amp;#40;&amp;#41;&amp;#93;&lt;br /&gt;        &amp;#91;StringLengthValidator&amp;#40;AllowNulls &amp;#61; false, Min &amp;#61; 1, Max &amp;#61; 3&amp;#41;&amp;#93;&lt;br /&gt;        public string Name&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return name&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; Set&amp;#40;ref name, value, &amp;#34;Name&amp;#34;&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Also I&amp;#39;ve defined a custom validator using the following....&lt;br /&gt;&lt;br /&gt; public override string this&amp;#91;string columnName&amp;#93;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                string result &amp;#61; base&amp;#91;columnName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;                if &amp;#40;columnName &amp;#61;&amp;#61; &amp;#34;Name&amp;#34;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    if &amp;#40;name &amp;#61;&amp;#61; &amp;#34;MyName&amp;#34;&amp;#41;&lt;br /&gt;                        result &amp;#61; result.AddLine&amp;#40;&amp;#34;Name cannot be MyName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;                return result&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;So i&amp;#39;ve two validation rules on the property &amp;#34;Name&amp;#34;. In the WPF UI there is a error control displaying &lt;br /&gt;the number of errors. It seems to me that the error count is not always right.&lt;br /&gt;Comments: ** Comment from web user: Olmo ** &lt;p&gt;Bug found&lt;/p&gt;</description><author>Olmo</author><pubDate>Mon, 23 Mar 2009 14:47:01 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Errorlist 20090323024701P</guid></item><item><title>Commented Issue: Errorlist</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9483</link><description>I&amp;#39;ve declared a validatorattribute on a property in my custom class&lt;br /&gt;&lt;br /&gt;  private string name&amp;#59;&lt;br /&gt;        &amp;#91;NotNullValidator&amp;#40;&amp;#41;&amp;#93;&lt;br /&gt;        &amp;#91;StringLengthValidator&amp;#40;AllowNulls &amp;#61; false, Min &amp;#61; 1, Max &amp;#61; 3&amp;#41;&amp;#93;&lt;br /&gt;        public string Name&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return name&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; Set&amp;#40;ref name, value, &amp;#34;Name&amp;#34;&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Also I&amp;#39;ve defined a custom validator using the following....&lt;br /&gt;&lt;br /&gt; public override string this&amp;#91;string columnName&amp;#93;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                string result &amp;#61; base&amp;#91;columnName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;                if &amp;#40;columnName &amp;#61;&amp;#61; &amp;#34;Name&amp;#34;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    if &amp;#40;name &amp;#61;&amp;#61; &amp;#34;MyName&amp;#34;&amp;#41;&lt;br /&gt;                        result &amp;#61; result.AddLine&amp;#40;&amp;#34;Name cannot be MyName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;                return result&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;So i&amp;#39;ve two validation rules on the property &amp;#34;Name&amp;#34;. In the WPF UI there is a error control displaying &lt;br /&gt;the number of errors. It seems to me that the error count is not always right.&lt;br /&gt;Comments: ** Comment from web user: antonioh ** &lt;p&gt;&lt;/p&gt;&lt;p&gt;&amp;#42;&amp;#42; Closed by antonioh 3&amp;#47;16&amp;#47;2009 4&amp;#58;25 AM&lt;/p&gt;</description><author>antonioh</author><pubDate>Mon, 23 Mar 2009 14:47:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Errorlist 20090323024701P</guid></item><item><title>Created Issue: Immutable Data Structures constructors</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9555</link><description>Importan bug in all the Immutable Data Structures, the constructor is not private&lt;br /&gt;</description><author>Olmo</author><pubDate>Wed, 18 Mar 2009 19:24:36 GMT</pubDate><guid isPermaLink="false">Created Issue: Immutable Data Structures constructors 20090318072436P</guid></item><item><title>Created Issue: NetFrameworkVersions</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9553</link><description>In the AboutTools in Signum.Utilities, the search for installed versions just check for the 1.1 and upper, it does not consider the first &amp;#40;and brief&amp;#41; version of .Net &amp;#40;1.0&amp;#41; becouse it signs some different registry keys.&lt;br /&gt;</description><author>mapache</author><pubDate>Wed, 18 Mar 2009 12:21:00 GMT</pubDate><guid isPermaLink="false">Created Issue: NetFrameworkVersions 20090318122100P</guid></item><item><title>Closed Issue: Errorlist</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9483</link><description>I&amp;#39;ve declared a validatorattribute on a property in my custom class&lt;br /&gt;&lt;br /&gt;  private string name&amp;#59;&lt;br /&gt;        &amp;#91;NotNullValidator&amp;#40;&amp;#41;&amp;#93;&lt;br /&gt;        &amp;#91;StringLengthValidator&amp;#40;AllowNulls &amp;#61; false, Min &amp;#61; 1, Max &amp;#61; 3&amp;#41;&amp;#93;&lt;br /&gt;        public string Name&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return name&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; Set&amp;#40;ref name, value, &amp;#34;Name&amp;#34;&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Also I&amp;#39;ve defined a custom validator using the following....&lt;br /&gt;&lt;br /&gt; public override string this&amp;#91;string columnName&amp;#93;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                string result &amp;#61; base&amp;#91;columnName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;                if &amp;#40;columnName &amp;#61;&amp;#61; &amp;#34;Name&amp;#34;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    if &amp;#40;name &amp;#61;&amp;#61; &amp;#34;MyName&amp;#34;&amp;#41;&lt;br /&gt;                        result &amp;#61; result.AddLine&amp;#40;&amp;#34;Name cannot be MyName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;                return result&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;So i&amp;#39;ve two validation rules on the property &amp;#34;Name&amp;#34;. In the WPF UI there is a error control displaying &lt;br /&gt;the number of errors. It seems to me that the error count is not always right.&lt;br /&gt;</description><author>antonioh</author><pubDate>Mon, 16 Mar 2009 11:25:28 GMT</pubDate><guid isPermaLink="false">Closed Issue: Errorlist 20090316112528A</guid></item><item><title>Commented Issue: Errorlist</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9483</link><description>I&amp;#39;ve declared a validatorattribute on a property in my custom class&lt;br /&gt;&lt;br /&gt;  private string name&amp;#59;&lt;br /&gt;        &amp;#91;NotNullValidator&amp;#40;&amp;#41;&amp;#93;&lt;br /&gt;        &amp;#91;StringLengthValidator&amp;#40;AllowNulls &amp;#61; false, Min &amp;#61; 1, Max &amp;#61; 3&amp;#41;&amp;#93;&lt;br /&gt;        public string Name&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return name&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; Set&amp;#40;ref name, value, &amp;#34;Name&amp;#34;&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Also I&amp;#39;ve defined a custom validator using the following....&lt;br /&gt;&lt;br /&gt; public override string this&amp;#91;string columnName&amp;#93;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                string result &amp;#61; base&amp;#91;columnName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;                if &amp;#40;columnName &amp;#61;&amp;#61; &amp;#34;Name&amp;#34;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    if &amp;#40;name &amp;#61;&amp;#61; &amp;#34;MyName&amp;#34;&amp;#41;&lt;br /&gt;                        result &amp;#61; result.AddLine&amp;#40;&amp;#34;Name cannot be MyName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;                return result&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;So i&amp;#39;ve two validation rules on the property &amp;#34;Name&amp;#34;. In the WPF UI there is a error control displaying &lt;br /&gt;the number of errors. It seems to me that the error count is not always right.&lt;br /&gt;Comments: ** Comment from web user: Olmo ** &lt;p&gt;You have three validations taking place, NotNullValidator, StringLengthValidator and your custom one. Try removing NotNullValidator.&lt;/p&gt;&lt;p&gt;We usually don&amp;#39;t use NotNullValidator with strings, because TextBox interchanges null and &amp;#34;&amp;#34; randomly.&lt;/p&gt;&lt;p&gt;Also, it&amp;#39;s a good practice to allow custom Validators to run on null values &amp;#40;just returning&amp;#41;.&lt;/p&gt;</description><author>Olmo</author><pubDate>Wed, 11 Mar 2009 12:43:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Errorlist 20090311124306P</guid></item><item><title>Created Issue: Errorlist</title><link>http://signum.codeplex.com/WorkItem/View.aspx?WorkItemId=9483</link><description>I&amp;#39;ve declared a validatorattribute on a property in my custom class&lt;br /&gt;&lt;br /&gt;  private string name&amp;#59;&lt;br /&gt;        &amp;#91;NotNullValidator&amp;#40;&amp;#41;&amp;#93;&lt;br /&gt;        &amp;#91;StringLengthValidator&amp;#40;AllowNulls &amp;#61; false, Min &amp;#61; 1, Max &amp;#61; 3&amp;#41;&amp;#93;&lt;br /&gt;        public string Name&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return name&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; Set&amp;#40;ref name, value, &amp;#34;Name&amp;#34;&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;Also I&amp;#39;ve defined a custom validator using the following....&lt;br /&gt;&lt;br /&gt; public override string this&amp;#91;string columnName&amp;#93;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                string result &amp;#61; base&amp;#91;columnName&amp;#93;&amp;#59;&lt;br /&gt;&lt;br /&gt;                if &amp;#40;columnName &amp;#61;&amp;#61; &amp;#34;Name&amp;#34;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    if &amp;#40;name &amp;#61;&amp;#61; &amp;#34;MyName&amp;#34;&amp;#41;&lt;br /&gt;                        result &amp;#61; result.AddLine&amp;#40;&amp;#34;Name cannot be MyName&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;                return result&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;So i&amp;#39;ve two validation rules on the property &amp;#34;Name&amp;#34;. In the WPF UI there is a error control displaying &lt;br /&gt;the number of errors. It seems to me that the error count is not always right.&lt;br /&gt;</description><author>Arjanvandijk</author><pubDate>Wed, 11 Mar 2009 10:06:59 GMT</pubDate><guid isPermaLink="false">Created Issue: Errorlist 20090311100659A</guid></item></channel></rss>