8033 Commits (37c56e7e7b977de64c78a129031e6744b59ad7a2)
 

Author SHA1 Message Date
Siegfried Pammer fe879869c3 ExportAnalyzerAttribute: Simplify pattern matching and avoid multiple enumeration 10 months ago
Siegfried Pammer 427fbcd8c0 Fix general using statement pattern 10 months ago
Christoph Wille d0bdf185d3
Merge pull request #3239 from icsharpcode/ilspyx-collect-analyzers 10 months ago
Siegfried Pammer dab256ceb0 Update stackalloc initializer patterns for Roslyn 4.10.0. 10 months ago
Andreas Weizel f2437bb046 Allow to collect analyzers annotated with ExportAnalyzerAttribute without MEF 10 months ago
Siegfried Pammer a5ed5ec5cb Support types that provide DisposeAsync without implementing IAsyncDisposable. 10 months ago
Siegfried Pammer 783c934bfd Transform RequiresLocationAttribute to 'ref readonly' on function pointers. 10 months ago
Siegfried Pammer 02d2a8c1f8 Add metadata processing for C# 12 'ref readonly' parameters 10 months ago
Siegfried Pammer 5d36732fcf Remove ApplyPdbLocalTypeInfoTypeVisitor (merge it into ApplyAttributeTypeVisitor) 10 months ago
Siegfried Pammer 3b2affa13b Add new language versions to DefineConstants in Decompiler.Tests 10 months ago
Siegfried Pammer 4bf9487ecd Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 10 months ago
Daniel Grunwald da24b7d126 Add BuildTools/format.bat 10 months ago
Christoph Wille e0c37cc2a7
Merge pull request #3238 from icsharpcode/feature/dotnet-format8 10 months ago
Christoph Wille 28b7280741 Fix dotnet-format to v8 via transport feed for dotnet8. See also PR #2747 10 months ago
Daniel Grunwald ce8fb83c52 Forgot to commit some files 10 months ago
Daniel Grunwald d48df11133 Remove unused transforms: DecimalConstantTransform and ParameterNullCheckTransform 10 months ago
Christoph Wille 4693fba417 Update NuGet packages 10 months ago
Siegfried Pammer e5b8aaabdf
Merge pull request #3231 from icsharpcode/feature/mtga 10 months ago
Christoph Wille ae338a001e Early return if DecompilerTests.config.json doesn't exist (saves time with ConfigurationBuilder) 10 months ago
Christoph Wille 17a6197a6a Add TestsAssemblyTempPath to enable the ability to redirect to a central location 10 months ago
Christoph Wille c940cbc1d9 Add TestsAssemblyOutput, keep existing behavior of output assembly locations 10 months ago
Christoph Wille 7e1523111a Set RuntimeIdentifier based on OS architecture 10 months ago
Siegfried Pammer 476e80b190 Use uncompressedStream for PEFile in XamarinCompressedFileLoader 11 months ago
Daniel Grunwald fa19470435 Fix #3218: Avoid exceptions when IL is invalid due to unexpected end-of-method-body. 11 months ago
Siegfried Pammer 6c08851cb0 #3209: Only add imports for extension methods. 11 months ago
Siegfried Pammer 972354913e Fix #3209: Ensure using directives are added for extension methods in higher level patterns such as: foreach -> GetEnumerator(), collection initializer -> Add() and deconstruction -> Deconstruct(). 11 months ago
Christoph Wille dd7d7b806f Update command line options documentation to latest released version 11 months ago
Siegfried Pammer 401cb77ae3 Fix #3189: Support primitive types in Expression.Constant(object) pattern. 12 months ago
Christoph Wille c269b99d67 DllImport to LibraryImport in SharpTreeView 12 months ago
Siegfried Pammer cc421d9513 PackageFolderTreeNode: Allow .exe extension in addition to .dll. 12 months ago
Siegfried Pammer 77b237d5a4 Fix mysteriously deleted issue #3197: Skip file formats that currently can only be loaded from a file when dealing with a file from a bundle or package. 12 months ago
Christoph Wille 399ba1c010
Enable certain commands only on Windows (#3217) 12 months ago
Christoph Wille f996283233 Update NuGet packages 12 months ago
Christoph Wille 13418aa00a Fix warnings for single instance handling 12 months ago
Siegfried Pammer 3304d6bcb9
Merge pull request #3212 from icsharpcode/feature/singleinstance2024 12 months ago
Christoph Wille baea9c940a CommandLineArguments ctor to static Create method 12 months ago
Christoph Wille bc8decc748 Switch from DllImport to LibraryImport source generator 12 months ago
Christoph Wille 94654e6d49 Add back WindowState handling from command line arguments 12 months ago
Christoph Wille 8fa41a9cb0 Remove obsolete code 12 months ago
Christoph Wille 7946f72024 Centralize single instancing logic back in MainWindow, fix Skip(1) error due to .Args property implementation 12 months ago
Christoph Wille 2f93d41abb Remove obsolete native imports 12 months ago
Christoph Wille 5fa25a606c Add relative path logic to new SingleInstance code 12 months ago
Christoph Wille 82fece3d16 Add unmodified Medo SingleInstance https://github.com/medo64/Medo/blob/main/src/Medo/Application/SingleInstance.cs 12 months ago
Christoph Wille e64795aad8 Prepare new AppEnv namespace that will house all application environment code (configuration and runtime) 12 months ago
Siegfried Pammer d7771486d2
Merge pull request #3205 from icsharpcode/feature/atfile 12 months ago
Christoph Wille e4e2dd3bff Fix docs for space for line syntax in response file 1 year ago
Christoph Wille 8ad24cd470 Set UnrecognizedArgumentHandling to CollectAndContinue 1 year ago
Christoph Wille 84b78b399f Switch to per-line arguments 1 year ago
Christoph Wille 049b867128 Special-case @file in FullyQualityPath to avoid situations like System.IO.IOException: The filename, directory name, or volume label syntax is incorrect. : 'D:\GitWorkspace\ILSpy\ILSpy.AddIn\bin\Debug\net472\@C:\Users\christophw\AppData\Local\Temp\tmp1E90.tmp' 1 year ago
Christoph Wille d2221783ba Keep track of temp files and try to clean in QueryClose (if VS does not shut down cleanly obviously files will be left over) 1 year ago