7482 Commits (7992d148e82048f63a2253508ec3113221951ba2)
 

Author SHA1 Message Date
Kirill Osenkov 7992d148e8 Generate sequence points for expression-bodied properties and indexers 2 years ago
Kirill Osenkov 5f2b8e6098 Add a disabled test for sequence points in all members 2 years ago
Siegfried Pammer fa98b3cd19
Merge pull request #3030 from ltrzesniewski/annotate-nested-types 2 years ago
Lucas Trzesniewski bf69531216 Fix #3025: Annotate nested types 2 years ago
Siegfried Pammer e70c4ba92e
Merge pull request #3024 from miloush/CopyResources 2 years ago
Siegfried Pammer 175854791e
Merge pull request #3015 from ElektroKill/mcs264-pinned-region 2 years ago
Siegfried Pammer 19e69e6105
Merge pull request #3017 from icsharpcode/operator-checked 2 years ago
miloush 925de0390e suppress resources context menu gesture text 2 years ago
Siegfried Pammer bf0d74d0c7
Merge pull request #2799 from fowl2/MoreCustomDebugInfo 2 years ago
Siegfried Pammer a0d3dc87c4 Introduce GenerateTooltip: Add more information to tooltips; display token kind and "Name" if available 2 years ago
Siegfried Pammer 92a69cc12c Introduce ColumnKind enum. Rename StringFormatAttribute -> ColumnInfoAttribute. 2 years ago
James May 8ebe6a3673 CustomDebugInformationTableTreeNode: improvements 2 years ago
James May bce0f7b23b Add CustomDebugInformation kind EncStateMachineStateMap 2 years ago
miloush f267c4346a Copy key/value/names ContextMenu for resource tables 2 years ago
Christoph Wille ccab6f4517 Conditional-ize pwsh/powershell in PS cmdlet project. See #3019. 2 years ago
Daniel Grunwald d830d35cfb
Merge pull request #3016 from icsharpcode/resx-fix 2 years ago
Daniel Grunwald dcd1a0775a
Merge pull request #3021 from andrewcrawley/record-unknown-base 2 years ago
Ilyas Timir-Bulatov 2aad6817c4
Update readme .NET SDK -> 7.0 Unix/Mac section (#3018) 2 years ago
Andrew Crawley (US - DIAGNOSTICS) 7451b21650 Fix decompilation of record with missing base type 2 years ago
Siegfried Pammer d57b08c79d Fix #3010: Remove compiler-generated attributes for required members with custom ctors. 2 years ago
ElektroKill 4601481dec
Add ILPretty test for MCS 2.6.4 fixed string 2 years ago
Siegfried Pammer e83af524f7 Add test cases. 2 years ago
Siegfried Pammer 05281e7732 Code cleanup. 2 years ago
Siegfried Pammer 5e55f5b701 Strip AddMetadata API. 2 years ago
Siegfried Pammer efce9193c6 Remove binary formatter logic. 2 years ago
Siegfried Pammer f0e3277d05 Fix performance of WriteNiceBase64. 2 years ago
Siegfried Pammer c6400ca073 Move FileUtilityTests to correct namespace. 2 years ago
ElektroKill 915c0310c4
Add support for MSC 2.6.4 pinned region with string variable 2 years ago
Christoph Wille b9c9e05a94 Disentangle AboutPage from checking for updates (prepare for the later possibility of introducing AutoUpdate for MSI installs) 2 years ago
Christoph Wille 4514e33269
Merge pull request #3012 from icsharpcode/dependabot/nuget/ICSharpCode.Decompiler.Tests/NuGet.Protocol-6.2.4 2 years ago
dependabot[bot] 002c8c53f7
Bump NuGet.Protocol from 6.2.2 to 6.2.4 in /ICSharpCode.Decompiler.Tests 2 years ago
Siegfried Pammer 311658c710
Merge pull request #3003 from icsharpcode/local-compound-assignment 2 years ago
Siegfried Pammer a54c5c6ba6
Merge pull request #2994 from icsharpcode/unsigned-right-shift 2 years ago
Christoph Wille 35edf862c5
Merge pull request #3009 from icsharpcode/christophwille/vsextensions 2 years ago
Christoph Wille a6a86a6165 Microsoft.VSSDK.BuildTools 17.6.2164 for both projects 2 years ago
Christoph Wille fb2f98061c Update Microsoft.VSSDK.BuildTools 2 years ago
Christoph Wille 636219d539 Enable arm64 installation 2 years ago
Christoph Wille d43a5c94e7 Adapt GetILSpyPath and copy both x64 and arm64 ILSpy into the VSIX for VS 2022 2 years ago
Christoph Wille 040ac1ac81 Switch from default output directory to publish folder 2 years ago
Christoph Wille 9cc35cdca2 Move VS Extensions projects to a separate solution 2 years ago
dependabot[bot] 1548555665
Bump dessant/lock-threads from 4.0.0 to 4.0.1 (#3005) 2 years ago
Siegfried Pammer 13227e433e Fix compound assignments with local variables. 2 years ago
Siegfried Pammer a929fcb520 Make "Metadata" tree node text translatable. 2 years ago
Christoph Wille bdb3235663 Lock looking for WiX binaries exclusively to packages folder 2 years ago
Christoph Wille f12a3d3572 Fix #2984: Store pointing to v8.0 submission, building of arm64 setup 2 years ago
Christoph Wille b6535a4d71 Verified WiX 3.14 would build an arm64 installer for us 2 years ago
Daniel Grunwald b80d20b15d Add support for calling `operator checked`. 2 years ago
Daniel Grunwald 32fafeb9a1 Add support for user-defined checked operators. 2 years ago
Daniel Grunwald a2019c5d78 Avoid using `>>>` operator when the context expects a cast to unsigned anyway. 2 years ago
Daniel Grunwald 8b9ba20847 Builtin unsigned right shift operator. 2 years ago