Christoph Wille
7685d15fad
Set version to 7.2.1
3 years ago
Siegfried Pammer
7aea1cefbc
Fix #2646 : Missing values for enums with skipped or duplicate items
3 years ago
Siegfried Pammer
ba17ec2b06
Fix #2664 : Fix NRE in ScopeSearchToAssembly.
3 years ago
Siegfried Pammer
290c827076
Fix #2637 : Add missing Microsoft.Win32.Registry dependency to nuspec.template
3 years ago
Daniel Grunwald
24b2d17bb0
Fix #2582 : Assertion when using named arguments in a constrained call
...
(cherry picked from commit ced6ed445a
)
3 years ago
Daniel Grunwald
313534286b
Fix #2654 : Ignore custom attributes on parameter where SequenceNumber is out-of-range.
...
This can occur when decoding the signature of a setter-only property, as the setter has an additional `value` parameter that does not appear in the property's signature.
(cherry picked from commit cc7119e191
)
3 years ago
Siegfried Pammer
daa0b9caff
Fix #2640 : Invalid implicit enum value for unordered items
...
(cherry picked from commit 1ee3384a05
)
3 years ago
Siegfried Pammer
732d82b511
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.
...
(cherry picked from commit 3c2e52854e
)
3 years ago
Siegfried Pammer
b2fba462f7
DetectPinnedRegions: Support special case where pinned pointer is unused and the compiler optimized out the StopGCTracking-conversion.
...
(cherry picked from commit f98012ec16
)
3 years ago
Siegfried Pammer
0df8ae4445
Fix type equality check in TransformCollectionAndObjectInitializers
...
(cherry picked from commit e726ae28a5
)
3 years ago
Siegfried Pammer
1ebc2817d0
Ignore nullability annotations when comparing types in the case of implicit conversions.
...
(cherry picked from commit 2de6e1fe30
)
3 years ago
Christoph Wille
386a1f0004
7.2 RTM updates for ilspycmd & notebook
3 years ago
Christoph Wille
104407a3ef
Next release will be 7.2 RTM
4 years ago
Christoph Wille
8accd16c09
Update to https://github.com/Dirkster99/AvalonDock/releases/tag/v4.70.0 for a11y fix https://github.com/Dirkster99/AvalonDock/pull/324
4 years ago
Christoph Wille
118ab8fa41
Remove <Preview> from VS 2022 addin manifest
4 years ago
Siegfried Pammer
6787d0169a
Merge pull request #2626 from czphoenix/issue2623
...
#2623 Fix error in start up in zh-Hans
4 years ago
Chen Zhipeng
548bf193a1
#2623 Fix error in start up in zh-Hans
4 years ago
Siegfried Pammer
41c99e4727
#2622 : Fix crash in ExpressionBuilder when decompiling object initializer composed of readonly properties.
4 years ago
Siegfried Pammer
07bedd45d1
Fix #2572 : Shallow clones do not produce correct version numbers as these require full history.
4 years ago
Siegfried Pammer
f1bdbfba2d
Add CopyAnalysisResultsContextMenuEntry to AnalyzerSearchTreeNode
4 years ago
Siegfried Pammer
294ebb8736
Add /separate cmd-line argument to launchSettings.json
4 years ago
Daniel Grunwald
892570a68f
Sort Resources.zh-Hans.resx
4 years ago
Daniel Grunwald
7a97fdd02d
Add comment for Double_One_Div_LongMaxValue
4 years ago
Christoph Wille
5ff81c25f8
Update (c) for 2022
4 years ago
Daniel Grunwald
db7d507138
Fix #2615 : Overflow check did not work reliably due to fp rounding error
4 years ago
Siegfried Pammer
2ee248bc2e
Merge pull request #2608 from icsharpcode/submenu-support
...
Submenu support
4 years ago
Siegfried Pammer
d98ff730a0
Fix build.
4 years ago
Siegfried Pammer
4aa7f5fc38
Fix #2612 decompilation of newarr with int.MaxValue causes OOME in decompiler.
4 years ago
Siegfried Pammer
00a32e0575
Use AlwaysQualifyMemberReferences = true in Windows Forms InitializeComponent methods.
4 years ago
Siegfried Pammer
f7be178d18
Fixes #2605 : Add possibility to add submenu items
4 years ago
Christoph Wille
9ba323d788
Merge pull request #2606 from Nyerst/patch-1
...
Update Chinese translation
4 years ago
Siegfried Pammer
94ffb32533
Use MenuItem.Tag to identify menu items and remove dependency of menu item creation on GetResourceString
4 years ago
Nyerst
54f054751b
Update Resources.zh-Hans.resx
...
Add missing translations.
4 years ago
Siegfried Pammer
03c38c5e17
Improved Window menu.
4 years ago
Siegfried Pammer
906ba2e5e3
Add single-instance launch config
4 years ago
Siegfried Pammer
fe3fcc8e36
Fix #2597 , fix #2579 : Use "ILSpyInstance" mutex to wait until the first ILSpy instance is ready to receive WM_COPYDATA.
4 years ago
Siegfried Pammer
2077306a49
Fix #2368 : Dim namespaces containing only internal types
4 years ago
Siegfried Pammer
7c7247d359
Fix AnalyzerSearchTreeNode.Text
4 years ago
Siegfried Pammer
104aafbd5d
Remove ILSpy-specific triggers from Generic.xaml
4 years ago
Siegfried Pammer
e2428148ef
Ignore instructions with field operands in MethodVirtualUsedByAnalyzer
4 years ago
Siegfried Pammer
1c0460d077
AnalyzerScope: Retrieve list of assemblies only once and not in every iteration.
4 years ago
Siegfried Pammer
9d264f56d6
- Properly reset AnalyzerSearchTreeNode on assembly list changes.
...
- Add a stopwatch to ThreadingSupport
4 years ago
Siegfried Pammer
0f577200f5
Merge pull request #2595 from AustinWise/austin/FixIconLoading
...
Fix displaying icons from embedded resources
4 years ago
Austin Wise
89101b593d
Fix loading icons embedded as resources.
...
When BitmapCacheOption.None is used, icons will not be loaded from the
stream until they are needed to be displayed. In this case, the icon
loading will be triggered when the text box is rendered from the UI thread.
However by that time the steam object will have already been disposed.
This results in no icons being visibile.
The fix is to eager load the icons while the stream is still alive.
An alterntive fix would be to defer disposing the stream to a later time
or not dispose it at all.
4 years ago
Siegfried Pammer
e823ed9966
#2594 : Cache LoadedAssembly.GetTargetFrameworkIdAsync, LoadedAssembly.GetRuntimePackAsync, PEFile.Name, PEFile.FullName to improve performance of assembly resolving. This improves performance of the analysis by a factor of 2.
4 years ago
Siegfried Pammer
d501de8766
Merge pull request #2589 from icsharpcode/christophwille/ae613update
...
Update to AvalonEdit 6.1.3.50
4 years ago
Siegfried Pammer
a2223e033e
Add missing license headers.
4 years ago
Siegfried Pammer
2a7e9c1d78
#2590 : Fix printing of "Invalid MethodBodyBlock" comments. Make them appear between the braces of the block.
4 years ago
Christoph Wille
c9d3d58d5b
Update to AvalonEdit 6.1.3.50
4 years ago
Siegfried Pammer
d9bde66505
Merge pull request #2586 from icsharpcode/christophwille/nupdates2021
...
Update NuGet packages
4 years ago