CruiseControl.NET Logo Login Documentation

Version : 1.6.7444.1

Latest
Next
Previous
 
Build Report
View Build Log
FxCop Report
Gendarme Report
NAnt Output
NAnt Timings
NCover Report
NDepend Details
NUnit Details
NUnit Timings
MSBuild Report
 
Recent Builds
2010-05-09 07:03:42 (1.0.21.58)
2010-04-17 07:44:15 (Failed)
2010-04-08 17:27:31 (1.0.20.58)
2010-04-08 04:10:19 (1.0.19.58)
2010-03-31 11:57:31 (1.0.18.58)
2010-03-19 14:54:24 (1.0.17.58)
2010-02-23 15:40:06 (1.0.16.58)
2010-02-23 15:37:43 (1.0.15.58)
2010-01-29 14:35:33 (1.0.14.58)
2010-01-01 09:00:10 (Failed)
Show All
BUILD SUCCESSFUL
Project: NetReflector
Date of build: 2009-12-11 07:56:28
Running time: 00:01:05
Integration Request: Build (IfModificationExists) triggered from IntervalTrigger
Last changed: 2009-12-11 07:56:23
Last log entry: Allow handling the http://www.w3.org/2001/XMLSchema-instance namespace for the type key. This allows using abstract XSD elements in the configuration schema.
Modifications since last build (1)
Modified cj_sutherland /trunk/src/NetReflector/Serialisers/XmlMemberSerialiser.cs Allow handling the http://www.w3.org/2001/XMLSchema-instance namespace for the type key. This allows using abstract XSD elements in the configuration schema. 2009-12-11 07:56:23
FxCop Messages: 80, Warning Messages: 13, Error Messages: 67
netreflector.dll: 62 Errors, 12 Warnings
netreflectordocumentertask.dll: 5 Errors, 0 Warnings
Gendarme Report: found 85 potential defects using 187 rules.
NetReflector, Version=1.0.12.56, Culture=neutral, PublicKeyToken=2f4dd8b32acbcd8e: 77 defects
NetReflectorDocumenterTask, Version=1.0.12.56, Culture=neutral, PublicKeyToken=null: 2 defects
Warnings: (8)
Generators\XsdGeneratorTest.cs(27,4): warning CS0618: "System.Xml.XmlValidatingReader" ist veraltet: "Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202"
Generators\XsdGeneratorTest.cs(27,37): warning CS0618: "System.Xml.XmlValidatingReader" ist veraltet: "Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202"
Generators\XsdGeneratorTest.cs(48,4): warning CS0618: "System.Xml.XmlValidatingReader" ist veraltet: "Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202"
Generators\XsdGeneratorTest.cs(48,37): warning CS0618: "System.Xml.XmlValidatingReader" ist veraltet: "Use XmlReader created by XmlReader.Create() method using appropriate XmlReaderSettings instead. http://go.microsoft.com/fwlink/?linkid=14202"
Attributes\ReflectorPropertyTest.cs(58,14): warning CS0649: Dem Feld "Exortech.NetReflector.Test.Attributes.TestCustomSerialiser.Foo" wird nie etwas zugewiesen, und es hat immer seinen Standardwert von "0".
resources\CollectionTestClass.cs(23,17): warning CS0649: Dem Feld "Exortech.NetReflector.Test.CollectionTestClass.Stuff" wird nie etwas zugewiesen, und es hat immer seinen Standardwert von "null".
Util\ReflectorMemberTest.cs(80,11): warning CS0649: Dem Feld "Exortech.NetReflector.Test.Util.ReflectorMemberTest.ReadOnlMemberClass.readonlyname" wird nie etwas zugewiesen, und es hat immer seinen Standardwert von "null".
NDepend installation not found at 'D:\Build\Projects\NetReflector\SCM\Tools\NDepend\NDepend.Console.exe'. Please install NDepend! Target canceled.
Tests run: 75, Failures: 0, Not run: 6, Time: 4.594 seconds
All Tests Passed
Warning Exortech.NetReflector.Test.Generators.XsdGeneratorTest.ShouldGenerateASchemaToValidateTestClassXml
Warning Exortech.NetReflector.Test.Generators.XsdGeneratorTest.ShouldGenerateASchemaToValidateTestSubClassXml
Warning Exortech.NetReflector.Test.NetReflectorTypeTableTest.AddMismatchingTypes
Warning Exortech.NetReflector.Test.Serialisers.XmlCollectionSerialiserTest.WriteClassThatIsNotSerializable
Warning Exortech.NetReflector.Test.Serialisers.XmlDictionarySerialiserTest.UnspecifiedKeyIsElementName
Warning Exortech.NetReflector.Test.Serialisers.XmlMemberSerialiserTest.OnWriteCheckRequiredKeyword
Warning Details (6)
Test: Exortech.NetReflector.Test.Generators.XsdGeneratorTest.ShouldGenerateASchemaToValidateTestClassXml
Type: Warning
Message: Work on schema generation is still in progress.

Test: Exortech.NetReflector.Test.Generators.XsdGeneratorTest.ShouldGenerateASchemaToValidateTestSubClassXml
Type: Warning
Message: Work on schema generation is still in progress.

Test: Exortech.NetReflector.Test.NetReflectorTypeTableTest.AddMismatchingTypes
Type: Warning
Message: This test is causing lots of other tests to fail

Test: Exortech.NetReflector.Test.Serialisers.XmlCollectionSerialiserTest.WriteClassThatIsNotSerializable
Type: Warning
Message: needed?

Test: Exortech.NetReflector.Test.Serialisers.XmlDictionarySerialiserTest.UnspecifiedKeyIsElementName
Type: Warning
Message: not done yet

Test: Exortech.NetReflector.Test.Serialisers.XmlMemberSerialiserTest.OnWriteCheckRequiredKeyword
Type: Warning
Message: yet to be implemented