Christoph Wille
7a29642b35
Revert "use mono.cecil nuget-package in all projects instead of git sub-module"
...
This reverts commit 6c1efaa2d7
.
9 years ago
Siegfried Pammer
6c1efaa2d7
use mono.cecil nuget-package in all projects instead of git sub-module
9 years ago
yggy
b4f3a8e4c8
fix: use element type full name for array parameters
...
fix: skip space after comma in parameter list
fix: don't double-append '*' for pointer parameters
add: ILSpyAddInSamples.cs, just for reference
9 years ago
yggy
3a75f60915
change: move "navigateto" key generation to separate CodeElementXmlDocKeyProvider class, in preparation for porting the logic of the existing XmlDocKeyProvider
9 years ago
Daniel Grunwald
0a481a573c
Add AvalonEdit, NRefactory, and cecil submodules.
10 years ago
Daniel Grunwald
8a5d6f654f
Let's try appveyor instead
10 years ago
Daniel Grunwald
f8d942c15d
Fix ILOpCode.Pop
10 years ago
Daniel Grunwald
0a7c5d4ab7
Add NRefactory as submodule
10 years ago
Daniel Grunwald
e06c2236d6
Uppercase GUIDs
10 years ago
Daniel Grunwald
382f24666a
Add NRefactory 5.5.1 source code.
...
For the moment, we need to use a customized Mono.Cecil in ILSpy (thread-safe branch + System.Runtime fix),
and build NRefactory against that.
Add script for building ICSharpCode.Decompiler NuGet package.
This package is built against the NuGet Mono.Cecil and NRefactory packages, not against the sourcecode included in this repository.
10 years ago
Daniel Grunwald
e88120cb4a
Remove NRefactory sourcecode and use the NuGet package instead.
10 years ago
Daniel Grunwald
35b8aa5aaf
Set target framework to .NET 4.5
11 years ago
Schabse Laks
8094814cd3
Addin: Retarget to .Net 4.0
...
The addin will now work on VS2010 without installing .Net 4.5.
11 years ago
Schabse Laks
c241f80aa1
Addin: Include all dependent assemblies in VSIX
...
Otherwise, ILSpy will fail to start if it isn't already running.
This bloats the VSIX to nearly 6MB, but there is no alternative.
11 years ago
SLaks
765a3e0803
Addin: Replace VS references with @sharwell's v10 NuGet packages
...
These are installed using Automatic Package Restore
As long as we reference all VS assemblies from this
package and make sure to stick to v10 packages, the
addin should work in every version of Visual Studio
starting with 2010.
11 years ago
Schabse Laks
814fc471d9
Addin: Change project file to open in every VS version
...
Still requires the appropriate SDK to be installed.
Thanks @sharwell for much simpler implementation
11 years ago
Siegfried Pammer
a796143f4e
add ILSpy.AddIn for Visual Studio
11 years ago