278 Commits (e7b28cb8f1710adfda3f2f349eb5664ae1684ac4)

Author SHA1 Message Date
Daniel Grunwald e5560361b9 Update setup. 14 years ago
Daniel Grunwald 23cad81544 Add IAddInTree to ICSharpCode.Core to allow mocking BuildItems() calls. 14 years ago
Daniel Grunwald 9ab4031e9f Fix some issues in the unit testing AddIn. 14 years ago
Siegfried Pammer 9a14ac1e52 fix some bugs in test run handling and complete support for TestCase 14 years ago
Daniel Grunwald 2878c665f3 Fix unit tests. 14 years ago
Siegfried Pammer f2cdbee3b0 implement test result update logic 14 years ago
Siegfried Pammer 3db890fd58 WIP 14 years ago
Siegfried Pammer cea0f48325 implement support for nested test classes 14 years ago
Siegfried Pammer 0dc753718f display TestCases like normal tests in treeview 14 years ago
Siegfried Pammer 542544314d UnitTesting: rewrite tree creation logic to use nested nodes for namespaces 14 years ago
Siegfried Pammer 4d9219bd81 implement class/namespace handling in Unit Testing 14 years ago
Siegfried Pammer 8346f38845 fix build of UnitTesting 14 years ago
Matt Ward ddc4ba94a3 Specify /noxml in the NUnit-Console command line if xml test results are not to be generated. 14 years ago
Siegfried Pammer b8b10ca157 fix build 14 years ago
Siegfried Pammer cd3ba55f09 WIP on Unit Testing 14 years ago
David Srbecký d358ce6f4a Removed PausedReason. 14 years ago
Daniel Grunwald fe6d77bedc SD service container 14 years ago
Daniel Grunwald fc9d01eee9 Fixed running unit tests in .NET 4.5 project. 14 years ago
PeterForstmeier 81a0f5e41d CQA MainForm - ReportTab get focus if report is rendered 14 years ago
PeterForstmeier 4148a3ba2f Cleanup 14 years ago
Siegfried Pammer 277c8ad61d fix loading of code quality analysis 14 years ago
PeterForstmeier d0f6141dab Cleanup basereport 14 years ago
PeterForstmeier a4df4760f7 Change Report access from FileName to EmbeddedResource 14 years ago
PeterForstmeier a0044fe82e Change CodeQuality.addin 14 years ago
Daniel Grunwald 900d4a73d9 Mark all assemblies with x86 references as x86. 14 years ago
PeterForstmeier 368e67dc0d Fix CodeQuality.addin 14 years ago
Daniel Grunwald 43511c4ef5 Add some strings to StringResources. 14 years ago
PeterForstmeier d9521390bf ReportViewModel.cs DependencyReport 14 years ago
PeterForstmeier 93eb64d2be BaseClass for Reporting 14 years ago
PeterForstmeier 65f1038a9a OverviewReport 14 years ago
PeterForstmeier e354ea523c Fix Report1.srd 14 years ago
Siegfried Pammer 85774f1d77 fix build 14 years ago
Siegfried Pammer 2f0119463b remove catch all from PerformanceCounterDescriptor.GetProcessInstanceName and add explanations for the different exception types 14 years ago
Matt Ward d4d5a3cad0 Fix build. 14 years ago
PeterForstmeier 698bd2e873 Very simple Report in CQA 14 years ago
PeterForstmeier f02b774342 ToolTip Style in DependencyMatrix 14 years ago
Daniel Grunwald 6252752134 Mark MachineSpecifications as preinstalled addin. 14 years ago
Siegfried Pammer 6088f7426c fixed http://community.sharpdevelop.net/forums/t/14458.aspx 14 years ago
Siegfried Pammer 5e18c7a6b7 add colored tooltips to MatrixControl 14 years ago
PeterForstmeier 3d08e8bd6d Tooltip's in DependencyMatrixControl, enhance CellSize in MatrixControl and Font in left and Top TreeView 14 years ago
PeterForstmeier 6a0830f1a6 Small changes in NodeDescription.xaml, remove debug code 14 years ago
Siegfried Pammer db5dc2d348 change metrics counting: now we are counting no longer the usages but the distinct references: string M(string s) { return s.ToLower; } has only one reference to System.String. 14 years ago
Siegfried Pammer 2b56c5d934 fixing some exceptions while loading and analyzing assemblies 14 years ago
Siegfried Pammer 593fb49c77 fix assembly resolver bugs 14 years ago
Siegfried Pammer 33e6eb9a32 fix position of "please select an assembly" text 14 years ago
Siegfried Pammer 52f3ae0254 small additions analyzer, fixed some FxCop warnings 14 years ago
Siegfried Pammer bce0b943f8 add support for usage of event accessors 14 years ago
Siegfried Pammer 4a2c5b8560 implement support for events 14 years ago
Siegfried Pammer 322351adea add support for properties and add back info text 14 years ago
Siegfried Pammer 816b65b729 reimplement relationship concept from scratch 14 years ago