Siegfried Pammer
9d994a4b0c
Merge pull request #513 from SLaks/addin-version-compat
...
Addin: Add support for VS2010+
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
Schabse Laks
6fc2f753ec
Addin: Fix runtime error in VS2010
...
explorer.SelectedItems returns object[]
11 years ago
Schabse Laks
32904d9356
Addin: Port VSIX manifest to v1 to enable installation on VS2010
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
Schabse Laks
09defcb4bd
Fix minor compiler warnings
11 years ago
Schabse Laks
be718680fe
Add #pragma to suppress warning in test case
11 years ago
Schabse Laks
5bd1892e9a
Temporary workaround for Roslyn compiler bug
...
Roslyn doesn't look at inherited true/false operators.
https://roslyn.codeplex.com/workitem/358
11 years ago
Schabse Laks
99ca5a53fc
git: Ignore Roslyn temp files
11 years ago
Siegfried Pammer
0ada95d913
fix #470 : BAML to XAML conversion does not generate escape sequence {} correctly
11 years ago
Siegfried Pammer
0d82186161
fix formatting of pull request changes
11 years ago
Siegfried Pammer
355e096f49
Merge pull request #495 from RKlier/ImageList
...
Show images contained in resources of type ImageListStreamer as ...
11 years ago
Siegfried Pammer
405f3b1819
ignore packages folder
11 years ago
Siegfried Pammer
053a879400
Merge pull request #514 from SLaks/refactor-tests
...
Tests: Reuse decompiler roundtrip assertion code
11 years ago
Siegfried Pammer
4725c17185
change formatting settings to be consistent with the rest of ILSpy
11 years ago
Siegfried Pammer
b5526fc6c3
restructure solution
11 years ago
Siegfried Pammer
4e44dc97fe
Merge pull request #501 from SLaks/cleanup
...
Add EditorConfig & Rebracer settings
11 years ago
Siegfried Pammer
408ba8cebf
Merge pull request #515 from SLaks/xaml-static-qualify
...
BamlDecompiler: Correctly qualify types in nested {x:Static} extensions
11 years ago
Schabse Laks
9bdf96ca08
Add editor settings files
...
The current code is inconsistent in many places;
these settings seem to be the closest match.
https://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58
http://editorconfig.org/
11 years ago
Schabse Laks
9c23972074
Tests: Reuse decompiler roundtrip assertion code
...
This contains no functional changes, except that
it will ignore blank lines when comparing code.
This reduces duplicate code, and will make it
easier to add assertions for Roslyn compilers
11 years ago
Schabse Laks
fc92c17146
BamlDecompiler: Correctly qualify types in nested {x:Static} extensions
...
Includes failing test case
11 years ago
Siegfried Pammer
a796143f4e
add ILSpy.AddIn for Visual Studio
11 years ago
Ronny Klier
6a3a1b1a7c
Adapt size of ResourceStringTable/ResourceObjectTable on changed size of MainWindow.mainPane.
11 years ago
Ronny Klier
42824d533b
Show images contained in resource of type ImageListStreamer as seperate nodes.
11 years ago
Adriano Carlos Verona
250745061b
code cleanup
11 years ago
Adriano Carlos Verona
41a6455e17
Merge remote-tracking branch 'origin/master' into improved-search
11 years ago
LordJZ
a997ea2068
Fixed decompiling empty async methods.
...
Fixes #417 #446 #479
11 years ago
Daniel Grunwald
5d558d54c1
Merge pull request #486 from odalet/patch-1
...
Fixing SendMessage API example
11 years ago
odalet
8c80dd1189
Fixing SendMessage API example
...
missing colon! Just made sure the colon was mandatory when using the WM_COPYDATA API
11 years ago
David Roth
da6faf8b0c
Added switch to enable/disable decompiling of expression trees.
11 years ago
Adriano Carlos Verona
721754efcb
support regular expressions in searchs
11 years ago
lostindark
07d985cc2d
Update AssemblyTreeNode.cs
...
Update the assembly tree view to include assembly version in the name
11 years ago
lostindark
bb7bddbef5
Update LoadedAssembly.cs
...
Update LoadedAssembly class to include assembly version
11 years ago
Adriano Carlos Verona
530c31608e
support for specifying the type of the search directly in the textbox (t: for type, m: for member and c: for constant)
...
for instance, t:MyType will search for types matching "MyType" (match behavior did not change)
11 years ago
Daniel Grunwald
cc270c8f20
Set version number to 2.2
11 years ago
Daniel Grunwald
8644581526
List the MS-PL in the README.
11 years ago
Lex Li
db1d106379
Fixed #365 .
11 years ago
Daniel Grunwald
c1fb133fd3
Fix AsyncDecompiler for roslyn-compiled methods that have finally blocks.
11 years ago
Daniel Grunwald
58404e8f9e
AsyncDecompiler: fix some issues with Roslyn-compiled code
11 years ago
Daniel Grunwald
c0e1603f57
Merge branch 'master' of github.com:icsharpcode/ILSpy
11 years ago
Daniel Grunwald
b71edb2a88
StateRange analysis / SymbolicExecution: add support for implicit int->bool conversion.
...
This is necessary for yield return decompilation on Roslyn.
11 years ago
Daniel Grunwald
d1eb868749
YieldReturnDecompiler: don't fail symbolic analysis if 'returnFalseLabel' is missing
11 years ago
Siegfried Pammer
9ceb8de922
add support for Windows 7 TaskbarItem progress display
11 years ago
Daniel Grunwald
1bf31f9086
YieldReturnDecompiler: in ConstructExceptionTable(), avoid ToEnclosingInterval() call and use the full StateRange instead.
...
This is necessary because the state indices for a given try block are no longer contiguous in Roslyn-compiled code.
Closes #468 .
11 years ago
Daniel Grunwald
6de8e09a14
Fix TextMarkerService crashing after switching to another document.
11 years ago
Siegfried Pammer
e064a2121b
fix #458 : NullReferenceException when expanding the "Exposed By" analysis node
11 years ago
Siegfried Pammer
34a5637be4
refactor 65e30ec0f6
a bit; fix #448 : Show metadata tokens like in ILDasm
11 years ago
Siegfried Pammer
20bae807d8
Merge commit 'refs/pull/467/head' of github.com:icsharpcode/ILSpy
11 years ago