Daniel Grunwald
9099e376d8
BuildWorker: swap communication and build threads.
...
This is an attempt to fix http://community.sharpdevelop.net/forums/t/15654.aspx - BuildWorker40 hangs on windows 7 x64bit when invoking the markup compiler.
According the the report in the forums, the problem disappears when MSBuild is invoked on the main thread, and communication is suspended while the build is in progress (breaking cancellation).
This patch also moves the communication onto a background thread, fixing build cancellation. This might solve the problem if the hang was somehow related to the thread MSBuild was running on. However, if the AppDomain unload fails due to the thread stuck reading from the named pipe, the build worker might continue hanging with this patch.
14 years ago
Matt Ward
c5d56286b4
Install NuGet.Console.Types.dll with package management addin.
14 years ago
Matt Ward
e33c7f4edd
Allow MvcScaffolding to set the default PowerShell runspace through the IConsoleInitializer.
14 years ago
Andreas Weizel
cec924fd86
Changed sort order of matching items in GotoDialog: Full matches are followed by items of currently open code file, shown in bold font. Then all other matches (from other files) are shown as usual.
14 years ago
PeterForstmeier
0ed2a4815b
Set Icons in AnalysisProjectOptionsPanelXaml.xaml
14 years ago
Siegfried Pammer
c9bea6a597
reimplement tooltips for simple expressions
14 years ago
Daniel Grunwald
7501a05c42
Add ToString() to TreeViewOptionsDialog.OptionPanelNode
14 years ago
Matt Ward
8db1129b77
Implement VS Reference.SourceProject.
14 years ago
Matt Ward
5a45669440
Support project name as the default positional parameter in Get-Project cmdlet.
14 years ago
PeterForstmeier
d87460b415
Analysis/CodeAnalysis/Src/AnalysisProjectOptionsPanelXaml.xaml - Read FxCop-Rules List
14 years ago
David Srbecký
97210949c5
Change style of selected local variable item - do not highlight it
14 years ago
Daniel Grunwald
b6fe975de1
Fixed UpdateAssemblyInfo error when git repository exists but git.exe cannot be found.
14 years ago
Daniel Grunwald
5284451320
Fixed bug that caused the 'cyclic dependency between projects' error not to be shown.
14 years ago
David Srbecký
efbbdca049
Fixing/updating debugger unit tests:
...
DebugType_CompilerGeneratedClasses,
ControlFlow_MainThreadExit,
Thread_Tests
14 years ago
David Srbecký
5d802a226d
Fixing/updating debugger unit tests:
...
DynamicCode,
ExpressionEvaluatorVisitor_Tests,
StackFrame_Tests,
Value_Tests
14 years ago
Matt Ward
3bf32ecde4
Add workaround for the code dom not returning the correct start column for methods without a modifier and with fully qualified return values.
14 years ago
David Srbecký
848aa733e5
Fixing/updating debugger unit tests:
...
AppDomain_Tests,
ControlFlow_Stepping,
DebugType_Tests,
StackFrame_Callstack,
StackFrame_Lifetime
14 years ago
Daniel Grunwald
a2798aa7a7
Fixed resolving accessors.
14 years ago
Siegfried Pammer
2857444c52
Implement better value conversion in the evaluator.
14 years ago
Matt Ward
32b975464f
Implement EnvDTE.CodeInterface.AddFunction.
14 years ago
Siegfried Pammer
ca8b21c242
fixing evaluation unit tests
14 years ago
David Srbecký
b842abccbd
Fix NullReference exception in IsDisplayClass.
...
Add IsKnownType helper.
14 years ago
Daniel Grunwald
f37888e7c8
Fixed local variable references in current module.
14 years ago
Siegfried Pammer
52add16bea
use new IType information for expression evaluation
14 years ago
Siegfried Pammer
82c177bd30
Add ICollection, ICollection<T> and IList to KnownTypeReference.
14 years ago
Siegfried Pammer
28bc1648b0
Implemented debugger expression evaluation using NRefactory semantic trees.
14 years ago
Daniel Grunwald
3172370e38
Implement looking up ICorDebugFunction in debugger type system.
14 years ago
PeterForstmeier
6d16d13c47
intermediate
14 years ago
Daniel Grunwald
8ff3f109b0
Fixed MSBuildBasedProject.GetPropertyValue() for properties that are replaced by imported .targets files.
...
Use ProjectProperty<bool> where possible.
14 years ago
David Srbecký
fa16156631
Replaced debugger's type system with NRefactory type system
14 years ago
Daniel Grunwald
83d3ad664b
Add IMethod.AccessorOwner.
14 years ago
Matt Ward
6e460e179f
Implement EnvDTE.CodeClass.AddVariable.
14 years ago
PeterForstmeier
5a39e7e668
CodeCoverage -> CodeCoverageProjectOptions
14 years ago
Daniel Grunwald
253a5a6d2c
Add IMethod.GetVariableType() extension method to debugger type system.
14 years ago
PeterForstmeier
0ca48c2698
ProjectOptionPanel.xaml VerticalAlignment="Center" for ComboBoxes
14 years ago
Daniel Grunwald
2a7d589f3b
Avoid reparse when the chosen configuration/platform is not Debug/Any CPU.
14 years ago
PeterForstmeier
b7ff58d580
CppBinding/CppBinding/Project/LinkerOptions.xaml
14 years ago
PeterForstmeier
a7daa12a17
CppBinding/CppBinding/Project/PreprocessorOptions.xaml
14 years ago
PeterForstmeier
034aa4f307
CssBinding ApplicationOptions.xaml
14 years ago
Daniel Grunwald
5b933b8afb
Add ConversionResolveResult.CheckForOverflow
14 years ago
PeterForstmeier
555a724903
DebugOptions
14 years ago
PeterForstmeier
3ed2c63fd5
Add ScrollViewer
14 years ago
PeterForstmeier
8b635bd82e
Signing.xaml
14 years ago
Daniel Grunwald
b55a75d3fb
Add GetMetadataToken() extension method.
14 years ago
Daniel Grunwald
3b2fd56d92
Initialize the debugger type system asynchronously.
14 years ago
Daniel Grunwald
fde86264a2
Add compilation.Import(ICorDebugType)
14 years ago
PeterForstmeier
167cec4260
ApplicationSettings
14 years ago
Daniel Grunwald
88959babf6
Initialize NR5-based type system in the debugger.
14 years ago
PeterForstmeier
d3ff0ad029
BuildOptions
14 years ago
Siegfried Pammer
4671ad9828
WIP
14 years ago