Commit Graph

  • fc1deba2ba Parse the Roslyn version from Directory.packages.props Christoph Wille 2023-11-20 15:54:27 +0100
  • 4916574aa6 Trying to sort what is on which feed for previews of Diasymreader packages Christoph Wille 2023-11-20 15:29:00 +0100
  • 3fd1b4dc98 Microsoft.DiaSymReader.Converter.Xml from dotnet-tools, Microsoft.DiaSymReader.Native from nuget.org feed Christoph Wille 2023-11-20 15:24:01 +0100
  • c03738c50a Apply Central package management https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management (requires package source mapping https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping) Christoph Wille 2023-11-20 14:56:18 +0100
  • 8ed67c4ec5
    Use Roslyn 4.8.0(-final3) (#3121) Christoph Wille 2023-11-20 12:42:51 +0100
  • abce1a5ae9
    Go to latest version where applicable (ics.d stays on v6 for SRM) (#3120) Christoph Wille 2023-11-20 12:42:30 +0100
  • 5fe67cdd31
    Activate Dynamic Adaptation To Application Sizes (DATAS) and RDP hardware acceleration (#3122) Christoph Wille 2023-11-20 12:39:06 +0100
  • 5c11bfc17e Use Roslyn 4.8.0(-final3) #3121 Christoph Wille 2023-11-18 17:14:17 +0100
  • da7d7a7317 Go to latest version where applicable (ics.d stays on v6 for SRM) #3120 Christoph Wille 2023-11-18 08:00:26 +0100
  • a25c1dba33
    Due to fx change next version will be major 9 Christoph Wille 2023-11-17 21:01:27 +0100
  • fbdba159f0 Activate Dynamic Adaptation To Application Sizes (DATAS) https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-8/#gc and WPF Hardware Acceleration in RDP https://learn.microsoft.com/en-us/dotnet/core/runtime-config/wpf#hardware-acceleration-in-rdp #3122 Christoph Wille 2023-11-17 20:54:51 +0100
  • a94d66561a
    Move to .NET 8.0 (#3119) Siegfried Pammer 2023-11-17 16:23:38 -0300
  • c2f17d4804 Final fixups #3119 Siegfried Pammer 2023-11-17 19:48:59 +0100
  • 538a8bb73a Use .NET 8.0 RTM Siegfried Pammer 2023-11-17 19:22:05 +0100
  • c5d856a1d7 Use Preview 6 locally Christoph Wille 2023-07-25 10:42:34 +0200
  • 00c158bb12 Missed that TestRunner project was already upgraded to net7.0 (search and replace fail) Christoph Wille 2023-06-20 20:44:15 +0200
  • 3b1b8fe81d Basics of net8.0. Breaking unit tests expected. Christoph Wille 2023-06-20 17:00:35 +0200
  • 1f333adcc4
    Simplify loop condition ElektroKill 2023-11-08 19:27:27 +0100
  • 5b526cfeac
    Read and use tuple element names and dynamic type information from PDBs ElektroKill 2023-11-07 21:39:16 +0100
  • 4b609782aa
    Merge pull request #3111 from ElektroKill/fix/debug-customdebuginfo-browser Siegfried Pammer 2023-11-07 07:13:46 +0100
  • 2e3aed3638
    Fix display of `DynamicLocalVariables` and `DefaultNamespaces` CDIs #3111 ElektroKill 2023-11-06 21:16:49 +0100
  • 4c69dbb97a 8.2 release Christoph Wille 2023-11-06 18:17:52 +0100
  • 0e64adc755
    Make the detection of the unpin `stloc` more strict #3110 ElektroKill 2023-11-04 21:27:01 +0100
  • c6cf74f7ad
    Enable `UnsafeCode` correctness test for MCS 2.6.4 compiler ElektroKill 2023-11-04 21:17:29 +0100
  • 684a863593
    Add support for MCS 2.6.4 pinned region with array variable ElektroKill 2023-11-04 21:08:07 +0100
  • 95108c967a Fix #3108: illegal nested classes in enums throw off EnumValueDisplayMode handling. v8.2 Siegfried Pammer 2023-11-03 01:12:37 +0100
  • 0bab8a01ef
    Reduce "unsafe" by replacing byte* pointer usage with ReadOnlySpan<byte> (#3106) James May 2023-11-01 18:34:36 +1100
  • eae54ddf24 Fix #3014: Missing type information in lambda expressions. Siegfried Pammer 2023-11-01 08:29:03 +0100
  • 6e8bcf1bec review feedback #3106 James May 2023-10-24 12:18:53 +1100
  • ce891da793 Fix #3064: Do not only match the full assembly name, but also try to match the filename when applying the "inassembly:" search filter. Siegfried Pammer 2023-10-23 22:08:04 +0200
  • 807a50cbe9 Fix #3065: Hide watermark/help text of SearchBox, if contents are changed programmatically without setting the focus to the text box first. Siegfried Pammer 2023-10-23 21:40:22 +0200
  • e2ed67d517 Fix #3057: CSharpLanguage.ToCSharpString usage of StringBuilder not optimal Siegfried Pammer 2023-10-22 20:29:05 +0200
  • 231a2dc532 Fix #3105 - VS2017-2019 addin didn't properly match subdirectory structure of 2022 addin Christoph Wille 2023-10-21 19:42:01 +0200
  • c12187277c Also use GraphTraversal.DepthFirstSearch for dominance calculation. Daniel Grunwald 2023-10-21 17:33:30 +0200
  • d58576f409 Fix #3075: eliminate recursion in TopologicalSort and BlockTransform. Daniel Grunwald 2023-10-21 16:37:07 +0200
  • e84df3ff20 Move BitOperations to namespace System.Numerics. Daniel Grunwald 2023-10-21 14:52:12 +0200
  • ed1c82468c replace "unsafe" with ReadOnlySpan James May 2023-10-18 20:11:57 +1100
  • d5cec0ab37 Fix #3103: unaligned.stobj cannot be transformed into inline assignment Siegfried Pammer 2023-10-17 22:15:45 +0200
  • ea8b0fb299 Fix #3104: Escape global type and entry point in CSharpLanguage.DecompileAssembly Siegfried Pammer 2023-10-17 21:43:34 +0200
  • 26c9df5d03 Fix #3090: add support for the NUGET_PACKAGES environment variable Siegfried Pammer 2023-10-17 18:27:22 +0200
  • d7168aea64 Fix #3098: Naming scheme for .NET previews has changed a bit Siegfried Pammer 2023-10-17 18:18:23 +0200
  • 18666d8d5d Fix additionalReturnTypeAttributes not being applied. Daniel Grunwald 2023-10-15 15:29:08 +0200
  • 5a5be026d0 Avoid reference count temporarily dropping to zero while ConditionDetection moves instructions to other blocks. Daniel Grunwald 2023-10-14 23:16:57 +0200
  • ee160b4e2a #3075: Improve performance of CSharpResolver.LookupSimpleNameOrTypeName in cases with a large number of local variables. Siegfried Pammer 2023-10-14 23:03:07 +0200
  • 5a3c6e0872 Remove some unused variable management methods in CSharpResolver. Siegfried Pammer 2023-10-14 22:04:24 +0200
  • a99eed0503 Add test case for explicit interface implementation involving nullable types Daniel Grunwald 2023-10-14 22:05:02 +0200
  • a14cc0234e Fix #3094: look for `[NullableAttribute]` both on the property getter and property itself Daniel Grunwald 2023-10-14 21:55:36 +0200
  • ea5adf8e01 Make `ILVariableEqualityComparer.GetHashCode` structurally more similar to the Equals implementation Daniel Grunwald 2023-10-14 21:52:28 +0200
  • cef99dc140 #3075: Fix ILVariableEqualityComparer.GetHashCode Siegfried Pammer 2023-10-11 23:07:03 +0200
  • 09691bd27e #3075: Add NextSetBit operation to BitSet to avoid looking at every store bit individually in ReachingDefinitionsVisitor.GetStores() Siegfried Pammer 2023-10-14 21:04:02 +0200
  • 6e3b9ecc57 Make update check explicit, see #3101 Christoph Wille 2023-10-14 18:27:23 +0200
  • 0a2037ae1f #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. Siegfried Pammer 2023-10-09 00:22:37 +0200
  • a9eccdb654 Fix #3004: MetadataModule.ResolveEntity() returning null for System.IntPtr when C# 11 native integers are enabled. Daniel Grunwald 2023-10-01 18:55:12 +0200
  • 9e168224dd Fix #3091: extension methods named "Add" were skipping some checks in AccessPathElement.IsMethodApplicable. Siegfried Pammer 2023-10-01 17:58:44 +0200
  • d2d1c3326f Fix #3070 stack order on block reimport Daniel Grunwald 2023-09-29 20:40:13 +0200
  • 5206aef4ce Fix #3071 BlockBuilder assertion for unreachable try-block Daniel Grunwald 2023-09-09 16:17:02 +0200
  • 1327a0db83
    Merge pull request #3052 from startewho/entrysize Siegfried Pammer 2023-09-24 10:05:27 +0200
  • be9fabb8af
    Merge pull request #3088 from cshung/public/update-ready-to-run Christoph Wille 2023-09-23 12:41:16 +0200
  • f4af00a8f9 Update ready to run #3088 Andrew Au 2023-09-22 21:22:22 -0700
  • 6d8647bb33
    Set next version to 8.2 Christoph Wille 2023-09-16 19:58:37 +0200
  • aa67a7554b v8.1.1 Christoph Wille 2023-09-16 19:51:21 +0200
  • cf4f68bf3a Set version to 8.1.1 v8.1.1 release/8.1 Siegfried Pammer 2023-09-16 18:39:12 +0200
  • 4de9775842 Fix #3079: Replace parameter names that consist of only whitespace Siegfried Pammer 2023-09-09 13:17:45 +0200
  • d25980b23c Fix #3069: Reuse SwitchAnalysis instead of MatchIfElseOnCharBlock Siegfried Pammer 2023-09-03 21:42:41 +0200
  • 0cdac3fe1e Fix #3056: WriteParameterReference was using the wrong parameter definition in static methods. Siegfried Pammer 2023-08-26 11:49:06 +0200
  • c04dff74d3 Fix #3061: Handler blocks of exception filter blocks do not have a header. Siegfried Pammer 2023-08-26 11:40:26 +0200
  • d355b401d5 We don't need the else block, the base class IsMatch already inspects the terms. Daniel Grunwald 2023-08-12 18:03:01 +0200
  • 58b72f33c1 Fix #3038: Fall back to string search if search term is not a single token. Daniel Grunwald 2023-08-12 17:37:34 +0200
  • 7ce6ded97b Fix #2397: Introduced calls to Unsafe.Read or Unsafe.Write when we would otherwise cause "Cannot declare a pointer to a managed type T" errors. Daniel Grunwald 2023-08-11 18:29:32 +0200
  • bd77617287 Fix #3051: "InvalidOperationException: Stack empty" when decompiling reference assembly with empty method bodies Daniel Grunwald 2023-08-11 17:26:22 +0200
  • 19bc2a2f9e null FilterSettings check #3082 miloush 2023-09-12 14:50:29 +0100
  • f7b9bb5551 rename inherited members to base members miloush 2023-09-12 12:39:26 +0100
  • bf76abf93f Include inherited constructors and nested types miloush 2023-09-12 12:15:55 +0100
  • 6e78f0a31b Show inherited members setting miloush 2023-09-09 22:22:51 +0100
  • 421865acc7 decompile base & derived types in place #3081 miloush 2023-09-09 18:37:48 +0100
  • 0fc003459f Fix #3079: Replace parameter names that consist of only whitespace Siegfried Pammer 2023-09-09 13:17:45 +0200
  • 0c2e4b145b
    Merge pull request #3076 from eduardo-vp/add/gc-info Siegfried Pammer 2023-09-09 09:26:14 +0200
  • 2b8bf8143d Show alternative message if no GC Info is found #3076 unknown 2023-09-05 17:28:01 -0700
  • 3e6fe40567
    Merge pull request #1 from cshung/translation Eduardo Velarde 2023-09-05 17:22:38 -0700
  • 290be277c6 Chinese translation Andrew Au 2023-09-05 15:50:15 -0700
  • c39a1f7fcc Add Show GC Info checkbox unknown 2023-09-05 13:43:01 -0700
  • 25e3ca48db
    Bump actions/checkout from 3 to 4 (#3077) dependabot[bot] 2023-09-05 06:59:16 +0200
  • 22a3662b56
    Bump actions/checkout from 3 to 4 #3077 dependabot[bot] 2023-09-04 22:11:04 +0000
  • 4ca9fddd6f Fix #3069: Reuse SwitchAnalysis instead of MatchIfElseOnCharBlock Siegfried Pammer 2023-09-03 21:42:41 +0200
  • 232582b81d Stop iterating through all of runtimeFunction.DebugInfo.BoundsList for each instruction unknown 2023-09-01 17:07:40 -0700
  • 99a1e427ea Adding GC transitions unknown 2023-09-01 16:08:39 -0700
  • 20201d3598 Add GC Info unknown 2023-09-01 15:15:44 -0700
  • bd82b945ea
    Revert "Accelerate local builds in Visual Studio (#3026)" (#3063) Siegfried Pammer 2023-08-26 17:05:10 +0200
  • e8b3d3a883 Revert "Accelerate local builds in Visual Studio (#3026)" #3063 Siegfried Pammer 2023-08-26 16:15:49 +0200
  • 32242c54a1 Fix #3056: WriteParameterReference was using the wrong parameter definition in static methods. Siegfried Pammer 2023-08-26 11:49:06 +0200
  • 7414aaeeeb Fix #3061: Handler blocks of exception filter blocks do not have a header. Siegfried Pammer 2023-08-26 11:40:26 +0200
  • 12e6dc6eb6 Add missing ParamList column to MethodTableTreeNode. Siegfried Pammer 2023-08-26 11:38:12 +0200
  • a60b92e886
    Merge pull request #3058 from icsharpcode/switch-on-readonlyspan-char Siegfried Pammer 2023-08-24 13:20:04 +0200
  • f6f5a9fe5a PoC for memory benchmark christophwille/membench Christoph Wille 2023-08-17 19:20:18 +0200
  • 70616b301c Implement support for C# 11 switch on (ReadOnly)Span<char>. #3058 Siegfried Pammer 2023-08-17 00:16:25 +0200
  • 7c8b4978f6 Replace Moq with NSubstitute Christoph Wille 2023-08-16 15:24:01 +0200
  • a0ba223921 We don't need the else block, the base class IsMatch already inspects the terms. Daniel Grunwald 2023-08-12 18:03:01 +0200
  • 911abd242d Fix #3038: Fall back to string search if search term is not a single token. Daniel Grunwald 2023-08-12 17:37:34 +0200
  • 03bceed0c1 Fix #2397: Introduced calls to Unsafe.Read or Unsafe.Write when we would otherwise cause "Cannot declare a pointer to a managed type T" errors. Daniel Grunwald 2023-08-11 18:29:32 +0200
  • 9becae2de7 Fix #3051: "InvalidOperationException: Stack empty" when decompiling reference assembly with empty method bodies Daniel Grunwald 2023-08-11 17:26:22 +0200