Commit Graph

  • 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 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 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
  • 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
  • 15b826fb70 Enable `<RollForward>major</RollForward>` for `ILSpy.exe` #3391 nil4 2025-02-09 10:41:16 +0100
  • c220f06123 v5.0.0 Christoph Wille 2025-02-08 12:23:12 +0100
  • 7d715a4ac3
    Merge pull request #3389 from snorrk/master Siegfried Pammer 2025-02-08 11:57:21 +0100
  • fa409a8186 Load resource stream outside of delegate #3389 Snorri Gislason 2025-02-07 03:29:25 +0000
  • 65886eada1 Beta .7 - fixes https://github.com/nunit/nunit3-vs-adapter/issues/1232#issuecomment-2635132694 Christoph Wille 2025-02-05 07:10:12 +0100
  • d6720bd52a New NUnit runner for Microsoft.Testing.Platform Christoph Wille 2025-02-03 16:21:15 +0100
  • a592169bb3 Fix #3381: Make sure that selectedNode is still selected when focus is deferred in IsActive property changed handler. Siegfried Pammer 2025-01-29 19:42:16 +0100
  • 01d726cd8d Fix #3378: Navigation shortcuts (Alt-Left and Alt-Right) don't work when TreeView has focus Siegfried Pammer 2025-01-28 17:07:42 +0100
  • de93261e81 RTM infos for updates.xml Christoph Wille 2025-01-19 18:05:13 +0100
  • e94eb91739 Fix #3372: Fix loading a DLL that contains byte sequences matching ZIP central directory. v9.0 Siegfried Pammer 2025-01-16 22:13:21 +0100
  • 9f6f1ee96e fix #3372 empty tree for assembly #3373 Trivalik 2025-01-16 21:25:31 +0100
  • 15d8ed1ffe
    Merge pull request #3371 from icsharpcode/fix/fabegone Siegfried Pammer 2025-01-16 09:52:59 +0100
  • 4137a04569 Switch from FA to Shouldly #3371 Christoph Wille 2025-01-16 09:28:20 +0100
  • 7218a63a46 #3367: Extend range check to support negative integers. Siegfried Pammer 2025-01-15 21:02:59 +0100
  • c226e380df
    Switch back to FluentAssertions 7.0 (#3370) Christoph Wille 2025-01-15 09:51:02 +0100
  • ddb8813c14
    Make note of why we stick with 7 #3370 Christoph Wille 2025-01-15 09:04:17 +0100
  • f01e0528a0 Switch back to FluentAssertions 7.0 Christoph Wille 2025-01-15 07:29:04 +0100
  • dee50f4be0
    NuGet updates for January 25 Patch Tuesday (#3369) Christoph Wille 2025-01-14 20:31:12 +0100
  • 9138629223 NuGet updates for January 25 Patch Tuesday #3369 Christoph Wille 2025-01-14 20:02:35 +0100
  • b9f50901a4 Fix #3367: Add extra validation to TransformDecimalCtorToConstant to prevent crashes with obfuscated assemblies. Siegfried Pammer 2025-01-13 19:35:15 +0100
  • 507da701e7 Set VersionName for release Christoph Wille 2025-01-12 07:55:23 +0100
  • c25c4435a2 Try to see if Sonar finds anything interesting #3366 Christoph Wille 2025-01-11 19:03:41 +0100
  • 3a809d7b53
    Update Scorecard actions versions and apply Zizmor offline findings (#3365) Christoph Wille 2025-01-11 11:37:37 +0100
  • 5b1c411a99 Zizmor offline analysis findings #3365 Christoph Wille 2025-01-11 11:00:33 +0100
  • 9673a5a928 Update scorecard.yml actions versions Christoph Wille 2025-01-11 10:59:48 +0100
  • 1263f48dc0
    Use Microsoft.Sbom.Targets in Decompiler, BamlDecompiler and ILSpyX NuGets (#3346) Christoph Wille 2025-01-10 20:44:36 +0100
  • 43eea2c6d0 Need to get used to packages.lock.json... #3346 Christoph Wille 2025-01-10 20:32:07 +0100
  • 7ae625c60c 3.0.1 is now latest Sbom.Targets NuGet Christoph Wille 2025-01-10 20:29:32 +0100
  • 708270ebb0 Pack nugets as a separate step Christoph Wille 2025-01-10 20:14:39 +0100
  • 8c1e204dc7 Fix projects Christoph Wille 2025-01-10 19:59:17 +0100
  • 49fa5d6496 Explicit Version tag needed even with CPM, otherwise "ICSharpCode.Decompiler.csproj : warning NU1604: Project dependency Microsoft.Sbom.Targets does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results." Christoph Wille 2025-01-10 19:56:05 +0100
  • 0865f46eb5 No separate pack step (GeneratePackageOnBuild remains) Christoph Wille 2025-01-10 19:11:45 +0100
  • 126dffef38 Fix #3364: Custom events and indexers can never have an initializer, so do not include them in the output for constructors. Siegfried Pammer 2025-01-09 19:21:11 +0100
  • ae776716dd Fix #3181: missing type information on NullReferenceExpression used with nullable value types. Siegfried Pammer 2025-01-08 20:21:14 +0100
  • 5c446e925a Update packages.lock.json for new package Christoph Wille 2025-01-08 07:33:30 +0100
  • 6abd9524b9 Merge branch 'christophwille/sbomtargets' of https://github.com/icsharpcode/ILSpy into christophwille/sbomtargets Christoph Wille 2025-01-08 07:31:56 +0100
  • e734f7122c Use https://github.com/microsoft/sbom-tool/tree/main/src/Microsoft.Sbom.Targets to embed SBOM in ICSharpCode.Decompiler NuGet Christoph Wille 2024-12-04 19:22:04 +0100
  • 1853439d1d
    Create scorecard.yml (#3362) Christoph Wille 2025-01-07 18:51:28 +0100