|
Browse by Tags
All Tags » ILSpy ( RSS)
-
|
ILSpy 2.1 is available as of now - it supports async/await decompilation: ILSpy_Master_2.1.0.1603_RTW_Binaries.zip ILSpy_Master_2.1.0.1603_RTW_Source.zip A few weeks ago, Daniel blogged about the details of how decompiling async / await is implemented...
|
-
|
From June 7th to June 10th the SharpDevelop team met in Bad Ischl, Austria for their annual #develop developers days (#d^3). This year we did a virtual Q&A session, where we talked about roadmap, architecture, implementation and extensibility. The...
|
-
|
Today, we released ILSpy 2.0 final to the Web: ILSpy_Master_2.0.0.1595_RTW_Binaries.zip ILSpy_Master_2.0.0.1595_RTW_Source.zip Daniel's Beta feature post still applies to the release version: Assembly Lists Support for decompiling Expression trees...
|
-
|
If you test a method like the following: static void TestWithUnusedVariables() { var x = new Demo () { SomeProperty = "Hello World" }; var y = new List < Demo > { new Demo () { SomeProperty = "nada" }, new Demo () { SomeProperty...
|
-
|
We let the Beta simmer for about one and a half months to see what bugs would come up, which were necessary to fix for 1.0, and which could be postponed for 2.0. After fixing issues dogeared for 1.0, we finally built the 1.0 RTW release today - and without...
|
-
|
It has landed - the Beta of ILSpy 1.0: http://sourceforge.net/projects/sharpdevelop/files/ILSpy/1.0/ILSpy_1.0.0.943_Beta_Binaries.zip/download What's new / changed: a new BAML decompiler (the main reason for the wait since M3), Analyzer improvements...
|
-
|
We have now reached the last "internal" development milestone for ILSpy - we are now done with developing new features. From now on our efforts will go into bug fixing, performance improvements and polishing. This will lead to Beta and RTW ...
|
-
|
ILSpy has come a long way since M1 - let me provide you with a quick rundown on new features, starting with the decompilation engine – we now support: query expressions yield return ( architectural background ) unsafe code checked/unchecked That...
|
-
|
Yesterday, Siegfried added support for reading Silverlight resources, namely Expression Blend sample data:
|
-
|
One more new feature in ILSpy - Analyze. It currently works with fields and methods. Simply right-click on a field and select Analyze from the context menu: This opens the Analyzer view below the decompilation view (Read By and Assigned By are not expanded...
|
-
|
When you are hovering over an IL instruction, you'll get a tooltip (in case you are wondering: the tooltip content is derived from "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.xml") The hand...
|
-
|
A week ago we announced that a preview is ready – to be downloaded right from our build server. Today, we are entering the official testing phase of ILSpy with the availability of ILSpy 1.0 M1: http://sourceforge.net/projects/sharpdevelop/files...
|
-
|
When Red Gate Software announced that .NET Reflector would no longer be available for free, the SharpDevelop Team immediately removed the addin supporting it . However, we liked the features provided by .NET Reflector so much that we decided to look into...
|
|
|
|