Siegfried Pammer
4a4cc2e689
fix #524 - Mistake ILSpy decompile: delegate instantiation is only removed if an implicit conversion exists.
11 years ago
Siegfried Pammer
d04400ad45
working on #540 : use `EventDefinition` instead of `FieldDefinition` when referencing auto events in `TextOutputFormatter`
11 years ago
Siegfried Pammer
10c72948e4
Merge pull request #523 from sailro/master
...
Allow Reflexil integration
11 years ago
Siegfried Pammer
1745793830
add tooltip with extra information to AssemblyTreeNode
11 years ago
Siegfried Pammer
b59c443d8e
fix NRE in LoadedAssembly.get_Text
11 years ago
Siegfried Pammer
82db628ac9
fix visibility checking bug introduced in f9da13c
11 years ago
Siegfried Pammer
49a05fb5bb
updated Rebracer.xml
11 years ago
Siegfried Pammer
f8b556832a
Merge pull request #525 from CodeCraftSARL/master
...
Add a new "Used By" analyzer node on types
11 years ago
Siegfried Pammer
0802cb3841
Merge pull request #477 from davidroth/setting-decompileexpression
...
Added switch to enable/disable decompiling of expression trees in settings panel.
11 years ago
Siegfried Pammer
4a1549eff7
Merge pull request #476 from lostindark/master
...
Update ILSpy to show assembly version in the assembly tree view
11 years ago
Ed Harvey
f9da13cbc0
fix #537 : ILSpy can't find any Overridden By methods
...
Overriding methods were not shown because the base method was marked
'internal' and so would normally only be visible within its own
assembly.
However the assembly had a InternalsVisibleToAttribute specified which
allowed access from the assembly containing the derived types....
11 years ago
Sebastien Lebreton
f58b56b828
Remove unneeded alias, typo
11 years ago
Sebastien Lebreton
b1ec293f3f
Rework DeclaringType filter
11 years ago
Sebastien Lebreton
b245038da9
Format code
11 years ago
Sebastien Lebreton
cc6afd94cd
Add a new "Used By" analyzer node on types
11 years ago
Sebastien LEBRETON
1c31eff7af
Change scope to public
11 years ago
Sebastien LEBRETON
560eb73565
Allow assembly hot replacement from stream
11 years ago
Sebastien Lebreton
b69f3818fb
Expose AssemblyReferenceTreeNode and its AssemblyNameReference to plugins
11 years ago
Sebastien Lebreton
6da464ab02
Expose SelectionChanged event from TreeView to plugins
11 years ago
Siegfried Pammer
2e0fceef7a
Update ILSpy.AddIn version to 1.1
11 years ago
Siegfried Pammer
2d2c96af34
remove micro optimization and simplify HexStringToBytes
11 years ago
Siegfried Pammer
27f50ee6b9
fix #509 Visual Studio Addin is useless for Framework Assemblies
11 years ago
Siegfried Pammer
1b1ee57db7
Merge pull request #512 from SLaks/fix-vs2015
...
Make project build on Visual Studio 2015
11 years ago
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
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