6995 Commits (3043af0eadc30be4c18ca0325162a9fbdfdb092d)
 

Author SHA1 Message Date
Siegfried Pammer e31828a0ba Do not use MetadataModule.ResolveType directly in HandleMember. 3 years ago
Siegfried Pammer afa36753be Rewrite TypeUsedByAnalyzer using FindTypeDecoder based on SRM for signature scanning. 3 years ago
Siegfried Pammer 8cc0bf8b49 Generalize FindTypeDecoder 3 years ago
Siegfried Pammer 1887412c46 Add ITypeDefinition.MetadataName 3 years ago
Siegfried Pammer 1efcfe4ae4 #2594: Improve AssemblyListSnapshot: normalize all .NET Framework versions "v4.x" to "v4" 3 years ago
Siegfried Pammer 4f6f7effd9 #2594: Add AnalyzerHelpers.IsPossibleReferenceTo for methods to speed MethodUsedByAnalyzer 3 years ago
Siegfried Pammer 11fbb2610d #2594: Introduce AssemblyListSnapshot to avoid expensive and repetitive LoadedAssembly.CreateLoadedAssemblyLookupAsync calls 3 years ago
Siegfried Pammer 1bd24e6ec2 #2594: MethodUsedByAnalyzer: Create code mappings only for types that actually have a usage of the analyzed method. 3 years ago
Siegfried Pammer 02d143c754 Optimize IsKnownType/IsKnownAttribute (see #1204 and #2594) 3 years ago
Siegfried Pammer cd8edafc36
Merge pull request #2636 from GreyXor/ilspycmd-nested-directories 3 years ago
Siegfried Pammer 2055af93db Update AvalonDock to https://github.com/Dirkster99/AvalonDock/releases/tag/v4.70.1 3 years ago
Christoph Wille 9e1c2ab7c9 Remove <Preview> from VS 2022 addin manifest 3 years ago
Chen Zhipeng 4a5fe9dee2 #2623 Fix error in start up in zh-Hans 3 years ago
Siegfried Pammer 173759d554 Fix depreciation warning about WebClient: Use HttpClient instead. 3 years ago
Siegfried Pammer 9b36f33f5c Fix CA1416: Properly specify SupportedOSPlatform in all platform-specific assemblies. 3 years ago
Siegfried Pammer 49cc1a6f4e
Merge pull request #2642 from icsharpcode/net60 3 years ago
Siegfried Pammer db034d3048 Remove incomplete/wrong support for null-forgiving operator. 3 years ago
Siegfried Pammer 3c2e52854e DetectPinnedRegions: Inline the stack-slot involved in CustomRefPinPattern so that the following ProcessPinnedRegion call can reuse existing unmanaged pointer variables instead of being forced to create a new variable. 3 years ago
Siegfried Pammer f98012ec16 DetectPinnedRegions: Support special case where pinned pointer is unused and the compiler optimized out the StopGCTracking-conversion. 3 years ago
Siegfried Pammer cbcfcf6c2a IntroduceQueryExpressions: Do not ignore attributes on lambdas 3 years ago
Siegfried Pammer 406f537fbe Ditch nuspec.template 3 years ago
Siegfried Pammer 44dee6ecc2 Add additional tests for .NET 4.0 3 years ago
Siegfried Pammer 5f73bfbb01 Fix Deconstruction for Deconstruct instance methods of value-types. 3 years ago
Siegfried Pammer e726ae28a5 Fix type equality check in TransformCollectionAndObjectInitializers 3 years ago
Siegfried Pammer 272db616ba Fix DebugSteps not working when changing to ILAstLanguage. 3 years ago
Siegfried Pammer 50cfcc214c DecompilerTypeSystem: Add support for implicit references 3 years ago
Siegfried Pammer e24b901cd1 Build self-contained test runners before running tests. 3 years ago
Siegfried Pammer ce63410ce9 Add test-reporter 3 years ago
Christoph Wille 7c85d0f99c Go back to using dotnet test 3 years ago
Siegfried Pammer 3a04963191 Fix BAML tests 3 years ago
Siegfried Pammer 2de6e1fe30 Ignore nullability annotations when comparing types in the case of implicit conversions. 3 years ago
Siegfried Pammer fe915780ad Add AssemblyVersion to IModule 3 years ago
Siegfried Pammer 00edcad849 Use .NET 4.7.2 assemblies for our type system tests. 3 years ago
Siegfried Pammer d85759f505 Force StackTests to use 32-bit runner 3 years ago
Siegfried Pammer 9e46b9d357 Update WellKnownConstants test for net6.0 3 years ago
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