7205 Commits (343694c5499d2dd68896563bbbfc72604231deef)
 

Author SHA1 Message Date
Siegfried Pammer 669b48b609 Add AssemblyListSnapshot.TryGetSimilarModuleAsync 3 years ago
Siegfried Pammer 04387d247c Cache AssemblyReference.Name and AssemblyReference.FullName 3 years ago
Siegfried Pammer c525b86da4 TypeUsedByAnalyzer: Refactoring and optimization, we now use raw metadata information whereever possible. 3 years ago
Siegfried Pammer e62d6afcec Add AnalyzerContext.SortResults to allow sorted output of analysis results. 3 years ago
Siegfried Pammer 81af2a4d43 Fix bug in DetermineEffectiveAccessibility 3 years ago
Siegfried Pammer c4edf43b69 AttributeAppliedToAnalyzer: Refactoring and optimization 3 years ago
Siegfried Pammer a9c8f86abc Make TypeDef-ctor of FindTypeDecoder internal. 3 years ago
Siegfried Pammer dd77f2ac50 Correct documentation and API definition of ITypeDefinition.EnumUnderlyingType: it should return null for non-enum types. 3 years ago
Siegfried Pammer a0fb71abad Fix EntityHandle.GetDeclaringType extension and add TypeSpecification.GetGenericType 3 years ago
Siegfried Pammer a4760e2d77 Use bool return types and early returns. 3 years ago
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