7060 Commits (e9a2bf4556592536256180a10087f524a509e87f)
 

Author SHA1 Message Date
Christoph Wille 266ce4c779 Use ExecuteBufferedAsync from CliWrap 3 years ago
Siegfried Pammer e4b63f7a35 - Make all tests async. 3 years ago
GreyXor 7ae31fa7f3
ilspycmd nested directories decompiler setting 3 years ago
Christoph Wille 2e706df7d4 Add self-contained zip creation 3 years ago
Christoph Wille 9a5bcf21af ilspycmd will only target net60 going forward (it might start depending on ILSpyX too) 3 years ago
Christoph Wille f5cfff8d9f Add RIDs for self-contained publishing 3 years ago
Christoph Wille 52b1c49182 Tests need to be platform specific for ilasm.exe to be extracted correctly 3 years ago
Christoph Wille a794a56a10 Fix up ILSpy.Tests + <Project> tag for all projects 3 years ago
Christoph Wille 4b5f4c6681 Remove Stub 3 years ago
Christoph Wille d68cc56340 Fix up Baml decompiler unit test project 3 years ago
Christoph Wille b5b7396270 Fix up ics.d.tests to look like a File New/NUnit project 3 years ago
Christoph Wille a4ecc5e81c Remove MSIX-specific code paths in ILSpy 3 years ago
Christoph Wille 16cc80ac9d Test .dll instead of .exe (to resolve: couldn't we OutputType Library instead) 3 years ago
Christoph Wille c6641d52ac Switch to vstest.console (and go back to net6.0 for ics.d.test re:xplat) 3 years ago
Christoph Wille 9d08e762e2 Fix path in unit test task 3 years ago
Christoph Wille 76bc5a3bab Set TFM to TargetFramework to match other unit test projects 3 years ago
Christoph Wille 1ac588169a Remove MSIX project 3 years ago
Christoph Wille df89c1498f matrix.channel leftover in zip task 3 years ago
Christoph Wille 15ad025ad9 Fix buildOutputDir. Note: should use output from dotnet publish! 3 years ago
Christoph Wille 379cc763c0 Fix ILSpyBuildPath and .exe.config -> .dll.config. Note: should use output from dotnet publish! 3 years ago
Christoph Wille ce7f594010 Remove outdated build tools 3 years ago
Christoph Wille 9a4f5bc664 Minimal changes for building on .NET 6.0 3 years ago
Siegfried Pammer 9e54b44b11 Move ILSpy to net6.0-windows 3 years ago
Siegfried Pammer d91732f82a Set version to 8.0.0-alpha1 3 years ago
Siegfried Pammer 41c99e4727 #2622: Fix crash in ExpressionBuilder when decompiling object initializer composed of readonly properties. 3 years ago
Siegfried Pammer 07bedd45d1 Fix #2572: Shallow clones do not produce correct version numbers as these require full history. 3 years ago
Siegfried Pammer f1bdbfba2d Add CopyAnalysisResultsContextMenuEntry to AnalyzerSearchTreeNode 3 years ago
Siegfried Pammer 294ebb8736 Add /separate cmd-line argument to launchSettings.json 3 years ago
Daniel Grunwald 892570a68f Sort Resources.zh-Hans.resx 3 years ago
Daniel Grunwald 7a97fdd02d Add comment for Double_One_Div_LongMaxValue 3 years ago
Christoph Wille 5ff81c25f8 Update (c) for 2022 3 years ago
Daniel Grunwald db7d507138 Fix #2615: Overflow check did not work reliably due to fp rounding error 3 years ago
Siegfried Pammer 2ee248bc2e
Merge pull request #2608 from icsharpcode/submenu-support 3 years ago
Siegfried Pammer d98ff730a0 Fix build. 3 years ago
Siegfried Pammer 4aa7f5fc38 Fix #2612 decompilation of newarr with int.MaxValue causes OOME in decompiler. 3 years ago
Siegfried Pammer 00a32e0575 Use AlwaysQualifyMemberReferences = true in Windows Forms InitializeComponent methods. 3 years ago
Siegfried Pammer f7be178d18 Fixes #2605: Add possibility to add submenu items 3 years ago
Christoph Wille 9ba323d788
Merge pull request #2606 from Nyerst/patch-1 3 years ago
Siegfried Pammer 94ffb32533 Use MenuItem.Tag to identify menu items and remove dependency of menu item creation on GetResourceString 3 years ago
Nyerst 54f054751b
Update Resources.zh-Hans.resx 3 years ago
Siegfried Pammer 03c38c5e17 Improved Window menu. 3 years ago
Siegfried Pammer 906ba2e5e3 Add single-instance launch config 3 years ago
Siegfried Pammer fe3fcc8e36 Fix #2597, fix #2579: Use "ILSpyInstance" mutex to wait until the first ILSpy instance is ready to receive WM_COPYDATA. 3 years ago
Siegfried Pammer 2077306a49 Fix #2368: Dim namespaces containing only internal types 3 years ago
Siegfried Pammer 7c7247d359 Fix AnalyzerSearchTreeNode.Text 3 years ago
Siegfried Pammer 104aafbd5d Remove ILSpy-specific triggers from Generic.xaml 3 years ago
Siegfried Pammer e2428148ef Ignore instructions with field operands in MethodVirtualUsedByAnalyzer 3 years ago
Siegfried Pammer 1c0460d077 AnalyzerScope: Retrieve list of assemblies only once and not in every iteration. 3 years ago
Siegfried Pammer 9d264f56d6 - Properly reset AnalyzerSearchTreeNode on assembly list changes. 3 years ago
Siegfried Pammer 0f577200f5
Merge pull request #2595 from AustinWise/austin/FixIconLoading 3 years ago