4434 Commits (cb790c6d3881dfd0401181110312dcee3d0fe321)

Author SHA1 Message Date
David Wengier e30e08a59d The resource expression is always needed regardless of the setting. 6 years ago
David Wengier 3aebec96f5 Fix NullReferenceException when foreach decompilation is turned off 6 years ago
Jane Doe d7fb32741b compilaton -> compilation 6 years ago
Jane Doe 8a625954c4 short-circuting -> short-circuiting 6 years ago
Jane Doe 446ac06e38 candiate -> candidate 6 years ago
Jane Doe 517691dcd2 attibutes -> attributes 6 years ago
Jane Doe 0c39ddbd9a assosiated -> associated 6 years ago
Jane Doe 37a801e3fb Anaylsis -> Analysis 6 years ago
Jane Doe 180280cc2d agressive -> aggressive 6 years ago
Siegfried Pammer 645341b860 Fix #1741: Use __ld(virt)ftn(...) pattern for accessor method group references. 6 years ago
Siegfried Pammer 0a432e23fb Fix #1742: Special case for case string.Empty generated by mcs. 6 years ago
Siegfried Pammer cc3a0bef7e Fix #1745: Empty string is missing from switch result 6 years ago
Siegfried Pammer 8ec9bcb1a6 Fix #1744: C# decompilation does not show System.Enum derives from System.ValueTuple 6 years ago
Siegfried Pammer b1352aa569 Fix #1743: Add pattern for struct constructor initializers. 6 years ago
Siegfried Pammer a00bd6d74c Remove unused Documentation/DocumentationElement.cs 6 years ago
Siegfried Pammer c8a3f4c1d0 Add basic support for inheritdoc 6 years ago
Siegfried Pammer e66f4c2b45 Fix build. 6 years ago
Siegfried Pammer b18876d087 Implement semantic highlighting and links in rich text tooltips. 6 years ago
Christoph Wille 55edb093cb iconUrl -> icon for ics.d nuspec https://aka.ms/deprecateIconUrl 6 years ago
Daniel Grunwald 233f33f197 Handle 'yield break;' in async streams 6 years ago
Siegfried Pammer 941906e8db Fix #1699: Auto properties without getter are not properly decompiled 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 5d337aa655 TypeInference: add support for nullability annotated types 6 years ago
Daniel Grunwald 13ec574dbd Fix YieldReturnDecompiler. 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
Siegfried Pammer 3b0402b381 Fix assembly resolving and Tester for .NET Core 3.0 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
Daniel Grunwald f8ee7c2bf3 Initial support for `async IAsyncEnumerator<T>` methods 6 years ago
Daniel Grunwald 6a04a33c4f Add IAsyncEnumerable/IAsyncEnumerator known types. 6 years ago
Daniel Grunwald 5911b13497 Fix modifiers on default interface methods. 6 years ago
Daniel Grunwald 8f90f3834d Implement support for C# 8 readonly members. 6 years ago
Daniel Grunwald ae32913aca Add IMethod.ThisIsRefReadOnly 6 years ago
Siegfried Pammer 7c8458dfa3 Refactor TransformDisplayClassUsage 6 years ago
Daniel Grunwald 1d95eb60a2 Fix #1680: Invalid cast `(uint?)-1` 6 years ago
Siegfried Pammer 9190515d8b #1151: Support for ref readonly locals. 6 years ago
Daniel Grunwald 4b90e43187 Avoid making explicit ToString() implicit when doing so changes the semantics for mutable value types. 6 years ago
Daniel Grunwald b5eecb8afc Don't remove redundant ToString() calls in expression trees. 6 years ago