Siegfried Pammer
|
728d516a61
|
Fix #2298: Allow to change the DecompilerTextView's font size through scrolling.
|
4 years ago |
Siegfried Pammer
|
0ed191617e
|
Fix #2528: arbitrary stores preceding switch-on-string confuse the transform, making it pick the wrong variable as switch variable.
|
4 years ago |
Siegfried Pammer
|
15d74751f4
|
Fix #2459, fix #2460: Make sure that LdObjToLdLoc and StObjToStLoc preserve the result type, if the source variable has an unknown type.
|
4 years ago |
Siegfried Pammer
|
936388ba18
|
Fix #2458: ILExtraction.Extract handles BlockContainer.Kind != Normal.
|
4 years ago |
Siegfried Pammer
|
449285bc55
|
Merge pull request #2529 from icsharpcode/support-skip-locals-init
Support skip locals init
|
4 years ago |
Siegfried Pammer
|
e1ca4db851
|
Fix #2527: Support skip locals init
|
4 years ago |
Siegfried Pammer
|
1b51e8d677
|
Update ILSpy.AddIn.slnf to include new ILSpy.AddIn projects.
|
4 years ago |
Siegfried Pammer
|
c5ed7c1ac8
|
Fix #2520: The matched pairs are hardly visible in the dark theme
|
4 years ago |
Ralf
|
3fa61f0e62
|
Fix #2522: support backticks in FQ name when searching for type
|
4 years ago |
Siegfried Pammer
|
1e4d8b6f44
|
Add DecompilerTypeSystem.CreateAsync to allow asynchronous initialization.
|
4 years ago |
Christoph Wille
|
5916980f48
|
Publisher Name fix, add tags & preview info
|
4 years ago |
Christoph Wille
|
c5cc63339d
|
Merge pull request #2525 from icsharpcode/addin-vs2022
Addin vs2022
|
4 years ago |
Andreas Weizel
|
efbb089321
|
Revert "Remove the build dependencies from VS 2019 AddIn, too..."
This reverts commit 4e7ff653c0 .
|
4 years ago |
Andreas Weizel
|
4e7ff653c0
|
Remove the build dependencies from VS 2019 AddIn, too...
|
4 years ago |
Andreas Weizel
|
11c107e32f
|
Try the opposite way: Use only project instead of build dependencies
|
4 years ago |
Andreas Weizel
|
4f378f7790
|
Remove project reference on ILSpy from AddIns, use build dependencies instead
|
4 years ago |
Andreas Weizel
|
f22343b482
|
Change display name of VS 2022 AddIn
|
4 years ago |
Christoph Wille
|
7979d19299
|
Merge pull request #2519 from icsharpcode/christophwille/measure
Add ETW for Performance Measuring
|
4 years ago |
Andreas Weizel
|
075c447954
|
Rename ILSpy.AddIn.VS17 to ILSpy.AddIn.VS2022
|
4 years ago |
Christoph Wille
|
ff739c4cac
|
Add header
|
4 years ago |
Andreas Weizel
|
cabf477fd8
|
Fix wrong icon path in VSPackage.resx
|
4 years ago |
Andreas Weizel
|
a0db1b63ac
|
Extend build pipeline to output both VSIX variants
|
4 years ago |
Andreas Weizel
|
30e2efad9f
|
Introduce a separate package for VS 2022 (VS17) AddIn
- Set a different GUID for VS 2022 VSIX package
- Fix wrong path in script
|
4 years ago |
Andreas Weizel
|
6e06ee407b
|
Prepare separation of AddIn for VS 2019 and VS 2022
- Move most code to a shared project/shared folder
|
4 years ago |
Christoph Wille
|
c68bf60b1b
|
Wrap DoDecompileEvent(IMethod...)
|
4 years ago |
Siegfried Pammer
|
00383f67d2
|
Update README.md and build scripts
|
4 years ago |
Siegfried Pammer
|
7710b428c4
|
Remove old VCToolsPropsFile workaround.
|
4 years ago |
Siegfried Pammer
|
5c78dbc31e
|
Execute ApplyStackExtension target only if Visual C++ tools can be found. This fixes build fails when using `dotnet build`. Note that the target only works when building using classic msbuild with Visual Studio and VC++/Windows SDK installed.
|
4 years ago |
Siegfried Pammer
|
d2b3abb276
|
#2516: Add ILSpy.AddIn.slnf, ILSpy.Wpf.slnf and ILSpy.XPlat.slnf; replaces Frontends.sln
|
4 years ago |
Siegfried Pammer
|
a08ef0ecb3
|
Merge pull request #2476 from yyjdelete/records
Fix #2475: Add support for sealed records and records with interface
|
4 years ago |
Siegfried Pammer
|
a33559187c
|
Merge pull request #2499 from Freakness109/ilspycmd-singlefile
ILSpyCmd: Add support for decompressing single-file bundles
|
4 years ago |
Christoph Wille
|
6e5c474dfc
|
Instrument more DoDecompile methods
|
4 years ago |
Christoph Wille
|
1b3a73d9e9
|
Add ETW for event + property decompilation as PoC
|
4 years ago |
Siegfried Pammer
|
1c5c253fa5
|
Fix #2518: "Other Resources" section of resource files is not displayed properly.
|
4 years ago |
Siegfried Pammer
|
6f032e267e
|
Fix #2515: Auto events are not decompiled correctly, if left untouched.
|
4 years ago |
Siegfried Pammer
|
1f92b44b3d
|
Merge pull request #2461 from icsharpcode/pattern-matching
Pattern matching
|
4 years ago |
Siegfried Pammer
|
6290e2f016
|
Merge branch 'master' into pattern-matching
|
4 years ago |
Siegfried Pammer
|
96db0a5472
|
Add support for pattern matching in UsingTransform.
|
4 years ago |
Daniel Grunwald
|
105cdfd330
|
Merge pull request #2494 from beaverden/master
#2493 make SearchTermMatches virtual for possible FilterSettings extensions
|
4 years ago |
Siegfried Pammer
|
6b2dd35aa7
|
Merge pull request #2509 from yyjdelete/patch-1
Fix null check in BamlDecompilerTypeSystem.HasType
|
4 years ago |
Siegfried Pammer
|
665c731cfc
|
Move PatternMatchingTransform after LoopDetection.
|
4 years ago |
Siegfried Pammer
|
55f1125f94
|
Ensure that pattern locals get distinct variable names.
|
4 years ago |
Siegfried Pammer
|
3f62216c85
|
Fix simple type patterns.
|
4 years ago |
Siegfried Pammer
|
9d99ee86db
|
Fix #2503: Move correct branch in the case of swapped jump-table conditions.
|
4 years ago |
SilverFox
|
a917690fdf
|
Fix null check in BamlDecompilerTypeSystem.HasType
|
4 years ago |
SilverFox
|
1367e7ba95
|
Add support for `in parameters` in primary ctor of records
|
4 years ago |
SilverFox
|
11b44e53b7
|
Add support for attributes of field/property in primary ctor of records
|
4 years ago |
SilverFox
|
58bed656cd
|
Fix records support for Roslyn 4.0.0-3.final
|
4 years ago |
Siegfried Pammer
|
6cc89378aa
|
Remove unused code.
|
4 years ago |
Siegfried Pammer
|
6628e0a410
|
Fix #2500: NRE and other bugs when hovering over symbol with <inheritdoc />.
|
4 years ago |