5417 Commits (a1c211f32615eb7b63014481de9f2a1a9074b975)
 

Author SHA1 Message Date
Christoph Wille e84c3ae04c Work on issue #1729 6 years ago
jkuehner 0e84a0353a support folding for xaml, fixes #1658 6 years ago
jkuehner 6bd12413ae Apply DebuggerDisplayAttribute to PEFile for easier debugging. 6 years ago
Daniel Grunwald de33e79384 Add tests for 'async IAsyncEnumerable'. 6 years ago
Daniel Grunwald d65b109fbc Fix #1689: Add support for null propagation on array access: `arr?[i]` 6 years ago
Daniel Grunwald 80cb24d180 Fix #1709: NullPropagationTransform.IsGetter on generic types 6 years ago
Daniel Grunwald 080f63e660 Fix LambdaResolveResult.IsValid() being too restrictive. 6 years ago
Siegfried Pammer 6baecf85aa Add Language.GetRichTextTooltip 6 years ago
Daniel Grunwald 5847d87651 Adjust tests: test runner now adds+removes TargetFramework attribute 6 years ago
Daniel Grunwald 5d337aa655 TypeInference: add support for nullability annotated types 6 years ago
Daniel Grunwald 13ec574dbd Fix YieldReturnDecompiler. 6 years ago
Siegfried Pammer 3913d78996 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into fancy-tooltips 6 years ago
Siegfried Pammer 15fe9118dc Add CompilerOptions.ReferenceCore 6 years ago
Daniel Grunwald e158ef45c5 Subtituting `T!` with `T=string` where the caller is in null-oblivious code now results in oblivious `string` instead of `string!`. 6 years ago
Siegfried Pammer f0b186c50c use IdentityConversion instead of IType.Equals. 6 years ago
Andreas Weizel aadad76d52 Save and load AvalonDock layout 6 years ago
Siegfried Pammer 3b0402b381 Fix assembly resolving and Tester for .NET Core 3.0 6 years ago
Siegfried Pammer d45311f65e Enable tests for await using and DIM. 6 years ago
Siegfried Pammer e80a4a2f5c Use .NET Core 3.0 in Unit Tests Roslyn config. 6 years ago
Siegfried Pammer c7f98a4db7 Add support for await using statements. 6 years ago
Daniel Grunwald 52c249e6d2 Simplify debug output: don't show owner for type parameters 6 years ago
Daniel Grunwald be2731c6e6 Handle `if (disposeMode)` in async streams. 6 years ago
Daniel Grunwald ef699c096b Support parameters in IAsyncEnumerator methods 6 years ago
Christoph Wille 7de25bc4b5 Change target name to using BeforeTargets 6 years ago
Christoph Wille 5388a18c46 Remove old hacks for decompiler csproj 6 years ago
Daniel Grunwald 67fa24b09f Improve async/await decompilation when reference assemblies are missing 6 years ago
Andreas Weizel 7a79f15d5c Add Xceed.Wpf.AvalonDock.dll to VSIX dependencies to launch ILSpy instances correctly 6 years ago
Daniel Grunwald f8ee7c2bf3 Initial support for `async IAsyncEnumerator<T>` methods 6 years ago
Andreas Weizel 000b585bcb Merge branch '5.0.x' 6 years ago
Andreas Weizel 82524f391e Fix #1720: Support new path structure of reference assemblies with .NET Core 3.0 6 years ago
Daniel Grunwald 6a04a33c4f Add IAsyncEnumerable/IAsyncEnumerator known types. 6 years ago
Siegfried Pammer 22a0290a9d Remove unreachable code. 6 years ago
Daniel Grunwald 5911b13497 Fix modifiers on default interface methods. 6 years ago
Daniel Grunwald 605b32558a Extend InterfaceTests 6 years ago
Andreas Weizel c729922961 AddIn: Improve resolution of reference assemblies by removing code duplicates and using logic from ILSpy decompiler. 6 years ago
Andreas Weizel f569962c04 Fix #1721: Additional check and warning message when user tries to launch ILSpy from metadata view 6 years ago
Siegfried Pammer 8b8569bfce Merge branch 'master' of https://github.com/icsharpcode/ILSpy 6 years ago
Siegfried Pammer 9431473286 Merge branch '5.0.x' of https://github.com/icsharpcode/ILSpy 6 years ago
Daniel Grunwald 8f90f3834d Implement support for C# 8 readonly members. 6 years ago
Daniel Grunwald a02bcd8f30 Upgrade Roslyn for tests to 3.3.1. 6 years ago
Daniel Grunwald ae32913aca Add IMethod.ThisIsRefReadOnly 6 years ago
Siegfried Pammer 7c8458dfa3 Refactor TransformDisplayClassUsage 6 years ago
Siegfried Pammer 5592c9c729
Merge pull request #1708 from miloush/assembly-search 6 years ago
Siegfried Pammer a1af0e5a06
Merge pull request #1727 from icsharpcode/aboutpagetcstoasync 6 years ago
Siegfried Pammer 81b952e236
Merge pull request #1726 from icsharpcode/mefupdate 6 years ago
Daniel Grunwald 1d95eb60a2 Fix #1680: Invalid cast `(uint?)-1` 6 years ago
Daniel Grunwald 83ea3449d1 Fix #1722: Don't abort mouse selection unless the user clicked on a hyperlink 6 years ago
Andreas Weizel 36ce46a694 Temporarily improve dock layout with wider assembly list and better pane captions 6 years ago
Christoph Wille 11fca6c338 TCS to async/await for AboutPage version checking code 6 years ago
Christoph Wille 9c591fef63 Update to latest MEF NuGet packages 6 years ago