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
07199e2ecf
Fix #2038 : Add proper support for Long paths on Windows 10 and limit path segments to 255 characters (with long path support) or 30 characters. If a PathTooLongException is thrown display a better error message on project export.
4 years ago
Siegfried Pammer
27f56a9253
Use ArrayPool<byte>.Shared for decompression.
4 years ago
Christoph Wille
7bbad4a22f
Update DataGridExtensions to 2.5.6
4 years ago
Christian Prähauser
39d230f022
Support loading compressed Xamarin assemblies, see #2137
Extend class LoadedAssembly to detect and load compressed Xamarin assemblies if direct loading of assembly fails.
Requires Nuget pkg K4os.Compression.LZ4 for LZ4 decompression.
4 years ago
Christoph Wille
e2e38b667d
Move TomsToolbox.Wpf.Styles version to packages.props
4 years ago
Christoph Wille
a99a6a5fe3
Update NuGet packages
4 years ago
Daniel Grunwald
733029bbb7
Move commands for opening panes to `Window` menu and add commands for the "Assemblies" and "Analyzer" panes.
While the command isn't really necessary to open these panes ("Assemblies" is always open and "Analyzer" opens automatically when analyzing), it is useful to focus these panes without having to use the mouse.
4 years ago
tom-englert
b1e4322906
Fix #2409 : Styling of windows title bar is now optional.
4 years ago
tom-englert
6dd27d66d6
#2359 : Adjust checkable style of MenuItem
4 years ago
tom-englert
02381321f9
- #2359 : Restore glass frame, using minimum margin to not interfere with AvalonDock.
4 years ago
tom-englert
6840adb2fd
Fix menu style
4 years ago
tom-englert
546deb5796
- #2359 : Fix rendering of unpinned floating windows ( https://github.com/icsharpcode/ILSpy/pull/2360#issuecomment-810630231 )
4 years ago
tom-englert
fa439b6d07
- #2359 : Fix scroll bar cursor
4 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)
4 years ago
Christoph Wille
e0e56f8fa6
Fix Resources.resx entry in csproj
4 years ago
tom-englert
4acfa73695
Fix access keys.
4 years ago
Siegfried Pammer
085ad3c873
Add metadata tree nodes for blob, guid, string and user string heap.
4 years ago
tom-englert
7177a9afd2
Fix variable highlighting
4 years ago
tom-englert
55fc69e71a
Add theme-aware highlighting for XML/BAML
4 years ago
tom-englert
78fa9529ad
- Fine tune styles
- Do not override default windows style, interferes with AvalonDock.
4 years ago
tom-englert
79a5c5d039
Introduce Dark Mode
4 years ago
Siegfried Pammer
30709c534d
https://github.com/dotnet/DataGridExtensions/issues/52 : Update DataGridExtensions to benefit from performance improvements.
4 years ago
Christoph Wille
d3cd40e6ce
Remove template files
4 years ago
Christoph Wille
ecec2075d8
Go back to single tfm (net472)
4 years ago
Christoph Wille
1c26331bbd
Clean up project files for Windows SDK Desktop style (maybe some resource are wacky)
4 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
4 years ago
Siegfried Pammer
43143a0cb7
Update the following nuget packages to the latest stable version:
* Dirkster.AvalonDock
* System.Composition
* OSVersionHelper
* DataGridExtensions
* Microsoft.Xaml.Behaviors.Wpf
4 years ago
Daniel Grunwald
281586de1f
`#enable nullable` for a couple of files.
Includes some fixes for potential NullReferenceExceptions.
5 years ago
Siegfried Pammer
5f6e63548c
Print info whether a Debug Directory Entry of type "reproducible" is in the assembly.
5 years ago
Christoph Wille
619763c830
Use one common version of DSR.Converter.Xml
5 years ago
Christoph Wille
4307125df1
Fix #2273 : The feed for Microsoft.DiaSymReader.Converter.Xml (a DEBUG dependency of ILSpy.csproj) has moved to Azure DevOps (via https://github.com/dotnet/symreader-converter ). New version picked (121K downloads) https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-tools&package=Microsoft.DiaSymReader.Converter.Xml&protocolType=NuGet&version=1.1.0-beta2-20115-01&view=versions because old version not available
5 years ago
Daniel Grunwald
500317a9e8
Records: detect when PrintMembers() is compiler-generated
Only for the simple case: record having only (auto-)properties but no fields and no inheritance.
5 years ago
Christoph Wille
d678070b3b
Update vs-mef ( #2240 )
5 years ago
Daniel Grunwald
faa46d6ea5
Fix inconsistent System.Runtime.CompilerServices.Unsafe versions.
5 years ago
Daniel Grunwald
1b158c3336
Folder structure for packages.
5 years ago
Daniel Grunwald
f74d3c40a9
Add NuGet packages (and other files) to TreeView
5 years ago
Daniel Grunwald
0eb5469374
Extract package version numbers to packages.props.
5 years ago
Christoph Wille
1ef136d6e6
Try upgrading to newer versions as per #2173 . MEF fails to initialize for System.Collections.Immutable (binding redirect?)
5 years ago
Siegfried Pammer
0f5e46336f
Fix #2151 : Improve performance of Metadata DataGridCell
5 years ago
Christoph Wille
914665e067
Update to AvalonEdit 6.1.0-preview1. Fixes #2139 .
5 years ago
Siegfried Pammer
ef200c0f6c
Improve sort-resx - only run after resx file changes
5 years ago
Andrew Au
28a1382a52
Some changes I wanted
5 years ago
Siegfried Pammer
383d02611f
Add BuildTools/sort-resx.ps1 and sort contents of resx files by key
5 years ago
Siegfried Pammer
4b865c27e4
Fix #2076 : VS AddIn opens reference assembly.
5 years ago
MysticBoy
27fa43912f
fix for https://github.com/icsharpcode/ILSpy/pull/2066#discussion_r459021092
5 years ago
plupiman
a2312f594d
Decorate ReadyToRun dissassembly with NativeVarInfo
5 years ago
Siegfried Pammer
b43a3ad059
Allow selecting current assembly list via double click in ManageAssemblyListsDialog
5 years ago
MysticBoy
09dea5b3a5
fix for about page
5 years ago