7755 Commits (757f705bdeb2bf598a6d84a25d4406b824f459f9)
 

Author SHA1 Message Date
SlimeNull 757f705bde Remove 'Inherits' option of some SmoothScrollingBehavior properties 11 months ago
SlimeNull b5e24d0bf6
Merge branch 'master' into master 11 months ago
SlimeNull 050bb96c80 Replacing inheritance-based smooth scrolling with Behavior implementation 11 months ago
Christoph Wille f037eb6ac4 Fix .NET version mixup in instructions for building on Windows 11 months ago
SlimeNull 8179722d01 Fix Format 11 months ago
Daniel Grunwald aa914058ce Fix #3237: Use `ref readonly` locals for `readonly.ldelema` 11 months ago
Siegfried Pammer 5a66518581 Add more tests for C# 12 ref readonly parameters 11 months ago
Siegfried Pammer 82256c47fb Add test case for C# 12 optional parameters in lambdas. 11 months ago
Siegfried Pammer 67a0bfb051 Update to Roslyn 4.10.0 11 months ago
Siegfried Pammer 7b1f8a305c Implemented support for string concatenation compound assignments involving ReadOnlySpan<char>. 11 months ago
Siegfried Pammer 1c71f6ad46 Support concatenation involving arguments of type ReadOnlySpan<char>. 11 months ago
Daniel Grunwald 1616d15572 Move roundtrip tests to their own namespace. 11 months ago
Siegfried Pammer 9548a11d37 Use ILSpyHelper_AsRefReadOnly to ensure that overload resolution can pick the correct overload using 'in'. 11 months ago
Siegfried Pammer 03a20f3494 Support ILInlining for in parameters 11 months ago
Siegfried Pammer fd1de09489 Avoid using operator + for string concatenation when ref-like types are involved. 11 months ago
Siegfried Pammer e6004e5f26 Handle ReferenceKind.RefReadOnly in a few more cases 11 months ago
Siegfried Pammer 28aa88bfb8 Make NullableLiftingTransform handle the case where ExpressionTransforms.VisitComp already lifted a nullable comparison with constant. 11 months ago
Siegfried Pammer 9d22e3ab41 NullableLiftingTransform: Undo new compiler optimization (omitting get_HasValue for comparisions with constants) 11 months ago
Siegfried Pammer cf5f10067e CallBuilder: Extract handling of interpolated string pattern into separate method. 11 months ago
Siegfried Pammer fe879869c3 ExportAnalyzerAttribute: Simplify pattern matching and avoid multiple enumeration 11 months ago
Siegfried Pammer 427fbcd8c0 Fix general using statement pattern 11 months ago
Christoph Wille d0bdf185d3
Merge pull request #3239 from icsharpcode/ilspyx-collect-analyzers 11 months ago
Siegfried Pammer dab256ceb0 Update stackalloc initializer patterns for Roslyn 4.10.0. 11 months ago
Andreas Weizel f2437bb046 Allow to collect analyzers annotated with ExportAnalyzerAttribute without MEF 11 months ago
Siegfried Pammer a5ed5ec5cb Support types that provide DisposeAsync without implementing IAsyncDisposable. 11 months ago
Siegfried Pammer 783c934bfd Transform RequiresLocationAttribute to 'ref readonly' on function pointers. 11 months ago
Siegfried Pammer 02d2a8c1f8 Add metadata processing for C# 12 'ref readonly' parameters 11 months ago
Siegfried Pammer 5d36732fcf Remove ApplyPdbLocalTypeInfoTypeVisitor (merge it into ApplyAttributeTypeVisitor) 11 months ago
Siegfried Pammer 3b2affa13b Add new language versions to DefineConstants in Decompiler.Tests 11 months ago
Siegfried Pammer 4bf9487ecd Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 11 months ago
Daniel Grunwald da24b7d126 Add BuildTools/format.bat 11 months ago
Christoph Wille e0c37cc2a7
Merge pull request #3238 from icsharpcode/feature/dotnet-format8 11 months ago
Christoph Wille 28b7280741 Fix dotnet-format to v8 via transport feed for dotnet8. See also PR #2747 11 months ago
Daniel Grunwald ce8fb83c52 Forgot to commit some files 11 months ago
Daniel Grunwald d48df11133 Remove unused transforms: DecimalConstantTransform and ParameterNullCheckTransform 11 months ago
Christoph Wille 4693fba417 Update NuGet packages 11 months ago
SlimeNull 0360f8d6d9 Remove unnecessary parts from EleCho.WpfSuite 11 months ago
SlimeNull 5698482fd8 Switching from EleCho.WpfSuite package references to direct code references 11 months ago
SlimeNull ef1d436173 Optimize the scrolling experience 11 months ago
Siegfried Pammer e5b8aaabdf
Merge pull request #3231 from icsharpcode/feature/mtga 11 months ago
Christoph Wille ae338a001e Early return if DecompilerTests.config.json doesn't exist (saves time with ConfigurationBuilder) 12 months ago
Christoph Wille 17a6197a6a Add TestsAssemblyTempPath to enable the ability to redirect to a central location 12 months ago
Christoph Wille c940cbc1d9 Add TestsAssemblyOutput, keep existing behavior of output assembly locations 12 months ago
Christoph Wille 7e1523111a Set RuntimeIdentifier based on OS architecture 12 months ago
Siegfried Pammer 476e80b190 Use uncompressedStream for PEFile in XamarinCompressedFileLoader 1 year ago
Daniel Grunwald fa19470435 Fix #3218: Avoid exceptions when IL is invalid due to unexpected end-of-method-body. 1 year ago
Siegfried Pammer 6c08851cb0 #3209: Only add imports for extension methods. 1 year 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(). 1 year ago
Christoph Wille dd7d7b806f Update command line options documentation to latest released version 1 year ago
Siegfried Pammer 401cb77ae3 Fix #3189: Support primitive types in Expression.Constant(object) pattern. 1 year ago