|
Concepts\Traversals\IImplicitGraph.cs (39,21):
warning CS1574: XML comment on 'QuickGraph.Concepts.Traversals.IImplicitGraph' has cref attribute 'ImplicitGraph' that could not be found
Concepts\MutableTraversals\IMutableBidirectionalVertexAndEdgeListGraph.cs (8,29):
warning CS1574: XML comment on 'QuickGraph.Concepts.MutableTraversals.IMutableBidirectionalVertexAndEdgeListGraph' has cref attribute 'IBidirectionalGraph' that could not be found
Concepts\Petri\IArc.cs (91,9):
warning CS1570: XML comment on 'QuickGraph.Concepts.Petri.IArc.Annotation' has badly formed XML -- 'End tag 'summary' does not match the start tag 'remarks'.
Concepts\Petri\IPlace.cs (38,19):
warning CS1574: XML comment on 'QuickGraph.Concepts.Petri.IPlace' has cref attribute 'Place' that could not be found
Concepts\Petri\IPlace.cs (40,24):
warning CS1574: XML comment on 'QuickGraph.Concepts.Petri.IPlace' has cref attribute 'StrongType' that could not be found
Concepts\Petri\IPlace.cs (41,62):
warning CS1574: XML comment on 'QuickGraph.Concepts.Petri.IPlace' has cref attribute 'StrongType' that could not be found
Serialization\GraphMLGraphSerializer.cs (47,2):
warning CS1574: XML comment on 'QuickGraph.Serialization.GraphMLGraphSerializer' has cref attribute 'Serialization.Representation.AdjacencyGraph' that could not be found
Serialization\GraphSerializer.cs (387,18):
warning CS1573: Parameter 'throwIfNotFound' has no matching param tag in XML comment (but other parameters do)
Serialization\SerializableEdge.cs (23,10):
warning CS1573: Parameter 'source' has no matching param tag in XML comment (but other parameters do)
Serialization\SerializableEdge.cs (23,10):
warning CS1573: Parameter 'target' has no matching param tag in XML comment (but other parameters do)
Layout\FruchtermanReingoldGridVariantLayoutAlgorithm.cs (10,15):
warning CS0618: 'QuickGraph.Algorithms.Layout.FruchtermanReingoldLayoutAlgorithm' is obsolete: 'Use ForceDirectedLayoutAlgorithm instead'
AlgoUtility.cs (376,22):
warning CS1573: Parameter 'root' has no matching param tag in XML comment (but other parameters do)
AllShortestPath\FloydWarshallAllShortestPathAlgorithm.cs (102,29):
warning CS1574: XML comment on 'QuickGraph.Algorithms.AllShortestPath.FloydWarshallAllShortestPathAlgorithm.OnInitiliazePath(QuickGraph.Concepts.IVertex, QuickGraph.Concepts.IVertex)' has cref attribute 'InitializePath' that could not be found
Clone\CloneEdgeEventArgs.cs (51,24):
warning CS1574: XML comment on 'QuickGraph.Algorithms.Clone.CloneEdgeEventArgs.CloneEdgeEventArgs(QuickGraph.Concepts.IEdge, QuickGraph.Concepts.IEdge)' has cref attribute 'ArgumentNullReference' that could not be found
Clone\CloneVertexEventArgs.cs (51,24):
warning CS1574: XML comment on 'QuickGraph.Algorithms.Clone.CloneVertexEventArgs.CloneVertexEventArgs(QuickGraph.Concepts.IVertex, QuickGraph.Concepts.IVertex)' has cref attribute 'ArgumentNullReference' that could not be found
RandomWalks\CyclePoppingRandomTreeAlgorithm.cs (352,61):
warning CS1570: XML comment on 'QuickGraph.Algorithms.RandomWalks.CyclePoppingRandomTreeAlgorithm.Chance(double)' has badly formed XML -- 'A name contained an invalid character.
RandomWalks\CyclePoppingRandomTreeAlgorithm.cs (375,52):
warning CS1574: XML comment on 'QuickGraph.Algorithms.RandomWalks.CyclePoppingRandomTreeAlgorithm.RandomTreeWithRoot(QuickGraph.Concepts.IVertex)' has cref attribute 'root' that could not be found
RandomWalks\RandomWalkAlgorithm.cs (292,20):
warning CS1572: XML comment on 'QuickGraph.Algorithms.RandomWalks.RandomWalkAlgorithm.Generate(QuickGraph.Concepts.IVertex)' has a param tag for 'walkCount', but there is no parameter by that name
RandomWalks\RandomWalkAlgorithm.cs (293,21):
warning CS1573: Parameter 'root' has no matching param tag in XML comment (but other parameters do)
Ranking\PageRankAlgorithm.cs (54,20):
warning CS1571: XML comment on 'QuickGraph.Algorithms.Ranking.PageRankAlgorithm.PageRankAlgorithm(QuickGraph.Concepts.Traversals.IBidirectionalVertexListGraph)' has a duplicate param tag for 'visitedGraph'
Representations\MutableTreeAdapterGraph.cs (78,24):
warning CS1574: XML comment on 'QuickGraph.Representations.MutableTreeAdapterGraph.AddChild(QuickGraph.Concepts.IVertex)' has cref attribute 'NonAcyclicGraphException' that could not be found
Representations\MutableTreeAdapterGraph.cs (96,20):
warning CS1572: XML comment on 'QuickGraph.Representations.MutableTreeAdapterGraph.RemoveTree(QuickGraph.Concepts.IVertex)' has a param tag for 'v', but there is no parameter by that name
Representations\MutableTreeAdapterGraph.cs (101,23):
warning CS1573: Parameter 'root' has no matching param tag in XML comment (but other parameters do)
Representations\MutableTreeAdapterGraph.cs (98,24):
warning CS1574: XML comment on 'QuickGraph.Representations.MutableTreeAdapterGraph.RemoveTree(QuickGraph.Concepts.IVertex)' has cref attribute 'GraphNotStronglyConnectedExceptoin' that could not be found
Search\BreadthFirstSearchAlgorithm.cs (403,20):
warning CS1572: XML comment on 'QuickGraph.Algorithms.Search.BreadthFirstSearchAlgorithm.Visit(QuickGraph.Concepts.IVertex)' has a param tag for 'depth', but there is no parameter by that name
Search\ImplicitEdgeDepthFirstSearchAlgorithm.cs (207,26):
warning CS1572: XML comment on 'QuickGraph.Algorithms.Search.ImplicitEdgeDepthFirstSearchAlgorithm.Compute(QuickGraph.Concepts.IVertex)' has a param tag for 'startVertex', but there is no parameter by that name
Search\ImplicitEdgeDepthFirstSearchAlgorithm.cs (210,21):
warning CS1573: Parameter 'v' has no matching param tag in XML comment (but other parameters do)
Visitors\SinkRecorderVisitor.cs (23,27):
warning CS1574: XML comment on 'QuickGraph.Algorithms.Visitors.SinkRecorderVisitor.SinkRecorderVisitor(QuickGraph.Concepts.Traversals.IIncidenceGraph)' has cref attribute 'sinkRecorderVisitor' that could not be found
Visitors\SinkRecorderVisitor.cs (35,27):
warning CS1574: XML comment on 'QuickGraph.Algorithms.Visitors.SinkRecorderVisitor.SinkRecorderVisitor(QuickGraph.Concepts.Traversals.IIncidenceGraph, QuickGraph.Collections.VertexCollection)' has cref attribute 'sinkRecorderVisitor' that could not be found
CodeDom\Collections\AttributeArgumentDictionary.cs (64,26):
warning CS1572: XML comment on 'Refly.CodeDom.Collections.StringAttributeArgumentDictionary.Add(string, Refly.CodeDom.Expressions.Expression)' has a param tag for 'key', but there is no parameter by that name
CodeDom\Collections\AttributeArgumentDictionary.cs (67,26):
warning CS1572: XML comment on 'Refly.CodeDom.Collections.StringAttributeArgumentDictionary.Add(string, Refly.CodeDom.Expressions.Expression)' has a param tag for 'value', but there is no parameter by that name
CodeDom\Collections\AttributeArgumentDictionary.cs (70,36):
warning CS1573: Parameter 'name' has no matching param tag in XML comment (but other parameters do)
CodeDom\Collections\AttributeArgumentDictionary.cs (70,36):
warning CS1573: Parameter 'expression' has no matching param tag in XML comment (but other parameters do)
CodeDom\Collections\AttributeDeclarationCollection.cs (42,26):
warning CS1572: XML comment on 'Refly.CodeDom.AttributeDeclarationCollection.Add(Refly.CodeDom.ITypeDeclaration)' has a param tag for 'value', but there is no parameter by that name
CodeDom\Collections\AttributeDeclarationCollection.cs (45,45):
warning CS1573: Parameter 'type' has no matching param tag in XML comment (but other parameters do)
CodeDom\Collections\StringClassDeclarationDictionary.cs (58,20):
warning CS1572: XML comment on 'Refly.CodeDom.Collections.StringClassDeclarationDictionary.Add(Refly.CodeDom.ClassDeclaration)' has a param tag for 'key', but there is no parameter by that name
CodeDom\Collections\StringConstantDeclaration.cs (58,20):
warning CS1572: XML comment on 'Refly.CodeDom.Collections.StringConstantDeclaration.Add(Refly.CodeDom.ConstantDeclaration)' has a param tag for 'key', but there is no parameter by that name
CodeDom\Collections\StringEnumDeclarationDictionary.cs (57,20):
warning CS1572: XML comment on 'Refly.CodeDom.Collections.StringEnumDeclarationDictionary.Add(Refly.CodeDom.EnumDeclaration)' has a param tag for 'key', but there is no parameter by that name
CodeDom\Collections\StringFieldDeclarationDictionary.cs (58,20):
warning CS1572: XML comment on 'Refly.CodeDom.Collections.StringFieldDeclarationDictionary.Add(Refly.CodeDom.FieldDeclaration)' has a param tag for 'key', but there is no parameter by that name
CodeDom\Expr.cs (223,9):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.NewArray(System.Type, int)' has cref attribute 'ArgumentNullExpression' that could not be found
CodeDom\Expr.cs (245,9):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.NewArray(string, int)' has cref attribute 'ArgumentNullExpression' that could not be found
CodeDom\Expr.cs (267,9):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.NewArray(Refly.CodeDom.ITypeDeclaration, int)' has cref attribute 'ArgumentNullExpression' that could not be found
CodeDom\Expr.cs (288,9):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.NewArray(System.Type, Refly.CodeDom.Expressions.Expression)' has cref attribute 'ArgumentNullExpression' that could not be found
CodeDom\Expr.cs (310,9):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.NewArray(string, Refly.CodeDom.Expressions.Expression)' has cref attribute 'ArgumentNullExpression' that could not be found
CodeDom\Expr.cs (332,9):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.NewArray(Refly.CodeDom.ITypeDeclaration, Refly.CodeDom.Expressions.Expression)' has cref attribute 'ArgumentNullExpression' that could not be found
CodeDom\Expr.cs (357,9):
warning CS1572: XML comment on 'Refly.CodeDom.Expr.NewArray(System.Type, params Refly.CodeDom.Expressions.Expression[])' has a param tag for 'initializers', but there is no parameter by that name
CodeDom\Expr.cs (367,63):
warning CS1573: Parameter 'initialiers' has no matching param tag in XML comment (but other parameters do)
CodeDom\Expr.cs (357,9):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.NewArray(System.Type, params Refly.CodeDom.Expressions.Expression[])' has cref attribute 'ArgumentNullExpression' that could not be found
CodeDom\Expr.cs (379,9):
warning CS1572: XML comment on 'Refly.CodeDom.Expr.NewArray(string, params Refly.CodeDom.Expressions.Expression[])' has a param tag for 'initializers', but there is no parameter by that name
CodeDom\Expr.cs (389,63):
warning CS1573: Parameter 'initialiers' has no matching param tag in XML comment (but other parameters do)
CodeDom\Expr.cs (379,9):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.NewArray(string, params Refly.CodeDom.Expressions.Expression[])' has cref attribute 'ArgumentNullExpression' that could not be found
CodeDom\Expr.cs (401,9):
warning CS1572: XML comment on 'Refly.CodeDom.Expr.NewArray(Refly.CodeDom.ITypeDeclaration, params Refly.CodeDom.Expressions.Expression[])' has a param tag for 'initializers', but there is no parameter by that name
CodeDom\Expr.cs (411,63):
warning CS1573: Parameter 'initialiers' has no matching param tag in XML comment (but other parameters do)
CodeDom\Expr.cs (401,9):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.NewArray(Refly.CodeDom.ITypeDeclaration, params Refly.CodeDom.Expressions.Expression[])' has cref attribute 'ArgumentNullExpression' that could not be found
CodeDom\Expr.cs (449,20):
warning CS1572: XML comment on 'Refly.CodeDom.Expr.Var(Refly.CodeDom.Statements.VariableDeclarationStatement)' has a param tag for 'p', but there is no parameter by that name
CodeDom\Expr.cs (459,45):
warning CS1573: Parameter 'v' has no matching param tag in XML comment (but other parameters do)
CodeDom\Expr.cs (614,26):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.Cast(string, Refly.CodeDom.Expressions.Expression)' has cref attribute 'CastExpressoin' that could not be found
CodeDom\Expr.cs (634,20):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.Cast(System.Type, Refly.CodeDom.Expressions.Expression)' has cref attribute 'CastExpressoin' that could not be found
CodeDom\Expr.cs (654,20):
warning CS1574: XML comment on 'Refly.CodeDom.Expr.Cast(Refly.CodeDom.ITypeDeclaration, Refly.CodeDom.Expressions.Expression)' has cref attribute 'CastExpressoin' that could not be found
CodeDom\Expr.cs (897,65):
warning CS1570: XML comment on 'Refly.CodeDom.Expr.DelegateInvoke(Refly.CodeDom.Expressions.EventReferenceExpression, params Refly.CodeDom.Expressions.Expression[])' has badly formed XML -- 'End tag 'c' does not match the start tag 'summary'.
GUnit.CodeDom.Doc.xml (,):
warning CS1592: Badly formed XML in included comments file -- 'The system cannot locate the object specified.
TypeHelper.cs (74,28):
warning CS1571: XML comment on 'Refly.CodeDom.TypeHelper.HasCustomAttribute(System.Type, System.Type)' has a duplicate param tag for 't'
TypeHelper.cs (101,28):
warning CS1571: XML comment on 'Refly.CodeDom.TypeHelper.HasCustomAttribute(System.Reflection.PropertyInfo, System.Type)' has a duplicate param tag for 't'
AssemblyInfo.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\AttributeArgument.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\AttributeDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\ClassDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\CodeGenerator.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\AssemblyCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\AttributeArgumentDictionary.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\AttributeDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\CatchClauseCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\ConstructorDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\DelegateDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\EventDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\ExpressionCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\FieldDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\IndexerDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\MethodDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\ParameterDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\PropertyDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\StatementCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\StringClassDeclarationDictionary.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\StringConstantDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\StringEnumDeclarationDictionary.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\StringFieldDeclarationDictionary.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\StringNamespaceDeclarationDictionary.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\ThrowedExceptionDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\TypeCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\TypeDeclarationCollection.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Collections\TypeTypeDeclarationDictionary.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\ConstantDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\ConstructorDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Declaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\DelegateDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Doc\Documentation.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Doc\TypeFinder.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Doc\XmlMarkup.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\EnumDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\EventDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expr.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\ArgumentReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\ArrayCreationWithInitializersExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\ArrayCreationWithSizeExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\BaseReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\BinaryOpOperatorExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\CastExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\DelegateCreateExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\DelegateInvokeExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\EventReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\Expression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\FieldReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\IndexerExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\MethodInvokeExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\MethodReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\NativeExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\NativeMethodInvokeExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\NativeMethodReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\NativePropertyReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\ObjectCreationExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\PrimitiveExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\PropertyReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\PropertySetValueReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\SnippetExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\ThisReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\TypeReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Expressions\VariableReferenceExpression.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\FieldDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\ImplementationMemberDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\IndexerDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\ITypeDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\MemberDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\MethodDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\MethodSignature.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\NamespaceDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\ParameterDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\PropertyDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\AssignStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\AttachRemoveEventStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\CatchClauseStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\ConditionStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\ExpressionStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\ForEachStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\IterationStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\LabelStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\MethodReturnStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\NativeStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\SnippetStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\Statement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\ThrowExceptionStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\TryCatchFinallyStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Statements\VariableDeclarationStatement.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\Stm.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\StringTypeDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\ThrowedExceptionDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
CodeDom\TypeTypeDeclaration.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
NameConformer.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
Templates\CollectionTemplate.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
Templates\DataReaderTemplate.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
Templates\DataTemplate.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
Templates\DictionaryTemplate.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
Templates\ITemplate.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
TypeHelper.cs (1,1):
warning CS1587: XML comment is not placed on a valid language element
Core\Monitoring\MemoryMonitor.cs (37,24):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (38,24):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (43,23):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (51,23):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (45,4):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (53,4):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
ArrayAssert.cs (213,69):
warning CS1570: XML comment on 'MbUnit.Framework.ArrayAssert.IsArrayType(object)' has badly formed XML -- 'A name contained an invalid character.
Assert.cs (10485,53):
warning CS1570: XML comment on 'MbUnit.Framework.Assert.Between(int, int, int, string)' has badly formed XML -- 'End tag 'exception' does not match the start tag 'member'.
CollectionAssert.cs (240,29):
warning CS0168: The variable 'o' is declared but never used
CombinatorialTestAttribute.cs (96,30):
warning CS1570: XML comment on 'MbUnit.Framework.CombinatorialTestAttribute.TupleValidatorMethod' has badly formed XML -- 'A name was started with an invalid character.
Core\Monitoring\MemoryMonitor.cs (71,27):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (71,23):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus.MemoryStatus()' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (79,34):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (79,30):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus.MemoryStatus()' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (90,17):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (90,40):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus' is obsolete: 'Uses GC information'
Core\Monitoring\MemoryMonitor.cs (90,36):
warning CS0618: 'MbUnit.Core.Monitoring.MemoryStatus.MemoryStatus()' is obsolete: 'Uses GC information'
Core\Reports\XslTransformReport.cs (74,17):
warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.Xml.XmlWriter)' is obsolete: 'You should pass XmlResolver to Transform() method'
Core\ResourceHelper.cs (66,5):
warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader, System.Xml.XmlResolver)' is obsolete: 'You should pass evidence to Load() method'
Core\ResourceHelper.cs (79,5):
warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader, System.Xml.XmlResolver)' is obsolete: 'You should pass evidence to Load() method'
Core\ResourceHelper.cs (93,17):
warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader, System.Xml.XmlResolver)' is obsolete: 'You should pass evidence to Load() method'
IndexerProviderAttribute.cs (287,6):
warning CS1570: XML comment on 'MbUnit.Framework.IntIndexerProviderAttribute' has badly formed XML -- 'End tag 'member' does not match the start tag 'code'.
ReflectionAssert.cs (262,28):
warning CS0168: The variable 'ci' is declared but never used
SecurityAssert.cs (90,26):
warning CS1571: XML comment on 'MbUnit.Framework.SecurityAssert.WindowsIsInRole(System.Security.Principal.WindowsBuiltInRole)' has a duplicate param tag for 'role'
TestSequenceAttribute.cs (94,8):
warning CS1570: XML comment on 'MbUnit.Framework.TestSequenceAttribute' has badly formed XML -- 'End tag 'example' does not match the start tag 'member'.
ProcessTestFixtureAttribute.cs (67,11):
warning CS1570: XML comment on 'MbUnit.Framework.ProcessTestFixtureAttribute' has badly formed XML -- 'End tag 'example' does not match the start tag 'member'.
ResourceXmlDataProviderAttribute.cs (40,11):
warning CS1570: XML comment on 'MbUnit.Framework.ResourceXmlDataProviderAttribute' has badly formed XML -- 'End tag 'example' does not match the start tag 'member'.
Xml\XmlOutput.cs (108,10):
warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator, System.Xml.Xsl.XsltArgumentList, System.Xml.XmlWriter)' is obsolete: 'You should pass XmlResolver to Transform() method'
Xml\XmlOutput.cs (113,10):
warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator, System.Xml.Xsl.XsltArgumentList, System.IO.Stream)' is obsolete: 'You should pass XmlResolver to Transform() method'
Xml\XmlOutput.cs (118,10):
warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator, System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is obsolete: 'You should pass XmlResolver to Transform() method'
Xml\Xslt.cs (114,13):
warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader, System.Xml.XmlResolver)' is obsolete: 'You should pass evidence to Load() method'
Forms\ScreenCaptureTest.cs (12,18):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Forms.ScreenCaptureTest'
Forms\ScreenCaptureTest.cs (15,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Forms.ScreenCaptureTest.CaptureDesktop()'
Forms\ScreenCaptureTest.cs (24,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Forms.ScreenCaptureTest.CaptureCurrentWindow()'
Forms\ScreenCaptureTest.cs (32,24):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Forms.ScreenCaptureTest.RenderImage(System.Drawing.Image, string)'
Gestures\ClickGestureTest.cs (10,18):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.ClickGestureTest'
Gestures\ClickGestureTest.cs (16,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.ClickGestureTest.SetUp()'
Gestures\ClickGestureTest.cs (24,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.ClickGestureTest.TearDown()'
Gestures\ClickGestureTest.cs (34,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.ClickGestureTest.ClickButtonOne()'
Gestures\ClickGestureTest.cs (50,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.ClickGestureTest.ClickButtonTwo()'
Gestures\ClickGestureTest.cs (58,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.ClickGestureTest.ClickButtonOneAndTwo()'
Gestures\GestureFactory.cs (9,18):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestFactory'
Gestures\GestureFactory.cs (15,16):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestFactory.GestureTestFactory()'
Gestures\GestureFactory.cs (23,34):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestFactory.Click'
Gestures\GestureFactory.cs (32,44):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestFactory.FixedTargetMove'
Gestures\GestureFactory.cs (41,29):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestFactory.Sleep'
Gestures\GestureFactory.cs (50,39):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestFactory.MouseDown'
Gestures\GestureFactory.cs (59,37):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestFactory.MouseUp'
Gestures\GestureFactory.cs (68,40):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestFactory.ControlMove'
Gestures\GestureFactory.cs (77,25):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestFactory.ControlClick'
Gestures\GestureTestForm.cs (10,18):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestForm'
Gestures\GestureTestForm.cs (83,44):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestForm.button1'
Gestures\GestureTestForm.cs (84,20):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestForm.button1ClickCount'
Gestures\GestureTestForm.cs (85,44):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestForm.button2'
Gestures\GestureTestForm.cs (86,20):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestForm.button2ClickCount'
Gestures\GestureTestForm.cs (87,46):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestForm.checkBox1'
Gestures\GestureTestForm.cs (88,20):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestForm.checkBox1ClickCount'
Gestures\GestureTestForm.cs (89,16):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Tests.Gestures.GestureTestForm.GestureTestForm()'
Operations\CartesianProductDomainTupleEnumeratorTest.cs (10,22):
warning CS1574: XML comment on 'TestFu.Operations.CartesianProductDomainTupleEnumeratorTest' has cref attribute 'TestFixture' that could not be found
Operations\CartesianProductDomainTupleEnumeratorTest.cs (17,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.CartesianProductDomainTupleEnumeratorTest.SingleDomain()'
Operations\CartesianProductDomainTupleEnumeratorTest.cs (32,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.CartesianProductDomainTupleEnumeratorTest.TwoDomains()'
Operations\CollectionDomainTest.cs (8,22):
warning CS1574: XML comment on 'TestFu.Operations.CollectionDomainTest' has cref attribute 'TestFixture' that could not be found
Operations\CollectionDomainTest.cs (15,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.CollectionDomainTest.ConstructWithArray()'
Operations\CollectionDomainTest.cs (23,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.CollectionDomainTest.BoundaryOfCollectionWithOneElement()'
Operations\CollectionDomainTest.cs (32,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.CollectionDomainTest.BoundaryOfCollectionWithTwoElement()'
Operations\CollectionDomainTest.cs (41,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.CollectionDomainTest.BoundaryOfCollectionWithMoreThanTwoElement()'
Operations\DomainsTest.cs (10,22):
warning CS1574: XML comment on 'TestFu.Operations.DomainsTest' has cref attribute 'TestFixture' that could not be found
Operations\DomainsTest.cs (18,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.DomainsTest.UniformizeWithNull()'
Operations\DomainsTest.cs (25,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.DomainsTest.UniformizeUniform()'
Operations\DomainsTest.cs (36,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.DomainsTest.UniformizeNonUniform()'
Operations\PermutationTest.cs (8,22):
warning CS1574: XML comment on 'TestFu.Operations.PermutationTest' has cref attribute 'TestFixture' that could not be found
Operations\PermutationTest.cs (15,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.PermutationTest.Identity2()'
Operations\PermutationTest.cs (22,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.PermutationTest.K2N5()'
Operations\ProductsTest.cs (10,22):
warning CS1574: XML comment on 'TestFu.Operations.ProductsTest' has cref attribute 'TestFixture' that could not be found
Operations\TupleTest.cs (10,22):
warning CS1574: XML comment on 'TestFu.Operations.TupleTest' has cref attribute 'TestFixture' that could not be found
Operations\TupleTest.cs (27,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.TupleTest.AddAndCount()'
Operations\TupleTest.cs (38,29):
warning CS0168: The variable 'o' is declared but never used
Operations\TupleTest.cs (34,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.TupleTest.Enumerate()'
Operations\TupleTest.cs (43,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.TupleTest.ConcatTwoTuples()'
Operations\TupleTest.cs (56,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.TupleTest.CompareTupleWithNull()'
Operations\TupleTest.cs (63,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.TupleTest.CompareTupleWithSelf()'
Operations\TupleTest.cs (70,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.TupleTest.CompareTupleWithLessElement()'
Operations\TupleTest.cs (81,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.TupleTest.CompareTupleWithMoreElement()'
Operations\TupleTest.cs (92,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.TupleTest.CompareTupleWithGreedy()'
Operations\TupleTest.cs (104,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.TupleTest.AcceptsNulls()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (9,22):
warning CS1574: XML comment on 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest' has cref attribute 'TestFixture' that could not be found
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (9,58):
warning CS1574: XML comment on 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest' has cref attribute 'UniformPairWizeDomainTupleEnumerator' that could not be found
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (17,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.ConstructWithNullDomains()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (24,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.DomainCountMistmatch()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (34,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.DomainCountEmpty()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (42,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.K2L2()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (48,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.K3L2()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (54,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.K3L3()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (60,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.K7L3()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (67,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.K13L3()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (74,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.K10L10()'
Operations\UniformPairWizeDomainTupleEnumeratorTest.cs (81,21):
warning CS1591: Missing XML comment for publicly visible type or member 'TestFu.Operations.UniformPairWizeDomainTupleEnumeratorTest.NonUniform()'
AssemblyInfoKey.cs (7,12):
warning CS1699: Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile'
Reflection\ReflectorInstance.cs (37,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.Reflector(string, string)' has a param tag for 'className', but there is no parameter by that name
Reflection\ReflectorInstance.cs (38,54):
warning CS1573: Parameter 'typeName' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.Reflector(string, string)' (but other parameters do)
Reflection\ReflectorInstance.cs (47,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.Reflector(string, string, params object[])' has a param tag for 'className', but there is no parameter by that name
Reflection\ReflectorInstance.cs (48,54):
warning CS1573: Parameter 'typeName' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.Reflector(string, string, params object[])' (but other parameters do)
Reflection\ReflectorInstance.cs (48,80):
warning CS1573: Parameter 'args' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.Reflector(string, string, params object[])' (but other parameters do)
Reflection\ReflectorInstance.cs (146,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(string, object)' has a param tag for 'fieldName', but there is no parameter by that name
Reflection\ReflectorInstance.cs (147,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(string, object)' has a param tag for 'fieldValue', but there is no parameter by that name
Reflection\ReflectorInstance.cs (148,40):
warning CS1573: Parameter 'propertyName' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(string, object)' (but other parameters do)
Reflection\ReflectorInstance.cs (148,61):
warning CS1573: Parameter 'propertyValue' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(string, object)' (but other parameters do)
Reflection\ReflectorInstance.cs (157,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, string, object)' has a param tag for 'fieldName', but there is no parameter by that name
Reflection\ReflectorInstance.cs (158,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, string, object)' has a param tag for 'fieldValue', but there is no parameter by that name
Reflection\ReflectorInstance.cs (159,63):
warning CS1573: Parameter 'propertyName' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, string, object)' (but other parameters do)
Reflection\ReflectorInstance.cs (159,84):
warning CS1573: Parameter 'propertyValue' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, string, object)' (but other parameters do)
Reflection\ReflectorInstance.cs (230,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.GetPrivateVariable(string)' has a param tag for 'obj', but there is no parameter by that name
Reflection\ReflectorInstance.cs (250,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.RunPrivateMethod(string)' has a param tag for 'obj', but there is no parameter by that name
Reflection\ReflectorInstance.cs (263,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.RunPrivateMethod(string, params object[])' has a param tag for 'obj', but there is no parameter by that name
Reflection\ReflectorInstance.cs (268,75):
warning CS1573: Parameter 'methodParams' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.RunPrivateMethod(string, params object[])' (but other parameters do)
Reflection\ReflectorStatic.cs (15,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.CreateInstance(string, string)' has a param tag for 'className', but there is no parameter by that name
Reflection\ReflectorStatic.cs (17,73):
warning CS1573: Parameter 'typeName' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.CreateInstance(string, string)' (but other parameters do)
Reflection\ReflectorStatic.cs (26,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.CreateInstance(string, string, params object[])' has a param tag for 'className', but there is no parameter by that name
Reflection\ReflectorStatic.cs (29,73):
warning CS1573: Parameter 'typeName' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.CreateInstance(string, string, params object[])' (but other parameters do)
Reflection\ReflectorStatic.cs (163,72):
warning CS1573: Parameter 'obj' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.GetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string)' (but other parameters do)
Reflection\ReflectorStatic.cs (175,72):
warning CS1573: Parameter 'obj' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.GetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string, bool)' (but other parameters do)
Reflection\ReflectorStatic.cs (198,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(object, string, object)' has a param tag for 'fieldName', but there is no parameter by that name
Reflection\ReflectorStatic.cs (199,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(object, string, object)' has a param tag for 'fieldValue', but there is no parameter by that name
Reflection\ReflectorStatic.cs (200,59):
warning CS1573: Parameter 'propertyName' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(object, string, object)' (but other parameters do)
Reflection\ReflectorStatic.cs (200,80):
warning CS1573: Parameter 'propertyValue' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(object, string, object)' (but other parameters do)
Reflection\ReflectorStatic.cs (210,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string, object)' has a param tag for 'fieldName', but there is no parameter by that name
Reflection\ReflectorStatic.cs (211,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string, object)' has a param tag for 'fieldValue', but there is no parameter by that name
Reflection\ReflectorStatic.cs (212,82):
warning CS1573: Parameter 'propertyName' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string, object)' (but other parameters do)
Reflection\ReflectorStatic.cs (212,103):
warning CS1573: Parameter 'propertyValue' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string, object)' (but other parameters do)
Reflection\ReflectorStatic.cs (222,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string, object, bool)' has a param tag for 'fieldName', but there is no parameter by that name
Reflection\ReflectorStatic.cs (223,26):
warning CS1572: XML comment on 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string, object, bool)' has a param tag for 'fieldValue', but there is no parameter by that name
Reflection\ReflectorStatic.cs (225,82):
warning CS1573: Parameter 'propertyName' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string, object, bool)' (but other parameters do)
Reflection\ReflectorStatic.cs (225,103):
warning CS1573: Parameter 'propertyValue' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.SetProperty(MbUnit.Framework.Reflection.AccessModifier, object, string, object, bool)' (but other parameters do)
Reflection\ReflectorStatic.cs (281,102):
warning CS1573: Parameter 'lookInBase' has no matching param tag in the XML comment for 'MbUnit.Framework.Reflection.Reflector.InvokeMethod(MbUnit.Framework.Reflection.AccessModifier, object, string, bool, params object[])' (but other parameters do)
MbUnitTask.cs (40,23):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tasks.MbUnitTask.ReportTypes'
MbUnitTask.cs (47,26):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tasks.MbUnitTask.Assemblies'
MbUnitTask.cs (54,23):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tasks.MbUnitTask.AssemblyPaths'
MbUnitTask.cs (61,23):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tasks.MbUnitTask.ReportFileNameFormat'
MbUnitTask.cs (68,23):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tasks.MbUnitTask.ReportOutputDirectory'
MbUnitTask.cs (75,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tasks.MbUnitTask.HaltOnFailure'
MbUnit.cs (25,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit'
MbUnit.cs (133,30):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.Execute()'
MbUnit.cs (38,23):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.ReportFileNameFormat'
MbUnit.cs (44,23):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.ReportOutputDirectory'
MbUnit.cs (50,25):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.ReportTypes'
MbUnit.cs (57,25):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.Assemblies'
MbUnit.cs (63,25):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.AssemblyPaths'
MbUnit.cs (69,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.HaltOnFailure'
MbUnit.cs (75,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.HaltOnError'
MbUnit.cs (83,20):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.FailureCount'
MbUnit.cs (103,20):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.SkipCount'
MbUnit.cs (109,20):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.SuccessCount'
MbUnit.cs (115,20):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.RunCount'
MbUnit.cs (121,20):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.IgnoreCount'
MbUnit.cs (127,23):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.MSBuild.Tasks.MbUnit.Duration'
AssemblyCleanUp.cs (11,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.AssemblyCleaner'
AssemblyCleanUp.cs (15,28):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.AssemblyCleaner.SetUp()'
AssemblyCleanUp.cs (25,28):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.AssemblyCleaner.TearDown()'
Core\assemblyloadingtest.cs (8,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.AssemblyLoadingTest'
Core\assemblyloadingtest.cs (12,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.AssemblyLoadingTest.SetUp()'
Core\assemblyloadingtest.cs (24,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.AssemblyLoadingTest.RunTestsWithConsoleInternal()'
Core\assemblyloadingtest.cs (31,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.AssemblyLoadingTest.RunTestsWithConsole()'
Core\assemblyloadingtest.cs (42,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.AssemblyLoadingTest.RunTestsWithGui()'
Core\Cons\CommandLine\CommandLineUtilityTest.cs (67,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.CommandLine.CommandLineUtilityTest'
Core\Cons\CommandLine\CommandLineUtilityTest.cs (71,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.CommandLine.CommandLineUtilityTest.TwoDefaultParameter()'
Core\Cons\CommandLine\CommandLineUtilityTest.cs (79,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.CommandLine.CommandLineUtilityTest.DuplicateLongNameParameter()'
Core\Cons\CommandLine\CommandLineUtilityTest.cs (86,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.CommandLine.CommandLineUtilityTest.OccurenceParameters()'
Core\Cons\MainArgumentsTest.cs (11,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest'
Core\Cons\MainArgumentsTest.cs (14,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.Parse()'
Core\Cons\MainArgumentsTest.cs (23,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseReportFolderWithShortName()'
Core\Cons\MainArgumentsTest.cs (29,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseReportFolderWithLongName()'
Core\Cons\MainArgumentsTest.cs (35,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseReportTypeWithShortName()'
Core\Cons\MainArgumentsTest.cs (49,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseReportTypeWithLongName()'
Core\Cons\MainArgumentsTest.cs (63,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseTwoReportTypeWithShortName()'
Core\Cons\MainArgumentsTest.cs (79,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseFilterCategoryWithShortName()'
Core\Cons\MainArgumentsTest.cs (84,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseFilterCategoryWithLongName()'
Core\Cons\MainArgumentsTest.cs (90,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseFilterNamespaceWithShortName()'
Core\Cons\MainArgumentsTest.cs (95,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseFilterNamespaceWithLongName()'
Core\Cons\MainArgumentsTest.cs (101,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseFilterAuthorWithShortName()'
Core\Cons\MainArgumentsTest.cs (106,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseFilterAuthorWithLongName()'
Core\Cons\MainArgumentsTest.cs (112,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseFilterTypeWithShortName()'
Core\Cons\MainArgumentsTest.cs (117,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainArgumentsTest.ParseFilterTypeWithLongName()'
Core\Cons\MainClassTest.cs (9,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainClassTest'
Core\Cons\MainClassTest.cs (12,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Cons.MainClassTest.MainRun()'
Core\DecoratedFixtureTest.cs (9,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.DecoratedFixtureTest'
Core\DecoratedFixtureTest.cs (12,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.DecoratedFixtureTest.DefaultTest()'
Core\DecoratedFixtureTest.cs (20,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.DecoratedFixtureTest.RowTest(int, int)'
Core\DecoratedFixtureTest.cs (26,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.DecoratedFixtureTest.CombinatorialTest(int, int)'
Core\DifferentApartementStateFixture.cs (9,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Demo.ApartmentFixtures.MTAFixtureTest'
Core\DifferentApartementStateFixture.cs (15,17):
warning CS0618: 'System.Threading.Thread.ApartmentState' is obsolete: 'The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.'
Core\DifferentApartementStateFixture.cs (17,37):
warning CS0618: 'System.Threading.Thread.ApartmentState' is obsolete: 'The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.'
Core\DifferentApartementStateFixture.cs (12,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Demo.ApartmentFixtures.MTAFixtureTest.HelloWorld()'
Core\DifferentApartementStateFixture.cs (22,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Demo.ApartmentFixtures.STAFixtureTest'
Core\DifferentApartementStateFixture.cs (28,17):
warning CS0618: 'System.Threading.Thread.ApartmentState' is obsolete: 'The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.'
Core\DifferentApartementStateFixture.cs (30,37):
warning CS0618: 'System.Threading.Thread.ApartmentState' is obsolete: 'The ApartmentState property has been deprecated. Use GetApartmentState, SetApartmentState or TrySetApartmentState instead.'
Core\DifferentApartementStateFixture.cs (25,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Demo.ApartmentFixtures.STAFixtureTest.HelloWorld()'
Core\EnvironmentTest.cs (10,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Reports.Serialization.EnvironmentTest'
Core\EnvironmentTest.cs (13,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Reports.Serialization.EnvironmentTest.AssemblyLocation()'
Core\EnvironmentTest.cs (19,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Reports.Serialization.EnvironmentTest.ShowVariables()'
Core\Filters\FixtureFilterFactory.cs (8,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory'
Core\Filters\FixtureFilterFactory.cs (11,27):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.Any'
Core\Filters\FixtureFilterFactory.cs (20,36):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.Author'
Core\Filters\FixtureFilterFactory.cs (29,38):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.Category'
Core\Filters\FixtureFilterFactory.cs (38,39):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.Namespace'
Core\Filters\FixtureFilterFactory.cs (47,33):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.Not'
Core\Filters\FixtureFilterFactory.cs (56,44):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.Importance'
Core\Filters\FixtureFilterFactory.cs (65,34):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.Type'
Core\Filters\FixtureFilterFactory.cs (74,33):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.And'
Core\Filters\FixtureFilterFactory.cs (83,32):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.Or'
Core\Filters\FixtureFilterFactory.cs (92,37):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterFactory.Current'
Core\Filters\FixtureFilterTest.cs (18,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterTest'
Core\Filters\FixtureFilterTest.cs (22,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterTest.FilterWithNullType(MbUnit.Core.Filters.IFixtureFilter)'
Core\Filters\FixtureFilterTest.cs (28,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterTest.Filter(MbUnit.Core.Filters.IFixtureFilter)'
Core\Filters\FixtureFilterTest.cs (34,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterTest.IsXmlSerializable(MbUnit.Core.Filters.IFixtureFilter)'
Core\Filters\FixtureFilterTest.cs (40,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Filters.FixtureFilterTest.Serialize(MbUnit.Core.Filters.IFixtureFilter)'
Core\FixtureSetUpAndTearDownTest.cs (11,18):
warning CS1591: Missing XML comment for publicly visible type or member 'NUnit.Tests.Core.FixtureSetupTearDownTest'
Core\FixtureSetUpAndTearDownTest.cs (88,21):
warning CS1591: Missing XML comment for publicly visible type or member 'NUnit.Tests.Core.FixtureSetupTearDownTest.SetUp()'
Core\FixtureSetUpAndTearDownTest.cs (96,32):
warning CS1591: Missing XML comment for publicly visible type or member 'NUnit.Tests.Core.FixtureSetupTearDownTest.Run(System.Type)'
Core\FixtureSetUpAndTearDownTest.cs (109,21):
warning CS1591: Missing XML comment for publicly visible type or member 'NUnit.Tests.Core.FixtureSetupTearDownTest.MakeSureSetUpAndTearDownAreCalled()'
Core\FixtureSetUpAndTearDownTest.cs (119,21):
warning CS1591: Missing XML comment for publicly visible type or member 'NUnit.Tests.Core.FixtureSetupTearDownTest.CheckInheritedSetUpAndTearDownAreCalled()'
Core\FixtureSetUpAndTearDownTest.cs (127,21):
warning CS1591: Missing XML comment for publicly visible type or member 'NUnit.Tests.Core.FixtureSetupTearDownTest.CheckInheritedSetUpAndTearDownAreNotCalled()'
Core\FixtureSetUpAndTearDownTest.cs (138,21):
warning CS1591: Missing XML comment for publicly visible type or member 'NUnit.Tests.Core.FixtureSetupTearDownTest.HandleErrorInFixtureSetup()'
Core\Framework\AssertTest.cs (13,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest'
Core\Framework\AssertTest.cs (17,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.FailWithCustomMessage()'
Core\Framework\AssertTest.cs (30,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.FailWithFormattedCustomMessage()'
Core\Framework\AssertTest.cs (45,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AssertEqualWithFormattedCustomMessage()'
Core\Framework\AssertTest.cs (65,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.Ignore()'
Core\Framework\AssertTest.cs (72,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.Fail()'
Core\Framework\AssertTest.cs (79,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.FailWithMessage()'
Core\Framework\AssertTest.cs (86,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.IsNull()'
Core\Framework\AssertTest.cs (93,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.IsNullFail()'
Core\Framework\AssertTest.cs (99,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.IsNotNull()'
Core\Framework\AssertTest.cs (106,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.IsNotNullFail()'
Core\Framework\AssertTest.cs (112,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.IsTrue()'
Core\Framework\AssertTest.cs (119,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.IsTrueFail()'
Core\Framework\AssertTest.cs (125,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.IsFalse()'
Core\Framework\AssertTest.cs (132,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.IsFalseFail()'
Core\Framework\AssertTest.cs (140,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualInt()'
Core\Framework\AssertTest.cs (147,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualIntFail()'
Core\Framework\AssertTest.cs (153,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualIntDelta()'
Core\Framework\AssertTest.cs (160,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualIntDeltaFail()'
Core\Framework\AssertTest.cs (166,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualString()'
Core\Framework\AssertTest.cs (173,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualStringFail()'
Core\Framework\AssertTest.cs (179,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualDecimal()'
Core\Framework\AssertTest.cs (188,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualDecimalFail()'
Core\Framework\AssertTest.cs (196,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualDoubleDelta()'
Core\Framework\AssertTest.cs (203,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualDoubleDeltaFail()'
Core\Framework\AssertTest.cs (209,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualFloatDelta()'
Core\Framework\AssertTest.cs (218,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqualFloatDeltaFail()'
Core\Framework\AssertTest.cs (227,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreSame()'
Core\Framework\AssertTest.cs (235,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreSameFail()'
Core\Framework\AssertTest.cs (243,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqual_EqualIntArrays()'
Core\Framework\AssertTest.cs (249,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqual_NotEqualForArrayAndNonArray()'
Core\Framework\AssertTest.cs (255,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqual_ArrayOfNullValues()'
Core\Framework\AssertTest.cs (263,18):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqual_EqualArrayWithNullElements()'
Core\Framework\AssertTest.cs (271,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqual_EqualStringArrays()'
Core\Framework\AssertTest.cs (278,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqual_UnEqualIntArrays()'
Core\Framework\AssertTest.cs (285,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.AreEqual_UnEqualSizeIntArrays()'
Core\Framework\AssertTest.cs (296,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenInt()'
Core\Framework\AssertTest.cs (301,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerEqualInt()'
Core\Framework\AssertTest.cs (306,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperEqualInt()'
Core\Framework\AssertTest.cs (312,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerFailInt()'
Core\Framework\AssertTest.cs (319,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperFailInt()'
Core\Framework\AssertTest.cs (327,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenShort()'
Core\Framework\AssertTest.cs (332,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerEqualShort()'
Core\Framework\AssertTest.cs (337,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperEqualShort()'
Core\Framework\AssertTest.cs (343,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerFailShort()'
Core\Framework\AssertTest.cs (350,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperFailShort()'
Core\Framework\AssertTest.cs (358,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenByte()'
Core\Framework\AssertTest.cs (363,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerEqualByte()'
Core\Framework\AssertTest.cs (368,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperEqualByte()'
Core\Framework\AssertTest.cs (374,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerFailByte()'
Core\Framework\AssertTest.cs (381,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperFailByte()'
Core\Framework\AssertTest.cs (389,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLong()'
Core\Framework\AssertTest.cs (394,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerEqualLong()'
Core\Framework\AssertTest.cs (399,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperEqualLong()'
Core\Framework\AssertTest.cs (405,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerFailLong()'
Core\Framework\AssertTest.cs (412,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperFailLong()'
Core\Framework\AssertTest.cs (420,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenDouble()'
Core\Framework\AssertTest.cs (425,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerEqualDouble()'
Core\Framework\AssertTest.cs (430,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperEqualDouble()'
Core\Framework\AssertTest.cs (436,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerFailDouble()'
Core\Framework\AssertTest.cs (443,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperFailDouble()'
Core\Framework\AssertTest.cs (451,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenFloat()'
Core\Framework\AssertTest.cs (456,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerEqualFloat()'
Core\Framework\AssertTest.cs (461,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperEqualFloat()'
Core\Framework\AssertTest.cs (467,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenLowerFailFloat()'
Core\Framework\AssertTest.cs (474,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.BetweenUpperFailFloat()'
Core\Framework\AssertTest.cs (487,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenIntInside()'
Core\Framework\AssertTest.cs (493,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerEqualFailInt()'
Core\Framework\AssertTest.cs (499,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperEqualFailInt()'
Core\Framework\AssertTest.cs (504,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerInt()'
Core\Framework\AssertTest.cs (510,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperInt()'
Core\Framework\AssertTest.cs (519,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenShortInside()'
Core\Framework\AssertTest.cs (525,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerEqualFailShort()'
Core\Framework\AssertTest.cs (531,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperEqualFailShort()'
Core\Framework\AssertTest.cs (536,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerShort()'
Core\Framework\AssertTest.cs (542,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperShort()'
Core\Framework\AssertTest.cs (551,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenByteInside()'
Core\Framework\AssertTest.cs (557,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerEqualFailByte()'
Core\Framework\AssertTest.cs (563,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperEqualFailByte()'
Core\Framework\AssertTest.cs (568,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerByte()'
Core\Framework\AssertTest.cs (574,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperByte()'
Core\Framework\AssertTest.cs (583,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLongInside()'
Core\Framework\AssertTest.cs (589,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerEqualFailLong()'
Core\Framework\AssertTest.cs (595,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperEqualFailLong()'
Core\Framework\AssertTest.cs (600,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerLong()'
Core\Framework\AssertTest.cs (606,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperLong()'
Core\Framework\AssertTest.cs (615,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenDoubleInside()'
Core\Framework\AssertTest.cs (621,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerEqualFailDouble()'
Core\Framework\AssertTest.cs (627,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperEqualFailDouble()'
Core\Framework\AssertTest.cs (632,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerDouble()'
Core\Framework\AssertTest.cs (638,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperDouble()'
Core\Framework\AssertTest.cs (647,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenFloatInside()'
Core\Framework\AssertTest.cs (653,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerEqualFailFloat()'
Core\Framework\AssertTest.cs (659,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperEqualFailFloat()'
Core\Framework\AssertTest.cs (664,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenLowerFloat()'
Core\Framework\AssertTest.cs (670,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotBetweenUpperFloat()'
Core\Framework\AssertTest.cs (681,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanInt()'
Core\Framework\AssertTest.cs (687,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailEqualInt()'
Core\Framework\AssertTest.cs (693,15):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailLessInt()'
Core\Framework\AssertTest.cs (699,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanShort()'
Core\Framework\AssertTest.cs (705,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailEqualShort()'
Core\Framework\AssertTest.cs (711,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailLessShort()'
Core\Framework\AssertTest.cs (718,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanByte()'
Core\Framework\AssertTest.cs (724,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailEqualByte()'
Core\Framework\AssertTest.cs (730,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailLessByte()'
Core\Framework\AssertTest.cs (736,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanLong()'
Core\Framework\AssertTest.cs (742,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailEqualLong()'
Core\Framework\AssertTest.cs (748,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailLessLong()'
Core\Framework\AssertTest.cs (754,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanDouble()'
Core\Framework\AssertTest.cs (760,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailEqualDouble()'
Core\Framework\AssertTest.cs (766,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailLessDouble()'
Core\Framework\AssertTest.cs (772,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFloat()'
Core\Framework\AssertTest.cs (778,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailEqualFloat()'
Core\Framework\AssertTest.cs (784,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerThanFailLessFloat()'
Core\Framework\AssertTest.cs (792,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanInt()'
Core\Framework\AssertTest.cs (797,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanEqualInt()'
Core\Framework\AssertTest.cs (803,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanFailLessInt()'
Core\Framework\AssertTest.cs (809,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanShort()'
Core\Framework\AssertTest.cs (814,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanEqualShort()'
Core\Framework\AssertTest.cs (820,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanFailLessShort()'
Core\Framework\AssertTest.cs (827,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanByte()'
Core\Framework\AssertTest.cs (832,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanEqualByte()'
Core\Framework\AssertTest.cs (838,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanFailLessByte()'
Core\Framework\AssertTest.cs (844,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanLong()'
Core\Framework\AssertTest.cs (849,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanEqualLong()'
Core\Framework\AssertTest.cs (855,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanFailLessLong()'
Core\Framework\AssertTest.cs (861,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanDouble()'
Core\Framework\AssertTest.cs (866,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanEqualDouble()'
Core\Framework\AssertTest.cs (872,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanFailLessDouble()'
Core\Framework\AssertTest.cs (878,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanFloat()'
Core\Framework\AssertTest.cs (883,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanEqualFloat()'
Core\Framework\AssertTest.cs (889,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.LowerEqualThanFailLessFloat()'
Core\Framework\AssertTest.cs (897,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanInt()'
Core\Framework\AssertTest.cs (903,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailEqualInt()'
Core\Framework\AssertTest.cs (909,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailLessInt()'
Core\Framework\AssertTest.cs (915,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanShort()'
Core\Framework\AssertTest.cs (921,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailEqualShort()'
Core\Framework\AssertTest.cs (927,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailLessShort()'
Core\Framework\AssertTest.cs (934,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanByte()'
Core\Framework\AssertTest.cs (940,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailEqualByte()'
Core\Framework\AssertTest.cs (946,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailLessByte()'
Core\Framework\AssertTest.cs (952,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanLong()'
Core\Framework\AssertTest.cs (958,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailEqualLong()'
Core\Framework\AssertTest.cs (964,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailLessLong()'
Core\Framework\AssertTest.cs (970,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanDouble()'
Core\Framework\AssertTest.cs (976,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailEqualDouble()'
Core\Framework\AssertTest.cs (982,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailLessDouble()'
Core\Framework\AssertTest.cs (988,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFloat()'
Core\Framework\AssertTest.cs (994,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailEqualFloat()'
Core\Framework\AssertTest.cs (1000,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterThanFailLessFloat()'
Core\Framework\AssertTest.cs (1008,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanInt()'
Core\Framework\AssertTest.cs (1013,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanEqualInt()'
Core\Framework\AssertTest.cs (1019,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanFailLessInt()'
Core\Framework\AssertTest.cs (1025,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanShort()'
Core\Framework\AssertTest.cs (1030,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanEqualShort()'
Core\Framework\AssertTest.cs (1036,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanFailLessShort()'
Core\Framework\AssertTest.cs (1043,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanByte()'
Core\Framework\AssertTest.cs (1048,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanEqualByte()'
Core\Framework\AssertTest.cs (1054,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanFailLessByte()'
Core\Framework\AssertTest.cs (1060,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanLong()'
Core\Framework\AssertTest.cs (1065,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanEqualLong()'
Core\Framework\AssertTest.cs (1071,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanFailLessLong()'
Core\Framework\AssertTest.cs (1077,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanDouble()'
Core\Framework\AssertTest.cs (1082,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanEqualDouble()'
Core\Framework\AssertTest.cs (1088,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanFailLessDouble()'
Core\Framework\AssertTest.cs (1094,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanFloat()'
Core\Framework\AssertTest.cs (1099,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanEqualFloat()'
Core\Framework\AssertTest.cs (1105,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.GreaterEqualThanFailLessFloat()'
Core\Framework\AssertTest.cs (1119,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InDictionaryDictionaryNull()'
Core\Framework\AssertTest.cs (1126,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InDictionaryTestNull()'
Core\Framework\AssertTest.cs (1131,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InDictionary()'
Core\Framework\AssertTest.cs (1140,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InDictionaryFail()'
Core\Framework\AssertTest.cs (1152,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InListListNull()'
Core\Framework\AssertTest.cs (1158,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InListTestNull()'
Core\Framework\AssertTest.cs (1165,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InList()'
Core\Framework\AssertTest.cs (1174,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InListFail()'
Core\Framework\AssertTest.cs (1186,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InEnumerableListNull()'
Core\Framework\AssertTest.cs (1192,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InEnumerableTestNull()'
Core\Framework\AssertTest.cs (1199,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InEnumerable()'
Core\Framework\AssertTest.cs (1208,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.InEnumerableFail()'
Core\Framework\AssertTest.cs (1224,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotInDictionaryDictionaryNull()'
Core\Framework\AssertTest.cs (1231,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotInDictionaryTestNull()'
Core\Framework\AssertTest.cs (1236,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotInDictionary()'
Core\Framework\AssertTest.cs (1245,21):
warning CS1591: Missing XML comment for publicly visible type or member 'MbUnit.Tests.Core.Framework.AssertTest.NotInDictionaryFail()'
|