This website works better with JavaScript.
Explore
Help
Sign In
pimhwang
/
ILSpy
mirror of
https://github.com/icsharpcode/ILSpy.git
Watch
1
Star
0
Fork
You've already forked ILSpy
0
Code
Issues
Projects
Releases
Wiki
Activity
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
c-sharp
dotnet
mono
decompile
decompiler
decompiler-engine
dotnetcore
ilspy
pdb
unity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4502
Commits
27
Branches
84
Tags
81 MiB
C#
98.6%
JavaScript
0.6%
Visual Basic .NET
0.2%
PowerShell
0.2%
Tree:
deb2ceebd8
ast-source-generator
bugfix/constrained-call-targets
christophwille/membench
custom-signature-decoder-comparer
deconstruction-fixes
feature/api-diff
feature/inlinearrays
feature/mts
gh-pages
issue1638
master
mdnupdate
natural-type-lambdas-methods
net10upgrade
net10upgrade-broken
net10upgrade-future
netsparkleupdater
pdb+dmeta
release/6.2
release/7.1
release/7.2
release/8.1
roslyn413
stash/beautify-enum-member-declarations
stash/dynamic-await
switch-expression-default-case
variable-naming
1.0-Beta
1.0-M1
1.0-M2
1.0-M3
1.0.0
2.0.0
2.1
2.2
2.3
2.3.1
3.0-Preview1
3.0-Preview2
3.0.2
v2.3.2
v2.4
v3.0
v3.0-beta1
v3.0-beta2
v3.0-beta2a
v3.0-beta3
v3.0-beta4
v3.0.1
v3.1-beta1
v3.1-final
v3.1-rc
v3.2-beta
v3.2-rc
v3.2.0
v4.0
v4.0-alpha1
v4.0-beta1
v4.0-beta2
v4.0-beta3
v4.0-rc1
v4.0-rc2
v4.0.1
v5.0
v5.0-preview1
v5.0-preview2
v5.0-preview3
v5.0-preview4
v5.0-rc1
v5.0.1
v5.0.2
v6.0
v6.0-preview1
v6.0-preview2
v6.0-preview3
v6.0-preview4
v6.0-rc1
v6.1
v6.2
v6.2-preview1
v6.2-preview2
v6.2.1
v7.0
v7.0-preview1
v7.0-preview2
v7.0-preview3
v7.0-rc1
v7.0-rc2
v7.1
v7.2
v7.2-preview1
v7.2-preview2
v7.2-preview3
v7.2-preview4
v7.2-rc
v7.2.1
v8.0
v8.0-preview1
v8.0-preview2
v8.0-preview3
v8.0-preview4
v8.0-rc1
v8.1
v8.1.1
v8.2
v9.0
v9.0-preview1
v9.0-preview2
v9.0-preview3
v9.0-rc
v9.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'deb2ceebd8'
${ noResults }
ILSpy
/
ICSharpCode.Decompiler.Tests
/
TestCases
/
ILPretty
History
Siegfried Pammer
667e04462a
Fix
#1325
: Do not perform inline assignment transform on setter calls, that belong to parameterized properties.
7 years ago
..
.gitignore
Move UnsafeCode tests to pretty-tests (except for those that are not yet successful).
8 years ago
CS1xSwitch_Debug.cs
Fix C# 1.0 switch on string transform and add tests
7 years ago
CS1xSwitch_Debug.il
Fix C# 1.0 switch on string transform and add tests
7 years ago
CS1xSwitch_Release.cs
Fix C# 1.0 switch on string transform and add tests
7 years ago
CS1xSwitch_Release.il
Fix C# 1.0 switch on string transform and add tests
7 years ago
FSharpLoops.fs
Add test cases for
#888
8 years ago
FSharpLoops_Debug.cs
Fix
#888
: [3.0 Preview 1] F# code decompiles to ... unoptimal C#
7 years ago
FSharpLoops_Debug.il
Add test cases for
#888
8 years ago
FSharpLoops_Release.cs
Fix
#888
: [3.0 Preview 1] F# code decompiles to ... unoptimal C#
7 years ago
FSharpLoops_Release.il
Add test cases for
#888
8 years ago
FSharpUsing.fs
Move F# Tests to ILPrettyTestRunner
8 years ago
FSharpUsing_Debug.cs
Allow splitting variables that have their address taken.
7 years ago
FSharpUsing_Debug.il
Move F# Tests to ILPrettyTestRunner
8 years ago
FSharpUsing_Release.cs
Allow splitting variables that have their address taken.
7 years ago
FSharpUsing_Release.il
Move F# Tests to ILPrettyTestRunner
8 years ago
Issue379.cs
Use tabs instead of spaces.
8 years ago
Issue379.il
Add missing files.
8 years ago
Issue646.cs
Fix
#646
: VB-compilers 'For Each In' is not recognized as foreach during decompilation
8 years ago
Issue646.il
Fix
#646
: VB-compilers 'For Each In' is not recognized as foreach during decompilation
8 years ago
Issue959.cs
Add test case for
#1304
.
7 years ago
Issue959.il
Fix
#959
: Crash in CSharp.StatementBuilder.TranslateSwitch (due to empty sequence)
8 years ago
Issue982.cs
Adjust Issue982.cs to [IndexerName]
7 years ago
Issue982.il
Fix
#982
: ILSpy should ignore the parameter name of property setter and always use "value" instead in C#
8 years ago
Issue1038.cs
Fix
#1083
: add pattern for mcs auto events (version 4)
8 years ago
Issue1038.il
Fix
#1083
: add pattern for mcs auto events (version 4)
8 years ago
Issue1047.cs
Fix
#1093
: Remove usage of type or this qualifiers, when possible.
7 years ago
Issue1047.il
#1047
: Update test case provided by
@tamlin-mike
8 years ago
Issue1145.cs
Update test case for
#1145
7 years ago
Issue1145.il
Update test case for
#1145
7 years ago
Issue1157.cs
Fix
#1157
: Decompilation of abstract events and overridden auto events
7 years ago
Issue1157.il
Fix
#1157
: Decompilation of abstract events and overridden auto events
7 years ago
Issue1256.cs
Fix new line
7 years ago
Issue1256.il
Change rules for VisitUnboxAny & fix issue
https://github.com/icsharpcode/ILSpy/issues/1256
7 years ago
Issue1323.cs
Add missing files.
7 years ago
Issue1323.il
Add missing files.
7 years ago
Issue1325.cs
Fix
#1325
: Do not perform inline assignment transform on setter calls, that belong to parameterized properties.
7 years ago
Issue1325.il
Fix
#1325
: Do not perform inline assignment transform on setter calls, that belong to parameterized properties.
7 years ago
Issue1325.vb
Fix
#1325
: Do not perform inline assignment transform on setter calls, that belong to parameterized properties.
7 years ago