Commit Graph

  • 2ddb3ac42a NuGet updates 04/25 #3459 Christoph Wille 2025-04-13 08:19:35 +0200
  • d0228d9bd5
    Merge 82f30d28b6 into 5428a9b53a #3387 Christoph Wille 2025-04-09 10:58:07 +0200
  • 5428a9b53a
    Merge pull request #3456 from icsharpcode/feature/wixsharp Christoph Wille 2025-04-09 09:38:59 +0200
  • e83ea6616a Change publishlocaldev.ps1 to build for Release (otherwise deps.json is missing & DiaSym asms are included) #3456 Christoph Wille 2025-04-09 09:16:39 +0200
  • 01f296fed8 Update to _wix4 packages for installer Christoph Wille 2025-04-09 08:45:23 +0200
  • 8439e1ca1e Fix BamlResourceNodeFactory #3449 ds5678 2025-04-08 12:29:07 -0700
  • fb180b0010 Add tests ds5678 2025-04-01 21:44:13 -0700
  • db45fc70a2 Fix regression: UseNestedDirectoriesForNamespaces ds5678 2025-04-01 20:45:46 -0700
  • b50d68c0b0
    Merge pull request #3413 from ds5678/use-type-hint-in-pointer-arithmetic Daniel Grunwald 2025-04-08 08:54:19 +0200
  • dba836c41e
    Merge pull request #3440 from icsharpcode/bugfix/constrained-call-targets Siegfried Pammer 2025-04-08 07:17:52 +0200
  • 6c72d1c5f0 Add transform to remove unconstrained generic reference type check. #3440 bugfix/constrained-call-targets Siegfried Pammer 2025-04-05 23:35:14 +0200
  • ceed9eb01a Dont call GetPointerArithmeticOffset twice unnecessarily #3413 ds5678 2025-04-06 12:53:35 -0700
  • 9f77f8a919 Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. Siegfried Pammer 2025-03-19 19:16:23 +0100
  • c6b6c09cfc Use custom-built version of the test-summary GH action. Siegfried Pammer 2025-03-20 13:07:10 +0100
  • 05d30f192c
    Merge pull request #3455 from ds5678/non-record-primary-constructor-ui Siegfried Pammer 2025-04-05 23:36:13 +0200
  • d16bd115fc Improve UI for primary constructors on non-record types #3455 ds5678 2025-04-05 12:22:32 -0700
  • 8de6585ba4 Add another int-guid pair test ds5678 2025-03-15 10:41:52 -0700
  • 8c29144811 Add struct to struct tests ds5678 2025-03-15 10:37:11 -0700
  • 437bd5656c Fix unit test ds5678 2025-02-27 01:18:52 -0800
  • daa7f7879d Add uint pointer method ds5678 2025-02-25 14:12:58 -0800
  • d75da053a8 Use type hint in pointer arithmetic when appropriate ds5678 2025-02-25 14:03:59 -0800
  • 3b8302903a Fix #3450: Fix "Clear assembly list" not actually persistent. Siegfried Pammer 2025-04-05 00:19:15 +0200
  • fd6070d229 Fix #3342: F***ed up null check in MethodVirtualUsedByAnalyzer Siegfried Pammer 2025-04-01 00:10:32 +0200
  • 485ca1d69a Fix #3353: Normal method is decompiled as lambda expression. Siegfried Pammer 2025-03-31 23:36:49 +0200
  • 453fc06e02 Fix #3406: Wrong decompilation of record struct without primary constructor. Siegfried Pammer 2025-03-31 17:16:08 +0200
  • 6a4ad27185
    Merge pull request #3443 from ds5678/fix-3442 Siegfried Pammer 2025-03-30 23:59:38 +0200
  • 7f024de786 Don't include generic constraints in generated explicit overrides #3443 ds5678 2025-03-30 14:16:43 -0700
  • d2d76eceaa
    PSCmdLet to output target framework for an assembly (#3435) Snorri Beck Gislason 2025-03-30 04:11:23 -0700
  • 247f161eb3 Fix #3437: InvalidOperationException when right-clicking on popupTooltip. Siegfried Pammer 2025-03-29 21:39:52 +0100
  • 7d0262d779 Fix #3439: Regressed decompilation of variables in lambda scope Siegfried Pammer 2025-03-29 20:23:49 +0100
  • 349a89c1fa Fix #3436: Duplicate naming of local functions Siegfried Pammer 2025-03-29 17:57:43 +0100
  • 213fe5f874 Fix missing assignment Siegfried Pammer 2025-03-24 22:49:05 +0100
  • 82f30d28b6 Try MTP trx #3387 feature/mts Christoph Wille 2025-03-23 16:40:38 +0100
  • 4887de3899 Merge Christoph Wille 2025-03-23 15:28:04 +0100
  • f5e851240d
    Add missing null check Siegfried Pammer 2025-03-22 14:59:05 +0100
  • 4ef3581b32
    Merge pull request #3425 from ElektroKill/fix/issue3423 Siegfried Pammer 2025-03-22 14:03:21 +0100
  • 96caa4ecb7 Fix: #3407 Add "private protected" feature for 7.2 decompiler options Siegfried Pammer 2025-03-22 12:27:22 +0100
  • 128f83d74c Fix: Pass current language version to all parts of the UI Siegfried Pammer 2025-03-22 12:19:47 +0100
  • 51522c4487 Fix #3190: NRE in YieldReturnDecompiler Siegfried Pammer 2025-03-22 10:14:11 +0100
  • 29861d7903 Fix #1647: Add a cast to enum constants where the enum type is not known. Siegfried Pammer 2025-03-21 11:00:11 +0100
  • 356d7a1b43 Fix #3408: Wrong exported assembly type Siegfried Pammer 2025-03-21 10:05:08 +0100
  • a40a033335
    Merge pull request #3416 from icsharpcode/variable-naming Siegfried Pammer 2025-03-21 09:10:31 +0100
  • 355a039b59 Sightly improve variable naming of known types such as EventArgs and Exceptions #3416 variable-naming Siegfried Pammer 2025-03-02 22:47:30 +0100
  • 8a67f48e4e Fix #1956: Adapt previous fix for variable names that have a number as suffix. Siegfried Pammer 2025-03-02 22:18:24 +0100
  • ffcd468d22 Fix #1572: parameters of lambdas and local functions are renamed, if there are with names from outer scopes collisions. Siegfried Pammer 2025-03-02 21:41:20 +0100
  • 0481c7d1ee Improve LINQ decompiler to support combining lambda parameter names if they syntactically refer to the same range variable Siegfried Pammer 2025-03-02 11:33:28 +0100
  • 03aecf047d Add VariableScope and rework AssignVariableNames step to support renaming parameters of nested ILFunctions in the future. Siegfried Pammer 2025-03-02 11:30:57 +0100
  • a599aae54d #1572: Do not generate variable names that match C# keywords. Siegfried Pammer 2019-10-04 10:35:35 +0200
  • 73e9771d3c Fix #2269: LocalFunctionDecompiler misplaces nested local functions in ctors Siegfried Pammer 2025-03-21 00:10:00 +0100
  • 16600fa633
    Addressed feedback #3425 ElektroKill 2025-03-20 18:24:26 +0100
  • 8fbb43092a Add GetTargetFramework to psd1 #3435 Snorri Gislason 2025-03-20 05:43:49 +0000
  • 1792502872 PS cmdlet to output target framework for an assembly Snorri Gislason 2025-03-20 05:38:37 +0000
  • 49942382d1 Fix #3432: Do not include delegate construction use-sites in DetermineCaptureAndDeclarationScopes. Siegfried Pammer 2025-03-19 22:52:27 +0100
  • 012f5812e9
    Fix #3423 ElektroKill 2025-03-15 20:28:07 +0100
  • d28cec0d8c
    log full instruction on onsupported OpCode #3427 Andrey "Zed" Zaikin 2025-03-16 10:37:22 +0200
  • a264217952
    Merge pull request #3422 from ds5678/fix-issue-3421 Siegfried Pammer 2025-03-15 12:00:22 +0100
  • e4000c8a5c Enhance null handling in switch transformations #3422 ds5678 2025-03-15 01:29:58 -0700
  • a1b3b14b0b Add test ds5678 2025-03-15 00:51:53 -0700
  • 412b5134e7
    Merge pull request #3417 from icsharpcode/roslyn413 Siegfried Pammer 2025-03-12 19:08:19 +0100
  • cbe8dd43d7 Fix null check in MatchLegacySwitchOnStringWithDict ds5678 2025-03-09 21:00:36 -0700
  • f0f95efa05 Fix StateRangeAnalysis to handle changes in yield return codegen in Roslyn 4.13. #3417 roslyn413 Siegfried Pammer 2025-03-08 19:55:19 +0100
  • bada92ebdf
    Merge pull request #3418 from jwfx/resx-exception Siegfried Pammer 2025-03-08 11:30:52 +0100
  • 5d1219950f Fix exception when writing resx files without adding any resources #3418 jwfx 2025-03-04 21:46:29 +0100
  • 3e5e81e16c Roslyn 4.13 Siegfried Pammer 2025-03-03 19:20:47 +0100
  • 5fab18f3a0 Fix #3414: Apply latest session settings before saving upon closing the main window Siegfried Pammer 2025-03-02 23:45:12 +0100
  • d8825bc1a6
    Bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#3410) dependabot[bot] 2025-02-25 14:56:59 +0100
  • 1309142149
    Bump ossf/scorecard-action from 2.4.0 to 2.4.1 #3410 dependabot[bot] 2025-02-24 22:41:12 +0000
  • 180428a1ff
    Merge pull request #3380 from ds5678/runtimehelpers-createspan-array-initialization Siegfried Pammer 2025-02-22 12:22:12 +0100
  • 3a13d5a698 Allow explicit null termination character #3380 ds5678 2025-02-22 02:00:01 -0800
  • 38cdf6d50a Avoid transforming sub pattern of cpblk stackalloc initializer Siegfried Pammer 2025-02-22 11:09:47 +0100
  • bd0fd8db1f Small refactorings: - extract common code - reduce nesting Siegfried Pammer 2025-02-22 09:08:12 +0100
  • b0d6fa2276 Add support for array initialization based on RuntimeHelpers.CreateSpan<T> ds5678 2025-01-23 19:49:39 -0800
  • 53522c45f8 #3401: fix missing file extension if name contains ':' Siegfried Pammer 2025-02-21 15:52:11 +0100
  • d31ed51569 Fix a few bugs in AnalyzerEntityTreeNode Siegfried Pammer 2025-02-21 15:50:50 +0100
  • 3c70224441 Fix detection and display of explicitly implemented operators. Siegfried Pammer 2025-02-21 11:59:21 +0100
  • 31bbcf41bc Fix handling of file extensions in project export. Siegfried Pammer 2025-02-21 09:14:23 +0100
  • 292c21d68e #3401: Treat class name as single name and not as path. Siegfried Pammer 2025-02-21 07:32:32 +0100
  • 6312ab18ae #2716: Fix typo Siegfried Pammer 2025-02-21 07:11:42 +0100
  • 8b76879493 Fix #2716: Add an option to allow sorting custom attributes Siegfried Pammer 2025-02-20 22:23:06 +0100
  • 853e9d41d4
    Merge pull request #3405 from tom-englert/toggle-smooth-scrolling Siegfried Pammer 2025-02-20 19:03:25 +0100
  • 8eadd907c9 Fix #3393: Option to turn off smooth scrolling #3405 tom-englert 2025-02-20 16:19:26 +0100
  • 79ddc448b6 Fix #3377: Extend error information if multiple assemblies with the same (short) name are selected when creating a solution file. Siegfried Pammer 2025-02-20 14:12:03 +0100
  • c0c5559a7b Fix #3399: Add module filename as ToolTip of AnalyzerEntityTreeNode Siegfried Pammer 2025-02-20 11:53:59 +0100
  • 5b90dbdabf Fix #3385: Allow address uses of structs in using transform, if the reference is passed to an in parameter. Siegfried Pammer 2025-02-20 10:49:50 +0100
  • 807ac32aab Hide ItemsControl of ComboBox width hack, if languageVersionComboBox is invisible. Siegfried Pammer 2025-02-20 10:29:52 +0100
  • 37f3d0b579 Fix #3382: Support compiler-generated throw-helper invocations in switch-expression implicit default-case. #3404 switch-expression-default-case Siegfried Pammer 2025-02-20 10:05:01 +0100
  • 0096994679 Fix #3401: normalize directory separators to use the current platform separator Siegfried Pammer 2025-02-20 10:00:59 +0100
  • 202c5e22e3 Fix #3383: more aggressively transform object initializers on structs Siegfried Pammer 2025-02-16 09:12:00 +0100
  • dcb37f7f8a
    Merge branch 'master' into toggle-smooth-scrolling #3394 Hertzole 2025-02-19 18:43:10 +0100
  • 1379d9ffc5
    chore: update TomsToolbox packages Hertzole 2025-02-19 18:41:39 +0100
  • fb2561ac83
    Fix #3402: System.NullReferenceException on right click on .NET 9 (#3403) tom-englert 2025-02-19 18:29:49 +0100
  • 94990fbdc4 Add comments to clarify about used design pattern #3403 tom-englert 2025-02-19 16:34:05 +0100
  • 33add6f1a7 Fix #3402: System.NullReferenceException on right click on .NET 9 tom-englert 2025-02-18 17:57:02 +0100
  • 2c419f68cf Fix #3322: Add missing checks for equality comparison Siegfried Pammer 2025-01-13 20:04:58 +0100
  • 2984ac2d54 Fix #3322: Add missing checks for equality comparison #3368 Siegfried Pammer 2025-01-13 20:04:58 +0100
  • 4a8c375c41
    Merge pull request #3391 from nil4/master Siegfried Pammer 2025-02-14 18:58:19 +0100
  • d7d0f82418 Fix #3384: add special case for null-literal conversions in optional argument handling. Siegfried Pammer 2025-02-12 22:56:49 +0100
  • 906d248403 Fix #3392: uses of init-setters must use object-initializer syntax. Siegfried Pammer 2025-02-12 22:54:35 +0100
  • fa50e8d8b3 Add non-embedded attributes to all tests that use older framework versions. Siegfried Pammer 2025-02-12 22:53:22 +0100
  • fefd53a0da
    feat: option to turn off smooth scrolling Hertzole 2025-02-11 01:10:40 +0100