It actually shows the 'projects built with no warnings at all' even if there is an error.
On Fri, Jun 18, 2010 at 4:06 PM, Jon Lumpkin <[email protected]> wrote: > Yes, these are compiler warnings. If I build in VS, I see them as well. > > If I look at the build report, they are there. But not on the report page > where it mentions 'Project built with no warnings at all' > > > Projects built with no warnings at all :-) > Modifications since last build (1) > Modifiedlum27/trunk/reportservice.msbuild2010-06-18 16:02:13 FxCop > Messages: 7, Warning Messages: 2, Error Messages: 5 reportservice.dll: 5 > Errors, 2 Warnings Warnings (8) > D:\ccnet_builds\reportservice\HDW\person.vb (149,0): warning BC42104: > Variable 'row' is used before it has been assigned a value. A null reference > exception could result at runtime. > D:\ccnet_builds\reportservice\HDW\person.vb (271,0): warning BC42104: > Variable 'row' is used before it has been assigned a value. A null reference > exception could result at runtime. > D:\ccnet_builds\reportservice\HDW\person.vb (393,0): warning BC42104: > Variable 'row' is used before it has been assigned a value. A null reference > exception could result at runtime. > NF\IP.cs (247,33): warning CS0168: The variable 'e' is declared but never > used > Utils\HelperUtility.cs (18,32): warning CS0649: Field > 'ReportService.HelperUtility.tempDoc' is never assigned to, and will always > have its default value null > PR.cs (65,13): warning CS0649: Field 'ReportService.BL.PR.CurrentCaseKey' > is never assigned to, and will always have its default value 0 > PR.cs (66,16): warning CS0649: Field 'ReportService.BL.PR.CN' is never > assigned to, and will always have its default value null > PR.cs (67,16): warning CS0649: Field 'ReportService.BL.PR.PRGUID' is never > assigned to, and will always have its default value null > > On Fri, Jun 18, 2010 at 3:55 PM, Eduard Stefan <[email protected]>wrote: > >> On 2010-06-18 22:38, Jon Lumpkin wrote: >> > The one thing I did notice is that in the Build Report, it says ' >> > Projects built with no warnings at all :-) >> > >> > But I know it did. And at the bottom, it shows the 10 warnings. >> >> They look like compiler warnings, but the actual output >> could be more helpul. >> Running the build in a console shows the same output? >> >> Eduard >> > >
