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
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
42824d533b
Show images contained in resource of type ImageListStreamer as seperate nodes.
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
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
Daniel Grunwald
9084ce2eb5
Add JumpToReferenceAsync() overload to allow detecting when the decompilation after the jump has finished.
11 years ago
Siegfried Pammer
0894e4cd71
Merge commit 'refs/pull/404/head' of github.com:icsharpcode/ILSpy
...
Conflicts:
ILSpy.BamlDecompiler/Tests/TestRunner.cs
11 years ago
Daniel Grunwald
82999a056b
Remove failing unit test; bug #393 is fixed but the test still fails due to unnecessary '& 31'.
11 years ago
Daniel Grunwald
2fcf89b99d
Merge pull request #415 from turbanoff/master
...
remove redundant OrderBy: all handlers will have same TryStart.Offset after Where
11 years ago
Daniel Grunwald
f538d20de5
Fix NullReferenceException in type analysis.
...
Closes #393 , #386 , #403 .
11 years ago
Daniel Grunwald
cfe77638e7
Fix #354 : NullReferenceException expanding "Read By" node when variable is referenced from an async method.
11 years ago
Daniel Grunwald
8f3315c655
Merge pull request #449 from vincpa/issue435
...
Allow System.Runtime for System Type Lookups (Issue 435)
11 years ago
Daniel Grunwald
156d6f2fde
Merge pull request #450 from linquize/tgit.icon
...
Add tgit.icon project config
11 years ago
Daniel Grunwald
73773782c5
Merge pull request #451 from linquize/open-from-gac-icon
...
Add icon for Open from GAC
11 years ago
Daniel Grunwald
8a96c3a2d3
Merge pull request #452 from linquize/disable-search-msdn
...
Disable Search MSDN context menu if namespace is empty
11 years ago
Daniel Grunwald
38e0061e0c
Merge pull request #453 from linquize/search-box-icon
...
Search Box: Make sure the whole search icon is displayed
11 years ago
Daniel Grunwald
1b0318dc95
Merge pull request #454 from linquize/dotnet4-profiles
...
When saving project, detect different profiles based on .NET 4 and above
11 years ago
Daniel Grunwald
e6049e0cc4
Merge pull request #455 from linquize/url-twice
...
Do not open web browser twice when hyperlink is clicked
11 years ago
Yves Goergen
65e30ec0f6
Added option to display metadata tokens in the tree
11 years ago