Siegfried Pammer
|
112eab9beb
|
add implementation of IAssembly.IsPartOfDotnetFramework extension for #318
|
12 years ago |
Dragan
|
d3619e276f
|
Revert "Support for NUnit parametrised tests Attributes"
This reverts commit 622acd262b .
|
12 years ago |
Dragan
|
dff098fb43
|
Revert "Parameter AST Node Attributes"
This reverts commit 982247e72a .
|
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 |
Peter Forstmeier
|
e8ea450258
|
Fix NullReference in ReportDesignerView.cs
|
12 years ago |
Linquize
|
016673636c
|
Add tgit.icon in .tgitconfig
This is a new feature in TortoiseGit 1.8.6,
which allows to show SherpDevelop icon as taskbar overlay icon
|
12 years ago |
Linquize
|
40737362ca
|
Add a button to load current project assembly to CodeQuality
|
12 years ago |
Christoph Wille
|
3c2f063d8a
|
Update version info for next release (4.4.2)
|
12 years ago |
Christoph Wille
|
aacac3956c
|
Update Chocolatey package for 4.4.1
|
12 years ago |
Matt Ward
|
ba4c47b54b
|
Merge pull request #297 from galich/master
Fix #297 Run IIS Express from multiple IDE instances
|
12 years ago |
Sergey Galich
|
239f46bc27
|
Run IIS Express from multiple IDE instances
this is to address Issue #295
|
12 years ago |
Peter Forstmeier
|
d26dbf1d3b
|
Rename
|
12 years ago |
Peter Forstmeier
|
d328d74f6c
|
Cleanup SumAggregate Fixture
|
12 years ago |
Peter Forstmeier
|
0924a05dab
|
Expressions can handle the Namespace 'System.DateTime', be aware of the difference between Property and Function
|
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 |
Daniel Grunwald
|
1300bac39c
|
Update links to SharpDevelop wiki.
|
12 years ago |
Christoph Wille
|
2249da1632
|
Update readme.rtf
|
12 years ago |
Daniel Grunwald
|
c1a7a7626d
|
Adjust line numbers in debugger tests to changed license header length.
|
12 years ago |
Daniel Grunwald
|
bf702903ac
|
Use new license header on files that still had the default "Created by SharpDevelop" header.
|
12 years ago |
Daniel Grunwald
|
6da57f8678
|
Add back "using System;" that got lost due to file header replacement.
|
12 years ago |
Daniel Grunwald
|
3403679f6b
|
Relicense the BSD code in the debugger to MIT as well.
|
12 years ago |
Daniel Grunwald
|
eec385146f
|
Change LGPL headers to MIT header.
|
12 years ago |
Daniel Grunwald
|
6d13efe414
|
Fix #271 - Change license to MIT
|
12 years ago |
Matt Ward
|
1b578dd8ca
|
Remove Gallio sample.
|
12 years ago |
Siegfried Pammer
|
54d43aedbc
|
fix #279: Reference project items are UnknownProjectItems after creating a new project
|
12 years ago |
Peter Forstmeier
|
415e13d541
|
FxCop
|
12 years ago |
Peter Forstmeier
|
f5f26c2717
|
Pdf - Circle
|
12 years ago |
Peter Forstmeier
|
51e498de07
|
Wpf - Circle
|
12 years ago |
Daniel Grunwald
|
fc97d0c6bf
|
Remove nant.xsd
|
12 years ago |
Andreas Weizel
|
97aaa2b156
|
Fixed Automated.proj.
|
12 years ago |
Matt Ward
|
7726b712d9
|
Build MSTest sample on build server.
|
12 years ago |
Matt Ward
|
c178ac1e82
|
Fix tests for MSTest sample.
|
12 years ago |
Matt Ward
|
84ce627559
|
Fix MSTest sample.
|
12 years ago |
Siegfried Pammer
|
daf9b5571f
|
fix #292: Implement interface does not show generated code
|
12 years ago |
Siegfried Pammer
|
4143894399
|
fix debugger evaluation unit tests
|
12 years ago |
Daniel Grunwald
|
db09a07341
|
Remove unused copy of AssemblyQualifiedTypeName.cs
|
12 years ago |
Daniel Grunwald
|
03962b8000
|
Remove old version of CQA AddIn.
|
12 years ago |
Siegfried Pammer
|
2f32cc398d
|
(temporarily) fix #292: Opening .xaml file that makes use of user controls causes SharpDevelop to load the user .dlls
|
12 years ago |
Siegfried Pammer
|
89d4c7a3df
|
properly implement typeof expressions in debugger evaluation
|
12 years ago |
Siegfried Pammer
|
082ebc1d0b
|
always use debugger compilation when resolving for debugger tooltips
|
12 years ago |
Siegfried Pammer
|
7196a27721
|
disable support for custom controls in WPF designer, due to http://community.sharpdevelop.net/forums/p/19968/50794.aspx#50794
|
12 years ago |
Andreas Weizel
|
6d3d971ba9
|
Ported CppBackendBinding sample project to SD5.
|
12 years ago |
Daniel Grunwald
|
6ab85914dc
|
Remove CQA from setup, as it depends on SDR.
|
12 years ago |
Matt Ward
|
12f65823a1
|
Installer checks .NET 4.5 is installed.
|
12 years ago |
Siegfried Pammer
|
228e8a6cf4
|
fix #290: Resource Editor project missing from SharpDevelop.Tests.sln
|
12 years ago |
Siegfried Pammer
|
fecab1b97e
|
exclude SDR from setup
|
12 years ago |
Siegfried Pammer
|
353bdff1de
|
add OS version restriction to setup
|
12 years ago |
Siegfried Pammer
|
5ce3cc74c5
|
fix GUID of AddInManager2MSWebXmlTransformDll component
|
12 years ago |
Patryk Mikos
|
7035cce4ba
|
Prevent negative Rect size in OverstikeMode
|
12 years ago |
Patryk Mikos
|
df53c3199c
|
Rename UseOverstrikeMode to AllowOverstrikeMode
|
12 years ago |