5908 Commits (dc3dd193c82da9099021837ffd3cceedb8f945a5)
 

Author SHA1 Message Date
Siegfried Pammer ab89581eab Fix JumpToReference/ReferenceSegment tuple mess. 5 years ago
Siegfried Pammer 40687ea8ad #1498: Remove Fusion API usage: Use standard file enumeration instead. This should enable us to use the GAC even with restricted access, as only the LIST permission is required. 5 years ago
Siegfried Pammer 7571b59abf Improve DotNetCorePathFinderExtensions.DetectTargetFrameworkId to properly detect framework version of GAC assemblies. 5 years ago
Siegfried Pammer 5a66770b2c
Merge pull request #1987 from cshung/dev/andrewau/visualize-debug-bounds 5 years ago
Daniel Grunwald 9659be0d55 #1946: Fix IsBranchToReturnBlock() [was broken in c1265ad830] 5 years ago
Siegfried Pammer cba402955c Add suggested improvements 5 years ago
Siegfried Pammer 0dfcafdfe8 Add preconfigured assembly list selection and rename command to ManageAssemblyListsDialog 5 years ago
Siegfried Pammer 60e9c204cc Fix #1940: Make sure that we use the correct .NET Core version, when there are multiple frameworks loaded in the current assembly list. 5 years ago
Siegfried Pammer b92a4b956c #1940: Ignore nullability in ETs 5 years ago
Siegfried Pammer c676665a61 #1940: Refactor TransformExpressionTrees to support rolling back all changes if the transform fails. 5 years ago
Daniel Grunwald c1265ad830 Fix #1946: Don't move `return` into `try` block when doing so changes the semantics of a `finally` block. 5 years ago
Daniel Grunwald 2665d800d0 Update test to Roslyn 3.6.0-3.final. 5 years ago
Daniel Grunwald 2da513eb24 Fix #1988: handle Roslyn 3.6 task creation pattern in async/await decompiler. 5 years ago
Daniel Grunwald 1926756cfa Handle the special cases where the range does not have a start or endpoint. 5 years ago
Andrew Au d92ca2ef79 Decorate the ready to run disassembly with DebugInfoBounds 5 years ago
Daniel Grunwald 0dd75d6852 Add support for slicing using C# 8 ranges. 5 years ago
Daniel Grunwald aed358b5a0 Use more precise ResolveResult, so that Range/Index operators are hyperlinked. 5 years ago
Daniel Grunwald dd54dbc144 Disable IndexRangeTransform if the "C# 8 ranges" setting is disabled. 5 years ago
Daniel Grunwald dc38355e12 Support `list[^idx]`. 5 years ago
Daniel Grunwald 060830dd64 Variable splitting: support cases where a ref is passed through a ref-returning method, and then used. 5 years ago
Daniel Grunwald 12226c5f90 Add support for indexing a container with a System.Index instance. 5 years ago
Daniel Grunwald 748c54a1c1 Support array slicing. 5 years ago
Daniel Grunwald dc6e094a30 Add support for indexing arrays using System.Index 5 years ago
Daniel Grunwald 4846feb640 Add support for C# 8 range syntax. 5 years ago
Daniel Grunwald 5ad7ee0cea Fix #1629: Add support for `[module: NullablePublicOnly]` 5 years ago
Siegfried Pammer 24810cb2e8
use ILInstruction.StartILOffset instead of ILRanges.First().Start 5 years ago
Christoph Wille ba1dee79b7 Remove MS-PL embedded resource from ILSpy.csproj 5 years ago
Christoph Wille 02da8a3cf1 Remove MS-PL from docs (was no longer applicable to any portions of ILSpy) 5 years ago
Christoph Wille adc00d6f63
Merge pull request #1984 from icsharpcode/fix-license-mismatch 5 years ago
Siegfried Pammer 5a53bc0e38 Fix remaining mismatched license headers 5 years ago
Christoph Wille 26c196139e Update frontends to 6.0.0.5671-preview3 5 years ago
Siegfried Pammer f8242d85fd ILSpy.AddIn: link to license.txt from doc folder. 5 years ago
Siegfried Pammer a9e8d1e7ec Remove unused BamlDecompiler/Extensions.cs 5 years ago
Siegfried Pammer 8925b4ff7b Inline variable declarations/modernize parts of our code base. 5 years ago
Siegfried Pammer 9ebef78b51 #1952: Apply suggestions and fixes from code review. 5 years ago
Siegfried Pammer f316838873 Fix #1952: Add a button to the Misc settings page that adds an "Open with ILSpy" entry to the Windows Explorer context menu on exe and dll files. 5 years ago
Siegfried Pammer 68c5ea63f9 Fix HideEmptyMetadataTables option in Metadata/DebugMetadataTreeNode.cs 5 years ago
Siegfried Pammer cde00cba97 Set preview3 5 years ago
Siegfried Pammer e2df79ef70 Fix #1975: readonly modifier is added to structs even if language version is lower than C# 7.0 5 years ago
Siegfried Pammer 91e9573449 Fix #1976: ProxyCallReplacer should honor selected language version/selected options 5 years ago
Siegfried Pammer d09190533a Fix #1980: IndexOutOfRangeException when choose `IL with C#` with System.Runtime.CompilerServices.Unsafe.Copy/InitBlock 5 years ago
Siegfried Pammer 4fb6edeb87 Ignore one of the analyzer tests 5 years ago
Siegfried Pammer 2efe36c381 Fix build fail 1 5 years ago
Siegfried Pammer 69a863957c Fix #1977: Add tests for analyzers 5 years ago
Siegfried Pammer 10e3da3d16 Add missing license headers to MIT licensed files in ICSharpCode.Decompiler 5 years ago
Siegfried Pammer 853cad5fd0 Disassembler: Implement cancellation token. 5 years ago
Siegfried Pammer 835fc221ab
Merge pull request #1974 from icsharpcode/fix-1973 5 years ago
Siegfried Pammer 8c434eeaa5 Fix #1973: Switch License Headers / License Information to MIT for SharpTreeView 5 years ago
Siegfried Pammer 199d38b85a Add more test cases 5 years ago
Siegfried Pammer 7448214760
Merge pull request #1972 from yyjdelete/patch1971 5 years ago