6089 Commits (0d9f871a4f7c478fdf3f7b699d74e77506e978a4)
 

Author SHA1 Message Date
Siegfried Pammer 383d02611f Add BuildTools/sort-resx.ps1 and sort contents of resx files by key 5 years ago
MysticBoy d1bced7eb3 fix for Berrysoft 's suggestion 5 years ago
MysticBoy 3edc8860c8 fix An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type 5 years ago
MysticBoy 865f855501 Add something missing. 5 years ago
MysticBoy 485278acf8 add ILSpy.ReadyToRun.Plugin.resources.dll to appveyor.yml for 7z 5 years ago
MysticBoy cae92aa390
Merge pull request #2 from maikebing/addin 5 years ago
MysticBoy 5f150efb74 add for vsixlangpack 5 years ago
MysticBoy 9aa39a941a modify for vsct 5 years ago
MysticBoy 0830a7dada for vsct 5 years ago
MysticBoy 3c338cb5c9
Merge pull request #1 from Berrysoft/co-trans 5 years ago
Berrysoft 4b05d85565 Update about page 5 years ago
Berrysoft 3e64895ec2 Step -> 步骤 5 years ago
Berrysoft c05151d28d Adjust res order. 5 years ago
Berrysoft c08a31a4c9 Merge upstream translations. 5 years ago
MysticBoy 4bc5b2bcbb update tests 5 years ago
MysticBoy d96b546db8 Merge branch 'master' of https://github.com/icsharpcode/ILSpy 5 years ago
Daniel Grunwald d388319cba Add support for C# 9 init accessors. 5 years ago
Daniel Grunwald d02fd09822 Explicitly create partitioners for `Parallel.ForEach` calls. 5 years ago
Berrysoft 2065855b43 Clarify decompile and disassemble 5 years ago
Berrysoft 2f96faffb3 Small adjust 5 years ago
Berrysoft 11a2512413 More translations 5 years ago
Berrysoft 70529f92ac Fix ManageAssemblyLists menu text 5 years ago
Berrysoft d2dd6328fd Complete zh-Hans translation 5 years ago
Christoph Wille 2cd77bb3cc Frontends for 6.1 5 years ago
Siegfried Pammer 4b865c27e4 Fix #2076: VS AddIn opens reference assembly. 5 years ago
Siegfried Pammer 8d72672e6c Reimplement DecompilerSettings.StaticLocalFunctions (was lost in the refactoring in #2077) 5 years ago
Siegfried Pammer c9df069526 Add minimal test case + DecompilerSettings.Deconstruction setting 5 years ago
Siegfried Pammer 3f10294a72 Add DeconstructionTransform + implement DeconstructInstruction in ExpressionBuilder 5 years ago
Siegfried Pammer b01e9484d5 Fix bugs in ILAst 5 years ago
Siegfried Pammer eac0e2257e Support MatchInstruction in DataFlowVisitor 5 years ago
Daniel Grunwald b4aec9a80e
Merge pull request #2077 from icsharpcode/attributes-on-local-functions 5 years ago
Siegfried Pammer 6bb6097ad4 Extended DeconstructInstruction.CheckInvariant 5 years ago
Siegfried Pammer 33bc9fbef4 Fix display of generic type parameters of local functions in tooltips 5 years ago
Christoph Wille eed9ebc4cf Set version to 6.1 5 years ago
Siegfried Pammer 67b2a45292 Improve tooltips and highlighting of local functions 5 years ago
Siegfried Pammer acea95d0a1 Properly rename LocalFunctionMethod.Name on all instructions 5 years ago
Siegfried Pammer 18ace00266 Refactor LocalFunctionDeclarationStatement + LocalFunctionMethod 5 years ago
Siegfried Pammer 431bbaa489 RequiredNamespaceCollector: properly handle parts of methods 5 years ago
Siegfried Pammer a231ab54d4 Add test cases 5 years ago
Daniel Grunwald cda56e7f7e #2048: Pattern matching: documentation and invariants for MatchInstruction. 5 years ago
Daniel Grunwald bdea1950a8 Add `#if !NETCORE` around extension methods that are included with .NET Core 3 5 years ago
Daniel Grunwald fc51dd17a5 Remove outdated comment. The `PickExitPoint` heuristic is no longer using "amount of code" but the IL block order. 5 years ago
Siegfried Pammer 5eaaf61031 VSIX: use elvis 5 years ago
Siegfried Pammer 75783054dc Move ILSpy distribution to subfolder inside VSIX. 5 years ago
Siegfried Pammer 3108f7eba6 ILSpy.AddIn: Remove unused code. 5 years ago
Siegfried Pammer 4f8c588c7b Fix #2068: ILSpy can't find referenced library even though it's open 5 years ago
Siegfried Pammer 6613f100f1 Upgrade ILSpy.ReadyToRun.csproj to use MSBuild.Sdk.Extras + UseWpf 5 years ago
Siegfried Pammer 4308ab3073 Fix WPF binding error in Metadata Explorer 5 years ago
MysticBoy 27fa43912f fix for https://github.com/icsharpcode/ILSpy/pull/2066#discussion_r459021092 5 years ago
Daniel Grunwald c647016bfb #2070: Allow `PickExitPoint` heuristic to choose a `return;`/`yield break;` that is part of a condition block. 5 years ago