Er, yes, that would appear to be a design flaw<http://stackoverflow.com/questions/920077/nullable-parameter-values-in-msbuild> :( I'm not sure why they're nullable anyway, as they are optional either way. Fixed in the trunk.
On 25 July 2010 14:56, Mark Kharitonov <[email protected]> wrote: > Dear sirs. > Gallio.Debug is declared as bool? in 3.2 > When I am assigning it the value of "true" from within an msbuild > script, I get this exception: > C:\dev\Common\Shunra.Master.Targets(92,13): error MSB4030: "True" is > an invalid value for the "Debug" parameter of the "Gallio" task. The > "Debug" parameter is of type "System.Nullable`1[[System.Boolean, > mscorlib, Version=4.0.0.0, Culture=neutral, > PublicKeyToken=b77a5c561934e089]]". [C:\dev\windows\NC\Master.proj] > > > So, how should I do it? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "MbUnit.User" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<mbunituser%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/mbunituser?hl=en. > > -- You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mbunituser?hl=en.
