Dragan
a8dec47e2f
Code Coverage: more refactoring,
...
Refactoring methods to less responsibility
12 years ago
Dragan
cb4edbc1a8
CodeCoverage: refactoring
...
Improved finding of method-body-last-unique-SequencePoint
getBodyStartSP/getBodyFinalSP called only once
and btw licence change
12 years ago
Dragan
d0266a1f1e
CodeCoverage: Fix previous commit missing lines
...
add only first (duplicate) occurence
do not break on finalSP, else will miss Contract.Ensures lines
12 years ago
Dragan
f155f11fc3
CodeCoverage: Exclude ccrewrite(n) sequence points
...
After ccrewrite ContractClass/ContractClassFor
sequence point(s) from another file/class/method
is inserted into this method sequence points
12 years ago
Dragan
32776b6f16
CodeCoverage: Fix Module Coverage % display
...
CodeCoverageResults:
Filter-out compiler generated methods
CodeCoverageTreeNode:
GetNodeText() Display Rounded BranchCoverage %
GetPercentage(): Prevent divide by zero
CodeCoverageMethodsTreeNode:
Increased BranchCoverage % precision
12 years ago
Dragan
fcba6b71c8
CodeCoverage: Fix overlapping namespaces
12 years ago
Dragan
3d8c568e0b
CodeCoverage: Remove couple debug assertions
12 years ago
Dragan
2c134f190e
CodeCoverage: Corner cases / refactoring
12 years ago
Dragan
3014d09f7d
CodeCoverage: remove experiment
12 years ago
Dragan
34a9754c9f
CodeCoverage: experiment
12 years ago
Dragan
632c000907
Merge remote-tracking branch 'upstream/4.x'
12 years ago
Dragan
9e04fe810d
CodeCoverage: Merge branch points on OffsetEnd
12 years ago
Christoph Wille
0352d2382b
Update version number for first point release
12 years ago
Dragan
66d388f93c
OpenCover 4.5.2316
12 years ago
Christoph Wille
b949e50464
Update Choc package for 4.4
12 years ago
Dragan
839011ebb6
CodeCoverage Refactoring for performance
12 years ago
Matt Ward
1cfe96d5b5
Fix error when installing EF.SharpDevelop NuGet package.
...
Enumerating the EnvDTE.Project.Object.References in a different app domain
was trying to load the PackageManagement assembly and failing. Changed
EnvDTE.References so it only exposes types in the SharpDevelop.EnvDTE assembly
and switch to using IEnumerable on the EnvDTE.References class.
12 years ago
Matt Ward
d5d7fd4281
Add PublicKeyToken, StrongName and Identity to EnvDTE.Reference
...
Used by Entity Framework 6
12 years ago
Dragan
55f9a6014c
CodeCoverage Fix "in" keyword
12 years ago
Dragan
318474e164
CodeCoverage Duplicate Code Refactoring
12 years ago
Dragan
c4d9ec16b3
Abandoned using ReadOnlyDocument: Revert
12 years ago
Dragan
ec565a7d0b
CodeCoverage ListView Color & Content
12 years ago
Dragan
168b6a3d9d
CodeCoverage: extend SequencePoint & refactoring
12 years ago
Dragan
7af1765fc3
Previous commit missing files
12 years ago
Dragan
e73716cb17
Open Cover 4.5.1923 & x86/Profiler.dll 4.5.2316
...
Open Cover 4.5.1923 does not eat memory as 4.0.804
x86/OpenCover.Profiler.dll 4.5.2316 covers switch/default: branch
12 years ago
Dragan
8a1aec0016
Refactoring
12 years ago
Dragan
c12b2efb13
Revert "Update Open Cover to version 4.5.1923"
...
This reverts commit 4fb17e174b
.
12 years ago
Daniel Grunwald
d81caa62a6
Don't crash if SideBarConfig.xml cannot be loaded.
12 years ago
Siegfried Pammer
aef0b59068
Merge pull request #79 from gumme/WpfDesignerPointerBugFix
...
Fixed SD-1931 - Dragging Pointer from toolbox to WPF designer throws exception.
12 years ago
Matt Ward
edaea04978
Remove unused code.
12 years ago
Matt Ward
91473ac505
Fix old NuGet packages not being removed on updating.
...
Updating to a new NuGet package or installing a new NuGet
package with the old one still installed would leave the
old unused NuGet package in the packages folder.
12 years ago
Matt Ward
1fabf08c7a
Fix NuGet packages showing as installed in solution.
...
NuGet packages that were still in the packages folder but
not installed in any projects are now not shown in the
Installed tab when managing NuGet packages for the solution.
12 years ago
gumme
89ddb464da
Fixed SD-1931 - Dragging Pointer from toolbox to WPF designer throws exception.
12 years ago
Matt Ward
69bd540863
Fix error when installing MVVMLight NuGet package.
...
Append backslash to project directory name when returning
the full path from EnvDTE.Project.Properties.
12 years ago
Matt Ward
8272845a47
Support LocalPath in EnvDTE.Project.Properties.
12 years ago
Matt Ward
9fc8710252
Support LocalPath property in an EnvDTE.ProjectItem.Properties.
12 years ago
Matt Ward
aa6ec0d463
Fix error when installing Fody addins with NuGet.
...
Implement EnvDTE ProjectItem.Save()
12 years ago
Matt Ward
5a4cac8dae
Fix project build error after installing Fody NuGet package.
...
The Fody NuGet package has an install PowerShell script that
directly updates the MSBuild project from the
Microsoft.Build.Evaluation.ProjectCollection.GlobalProjectCollection
to set a FodyPath property that defines where the Fody.targets
file should find the main Fody assembly.
Extended the support added for the Microsoft.Bcl.Build NuGet package
so project properties added by directly updating the MSBuild project
from the GlobalProjectCollection are added/updated in the actual
project file.
No support for updating properties that exist multiple times inside
a project (e.g. OutputPath).
12 years ago
Dragan
d58aec7529
Branch Coverage Color Highlighter
...
Highlighted visited code with incomplete branches has third color.
"Color Touched" is configurable from Options/Tools/Code Coverage
12 years ago
Dragan
5c9db59630
Code Coverage Highlight Color
...
Extend Sequence-Point with Branches-Covered
12 years ago
Dragan
99ff2dc137
Unsaved edit
12 years ago
Dragan
1074b5c682
Branch Coverage
...
Display Branch Coverage % only if Sequence Coverage is 100%
12 years ago
Matt Ward
5d2417fdc0
Update NuGet to version 2.7.2
...
NuGet.Core version 2.7.41101.299
12 years ago
Daniel Grunwald
a9c6ea6b65
Add .NET 4.5.1 target framework.
12 years ago
Dragan
4fb17e174b
Update Open Cover to version 4.5.1923
...
Open Cover version 4.0.804 will occasionally "eat up" all available
memory by generating large coverage.xml due to generating huge number of
invalid "TrackedMethod" xml elements.
12 years ago
Dragan
b20493d235
Fix filter and exception on duplicates
...
1) Minimize required method filter
2) Exception on duplicates generated by NUnit TestCaseAttribute
12 years ago
Daniel Grunwald
52ab4d36a5
Normalize newlines in *.cs
12 years ago
Siegfried Pammer
e050421879
add support for Solution Format 12.00
12 years ago
Daniel Grunwald
2dfa409711
Fix some compiler warnings.
12 years ago
Matt Ward
de00d29db3
Update NUnit to version 2.6.3
12 years ago