8033 Commits (37c56e7e7b977de64c78a129031e6744b59ad7a2)
 

Author SHA1 Message Date
Siegfried Pammer 7218a63a46 #3367: Extend range check to support negative integers. 4 months ago
Christoph Wille c226e380df
Switch back to FluentAssertions 7.0 (#3370) 4 months ago
Christoph Wille dee50f4be0
NuGet updates for January 25 Patch Tuesday (#3369) 4 months ago
Siegfried Pammer b9f50901a4 Fix #3367: Add extra validation to TransformDecimalCtorToConstant to prevent crashes with obfuscated assemblies. 4 months ago
Christoph Wille 507da701e7 Set VersionName for release 4 months ago
Christoph Wille 3a809d7b53
Update Scorecard actions versions and apply Zizmor offline findings (#3365) 4 months ago
Christoph Wille 1263f48dc0
Use Microsoft.Sbom.Targets in Decompiler, BamlDecompiler and ILSpyX NuGets (#3346) 4 months ago
Siegfried Pammer 126dffef38 Fix #3364: Custom events and indexers can never have an initializer, so do not include them in the output for constructors. 4 months ago
Siegfried Pammer ae776716dd Fix #3181: missing type information on NullReferenceExpression used with nullable value types. 4 months ago
Christoph Wille 1853439d1d
Create scorecard.yml (#3362) 4 months ago
Christoph Wille ee6d939478 Package BamlDecompiler in CI 4 months ago
Siegfried Pammer 7c6f7fea05 Make sure that there is only one applicable implicit conversion when dealing with switch, otherwise use an explicit cast. 4 months ago
Siegfried Pammer e1e2f739f6 Fix switch-on-string transform for optimized Roslyn. 4 months ago
Siegfried Pammer e4285b751b Fix build. 4 months ago
Siegfried Pammer efbefd0d3b Fix #3361: switch-value conversion was losing its target type. 4 months ago
Christoph Wille 6215747563
Principle of least privilege for workflow tokens (#3360) 4 months ago
Christoph Wille 045b08f946
Create SECURITY.md 4 months ago
Christoph Wille 1048cd9557
Enable repeatable package restores (#3359) 4 months ago
Siegfried Pammer 9da70dfb32
Merge pull request #3358 from icsharpcode/fix/licloc 4 months ago
Christoph Wille a0e22b1757 IncludeInVSIX passes original name unchanged (ignores Linked) 4 months ago
Christoph Wille 4bad0c7a4b Move license.txt to root folder LICENSE file 4 months ago
Siegfried Pammer d0eeef43d4
Merge pull request #3356 from naratteu/master 4 months ago
Christoph Wille 8373ac752e
v9.0 RC Designation (#3357) 5 months ago
박성원 2f53f69799 Fix #3355 : Insert missing DecompilerSettings 5 months ago
Siegfried Pammer a9b2ade689
Merge pull request #3350 from CreateAndInject/FixMnemonic 5 months ago
Siegfried Pammer 44da7ce023 Fix broken Window menu and ResetLayout 5 months ago
CreateAndInject b32f026d34 Fix Mnemonic 5 months ago
Siegfried Pammer 51aac5f38e
Merge pull request #3348 from CreateAndInject/FixHighDpi 5 months ago
CreateAndInject 19d4f01365 Use TextRenderer.MeasureText instead of Graphics.MeasureString to get exact result 5 months ago
Siegfried Pammer 663dea45bf Performance: Initialize ToolPanes in DockWorkspace.InitializeLayout() instead of the property getter to avoid WPF seeing them in InitializeComponent() and rendering all panes docked at the right before the layout is properly initialized. This also appears to make startup around 500ms/25% faster, keeping total time from App::.cctor to "decompilation finished" (for a "standard" assembly node with just attributes in the output) at under two seconds. 5 months ago
Siegfried Pammer 62cdf38e9b Fix #3349: Get rid of version string manipulation in UniversalAssemblyResolver.ParseTargetFramework. 5 months ago
Christoph Wille e652490cce
Implement 3330: Generate diagram from UI without advanced options (#3336) 5 months ago
Andrew Au 6293cd1762
Update ReadyToRun to use 9.0 package (#3340) 5 months ago
Christoph Wille e28d04810a
Merge pull request #3334 from icsharpcode/feature/nuup1124 5 months ago
Christoph Wille ffa88347fa
Merge pull request #3338 from icsharpcode/fix/unable 5 months ago
Christoph Wille bff20985fc
Add DOTNET_ROOT 5 months ago
CreateAndInject 762a7713d8 Fix high Dpi 5 months ago
Christoph Wille 25a9693457 Roslyn 4.12 5 months ago
Siegfried Pammer 9986104c3f Remove childrenNeedFiltering 6 months ago
Siegfried Pammer 17302345ec Fix #3332: Re-apply filter to all descendants. 6 months ago
Siegfried Pammer 7ee01ba070 Remove code duplication from AssemblyTreeNode 6 months ago
Siegfried Pammer fd285e369a Add SharpTreeNode.OnParentChanged() callback 6 months ago
Siegfried Pammer 53cf07cae9
Merge pull request #3335 from tom-englert/Issue##3333 6 months ago
Christoph Wille 5ba75bfd51 Fix for "Unable to locate dotnet CLI. Ensure that it is on the PATH." https://github.com/microsoft/azure-pipelines-tasks/issues/19162 (then see https://github.com/dotnet/format/pull/2000) 6 months ago
tom-englert 446ce3174b Fix #3333: Clicking does not select in Assemblies pane when it doesn't have focus 6 months ago
Christoph Wille b4df781da1 Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, System.Resources.Extensions to 9.0, SRM/S.C.Immutable to 9.0 outside ICSD 6 months ago
Siegfried Pammer 36abb399b3 #3327: update-assemblyinfo.ps1: Redirect stderr for commands that should ignore errors. 6 months ago
Holger Schmidt 09ed31d391
Generate Mermaid HTML diagrammer from input assembly via ilspycmd (#3324) 6 months ago
Christoph Wille b4d85a557c
Merge pull request #3325 from tom-englert/dev/WpfRefactoring 6 months ago
Siegfried Pammer c478ccc2e0 Fix #3319: KeyDownEvent field reference was replaced with KeyDown event reference. 6 months ago