Christoph Wille
120154e21c
Remove Translations ( #3648 )
4 months ago
tom-englert
1cfc5e740b
Do not use ObservableObject when ObservableObjectBase is sufficient. ( #3644 )
...
* Do not use ObservableObject when ObservableObjectBase is sufficient.
4 months ago
Peter Crabtree
e1e16b64f5
dev: Strip BOM mark from text files
8 months ago
Siegfried Pammer
b6dc9fcfa9
Move more of the settings infrastructure to ILSpyX for reuse.
10 months ago
Andrew Au
e3e4d576a6
Support disassembling single file bundle for ILSpy
10 months ago
Siegfried Pammer
e4ebe20602
Upgrade dotnet target framework to net10
10 months ago
Andrew Au
6293cd1762
Update ReadyToRun to use 9.0 package ( #3340 )
1 year ago
tom-englert
560d89a42f
Get rid of singletons, replace with DI: MainWindow, Settings and Language service
2 years ago
tom-englert
0be506bd4e
Get rid of the heavy System.ComponentModel.Composition, replace with the lightweight System.Composition.AttributedModel
2 years ago
tom-englert
47d52fcacf
Move active code from LanguageSettings to LanguageService, to make LanguageSettings independent of other services injected via DI
2 years ago
tom-englert
da0117680b
Fix some minor design flaws in new code.
2 years ago
tom-englert
2454cd3a99
Consolidate all options/settings to use a consistent WFP MVVM pattern.
2 years ago
tom-englert
8fe9514dfe
refactor DecompilerSettings to MVVM model first design
2 years ago
tom-englert
ca687e2394
Refactor OptionsDialog to use MVVM style
2 years ago
tom-englert
39b036b027
Remove more code from MainWindow, refactor startup sequence
2 years ago
tom-englert
74f4758d89
Move more settings-related items from MainWindow to SettingsService
2 years ago
tom-englert
610b0c2ed5
Annotate service lifetime explicitly.
2 years ago
Christoph Wille
d1c7a51a1d
Remove dangling project references for SharpTreeView ( #3245 )
2 years ago
Siegfried Pammer
ca78d4a14d
Use MetadataFile instead of PEFile in TypeSystem.
2 years ago
Christoph Wille
084d02a447
Apply Central package management (requires package source mapping) ( #3124 )
...
* Apply Central package management https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management (requires package source mapping https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping )
* Microsoft.DiaSymReader.Converter.Xml from dotnet-tools, Microsoft.DiaSymReader.Native from nuget.org feed
* Trying to sort what is on which feed for previews of Diasymreader packages
* Parse the Roslyn version from Directory.packages.props
* Use specific versions for Diasymreader from nuget.org to allow VS2022 addin to restore properly
* Tests needs also locked references
2 years ago
Siegfried Pammer
a94d66561a
Move to .NET 8.0 ( #3119 )
...
* Basics of net8.0. Breaking unit tests expected.
* Missed that TestRunner project was already upgraded to net7.0 (search and replace fail)
* Use Preview 6 locally
* Use .NET 8.0 RTM
* Final fixups
---------
Co-authored-by: Christoph Wille <christoph.wille@gmail.com>
2 years ago
Andrew Au
f4af00a8f9
Update ready to run
3 years ago
unknown
2b8bf8143d
Show alternative message if no GC Info is found
3 years ago
Andrew Au
290be277c6
Chinese translation
3 years ago
unknown
c39a1f7fcc
Add Show GC Info checkbox
3 years ago
unknown
232582b81d
Stop iterating through all of runtimeFunction.DebugInfo.BoundsList for each instruction
3 years ago
unknown
99a1e427ea
Adding GC transitions
3 years ago
unknown
20201d3598
Add GC Info
3 years ago
Andrew Au
7af3988ed7
Refresh ready to run package
3 years ago
Andrew Au
cc87b00109
Support disassembling ReadyToRun binaries compiled using composite mode
3 years ago
Christoph Wille
c62072c987
Update NuGets for R2R plugin
3 years ago
Christoph Wille
003a2b45b4
Move Settings to ILSpyX ( #2869 )
...
* Move ILSpySettings to ILSpyX
* Make settings file path configurable using a static provider interface
* Move MiscSettings to ILSpyX, rename existing to MiscSettingsVieModel
* Introduce static Load for DecompilerSettings on interface
* Add path provider for ilspycmd parameter scenario
* Allow for saving of MiscSettingsPanel
* Rename DisplaySettings to DisplaySettingsViewModel
* Add SaveDecompilerSettings
3 years ago
Siegfried Pammer
92e9b28e4d
- Remove static state from DisplaySettingsPanel
...
- Remove static state from DecompilerSettingsPanel
- Remove shortcut ctors from DecompilationOptions
4 years ago
Andrew Au
6985624d58
Refresh ready to run for .NET 7
4 years ago
Charlie Lin
65d1cbcdd5
Add EnableWindowsTargeting propery to csprojs targeting net6.0-windows
4 years ago
Siegfried Pammer
93dcba3426
* Rename Metadata.GenericContext to MetadataGenericContext to avoid conflicts with TypeSystem.GenericContext
...
* Change MetadataGenericContext to readonly struct
* Rearrange types in Dom.cs
4 years ago
Siegfried Pammer
4b475cfa69
Create ILSpyX project and make the following APIs reusable:
...
- AssemblyList, AssemblyListManager, AssemblyListSnapshot
- LoadedAssembly
- LoadedPackage and friends
- PDB providers
4 years ago
Siegfried Pammer
9b36f33f5c
Fix CA1416: Properly specify SupportedOSPlatform in all platform-specific assemblies.
4 years ago
Christoph Wille
f5cfff8d9f
Add RIDs for self-contained publishing
4 years ago
Christoph Wille
a794a56a10
Fix up ILSpy.Tests + <Project> tag for all projects
4 years ago
Christoph Wille
d68cc56340
Fix up Baml decompiler unit test project
4 years ago
Siegfried Pammer
9e54b44b11
Move ILSpy to net6.0-windows
4 years ago
Andrew Au
41b9e3e787
Update ready to run
5 years ago
Christoph Wille
a99a6a5fe3
Update NuGet packages
5 years ago
Andrew Au
5983302925
Switch to dotnet6-transport
5 years ago
Christoph Wille
1034eca9b0
Make it easy to play with .NET 5 ( #2355 )
...
* Work on #2324 with code written for a PoC with Siegfried Pammer some time ago.
Trying it out: copy multitargeting.props.template to multitargeting.props
* Copy all files to the output folder (otherwise NuGet assemblies aren't there for net5.0 which is nasty for debugging, and publish doesn't pick them up either)
5 years ago
Siegfried Pammer
c2b4bb2fee
Fix ReadyToRunLanguage.WriteCommentLine
5 years ago
Christoph Wille
ecec2075d8
Go back to single tfm (net472)
5 years ago
Christoph Wille
1c26331bbd
Clean up project files for Windows SDK Desktop style (maybe some resource are wacky)
5 years ago
Christoph Wille
a0aeac5628
Doesn't work:
...
* plugin loading in App.xaml.cs (#if NET472)
* OSVersionHelper bombs with PlatformNotSupportedException (#if NET472)
* ILSpyTraceListener - this needs something different in net5
5 years ago