5300 Commits (c88bd597df4be45df4a9ee3d2e6a5934e97a6af6)
 

Author SHA1 Message Date
Daniel Grunwald c88bd597df Fix null checks. 7 years ago
Daniel Grunwald 233f33f197 Handle 'yield break;' in async streams 7 years ago
Daniel Grunwald de33e79384 Add tests for 'async IAsyncEnumerable'. 7 years ago
Daniel Grunwald 080f63e660 Fix LambdaResolveResult.IsValid() being too restrictive. 7 years ago
Daniel Grunwald 5847d87651 Adjust tests: test runner now adds+removes TargetFramework attribute 7 years ago
Daniel Grunwald 5d337aa655 TypeInference: add support for nullability annotated types 7 years ago
Daniel Grunwald 13ec574dbd Fix YieldReturnDecompiler. 7 years ago
Siegfried Pammer 15fe9118dc Add CompilerOptions.ReferenceCore 7 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!`. 7 years ago
Siegfried Pammer f0b186c50c use IdentityConversion instead of IType.Equals. 7 years ago
Siegfried Pammer 3b0402b381 Fix assembly resolving and Tester for .NET Core 3.0 7 years ago
Siegfried Pammer d45311f65e Enable tests for await using and DIM. 7 years ago
Siegfried Pammer e80a4a2f5c Use .NET Core 3.0 in Unit Tests Roslyn config. 7 years ago
Siegfried Pammer c7f98a4db7 Add support for await using statements. 7 years ago
Daniel Grunwald 52c249e6d2 Simplify debug output: don't show owner for type parameters 7 years ago
Daniel Grunwald be2731c6e6 Handle `if (disposeMode)` in async streams. 7 years ago
Daniel Grunwald ef699c096b Support parameters in IAsyncEnumerator methods 7 years ago
Daniel Grunwald 67fa24b09f Improve async/await decompilation when reference assemblies are missing 7 years ago
Daniel Grunwald f8ee7c2bf3 Initial support for `async IAsyncEnumerator<T>` methods 7 years ago
Daniel Grunwald 6a04a33c4f Add IAsyncEnumerable/IAsyncEnumerator known types. 7 years ago
Daniel Grunwald 5911b13497 Fix modifiers on default interface methods. 7 years ago
Daniel Grunwald 605b32558a Extend InterfaceTests 7 years ago
Siegfried Pammer 8b8569bfce Merge branch 'master' of https://github.com/icsharpcode/ILSpy 7 years ago
Siegfried Pammer 9431473286 Merge branch '5.0.x' of https://github.com/icsharpcode/ILSpy 7 years ago
Daniel Grunwald 8f90f3834d Implement support for C# 8 readonly members. 7 years ago
Daniel Grunwald a02bcd8f30 Upgrade Roslyn for tests to 3.3.1. 7 years ago
Daniel Grunwald ae32913aca Add IMethod.ThisIsRefReadOnly 7 years ago
Siegfried Pammer 7c8458dfa3 Refactor TransformDisplayClassUsage 7 years ago
Siegfried Pammer 5592c9c729
Merge pull request #1708 from miloush/assembly-search 7 years ago
Siegfried Pammer a1af0e5a06
Merge pull request #1727 from icsharpcode/aboutpagetcstoasync 7 years ago
Siegfried Pammer 81b952e236
Merge pull request #1726 from icsharpcode/mefupdate 7 years ago
Daniel Grunwald 1d95eb60a2 Fix #1680: Invalid cast `(uint?)-1` 7 years ago
Daniel Grunwald 83ea3449d1 Fix #1722: Don't abort mouse selection unless the user clicked on a hyperlink 7 years ago
Andreas Weizel 36ce46a694 Temporarily improve dock layout with wider assembly list and better pane captions 7 years ago
Christoph Wille 11fca6c338 TCS to async/await for AboutPage version checking code 7 years ago
Christoph Wille 9c591fef63 Update to latest MEF NuGet packages 7 years ago
Christoph Wille 49dfc5a6af
Merge pull request #1725 from icsharpcode/avalondock 7 years ago
Siegfried Pammer dc1e72a3d0 Fix #1151: Add ref readonly test case. 7 years ago
Daniel Grunwald 0465cc8475 Adjust expected output in ILPretty tests 7 years ago
Siegfried Pammer 9190515d8b #1151: Support for ref readonly locals. 7 years ago
Christoph Wille 77ac7c904e Update to AvalonEdit 6.0 RTM 7 years ago
Christoph Wille ef81b38f08 Use .NET Core 3.0 final SDK on Azure Pipelines 7 years ago
Daniel Grunwald 4b90e43187 Avoid making explicit ToString() implicit when doing so changes the semantics for mutable value types. 7 years ago
Andreas Weizel 3f2f14ac14 Merge remote-tracking branch 'origin/master' into avalondock 7 years ago
Andreas Weizel 39e879377e Fix VSIX analyzer warnings and disabled the analyzer 7 years ago
Andreas Weizel 6e91d11178 Fix "Open output in ILSpy" context menu item to focus the assembly in ILSpy tree correctly 7 years ago
Daniel Grunwald b5eecb8afc Don't remove redundant ToString() calls in expression trees. 7 years ago
Christoph Wille c6ec08f666 Non-conditional DiaSymReader package reference deleted (was duplicated) 7 years ago
Daniel Grunwald 7a5d8af57d #1691: Further improvements for decompiling the new VS 2019.3 string concatenation IL pattern 7 years ago
Andreas Weizel c12b5d60ec Resolve framework assemblies from more .NET Core runtime packs, like "Microsoft.WindowsDesktop.App" etc. 7 years ago