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
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