vitek-karas
41c46a0414
Support for single-file bundle from .NET 6.
This supports the new version and also the new compressed files.
4 years ago
Siegfried Pammer
2a9a5237d1
Fix exception when trying to export project for which no target-framework moniker was detected.
4 years ago
Siegfried Pammer
2ed52b9634
#2362 : Provide more information on assembly resolve errors
4 years ago
Siegfried Pammer
632090093a
Fix #2367 : Add missing binding to custom CloseCommand.
4 years ago
Siegfried Pammer
8cbea9f348
Fix #1878 : Add simple language switch to the UI.
4 years ago
Siegfried Pammer
7211587b45
Fix #2366 : NRE in AwaitInCatchTransform.MatchAwaitCatchHandler() and pattern errors when dealing with a switch-based jump table in AwaitInCatchTransform
4 years ago
Siegfried Pammer
39fd17b5fc
Merge pull request #2369 from tom-englert/copyrights
Update copyrights for DataGridExtensions and TomsToolbox
4 years ago
tom-englert
0dbf216c64
Update copyrights for DataGridExtensions and TomsToolbox
4 years ago
Christoph Wille
cdc904d67a
Create FUNDING.yml
4 years ago
Christoph Wille
05b567791a
Update third-party-notices.txt for Tom's toolbox (added by @tom-englert in #2347 )
4 years ago
Christoph Wille
5d92132aa5
Update frontends for rc1
4 years ago
Siegfried Pammer
c67f204fd2
Avoid possible race with HasLoadError.
4 years ago
Siegfried Pammer
3081e52103
Use GetAwaiter().GetResult()
4 years ago
Siegfried Pammer
0284337a01
Fix #2356 : Can't navigate if switch language in Analyze panel.
4 years ago
Siegfried Pammer
64338d8d23
Fix #2340 : Do not traverse assemblies with load errors in AssemblyList.GetAllAssemblies()
4 years ago
Siegfried Pammer
5dc0f7fc1c
Merge pull request #2360 from tom-englert/Theming#2359
Fix UI and theming issues #2359
4 years ago
Siegfried Pammer
76227af89d
Fix #1749 , fix #2339 , fix #2353 : Add support for rethrow in async exception handlers, fix await catch/finally patterns for complex methods.
4 years ago
Siegfried Pammer
b6da9b23b1
Fix thread-safety issue in UniversalAssemblyResolver
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
dfd82de1af
Prepare for rc1
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
f5ca80ba6d
Merge pull request #2357 from icsharpcode/vsaddin-modern-part1
Modernize Visual Studio AddIn csproj part 1
4 years ago
Siegfried Pammer
fb3fc2f2a4
Modernize Visual Studio AddIn csproj part 1: Remove duplicate constant definitions and use Microsoft.VSSDK.BuildTools instead of defining VSToolsPath manually.
4 years ago
Christoph Wille
e55f00e155
Display .NET version ILSpy is running on in AboutPage
4 years ago
Christoph Wille
e0e56f8fa6
Fix Resources.resx entry in csproj
4 years ago
Siegfried Pammer
6169e678b2
#2299 : Make sure all images are frozen.
4 years ago
Siegfried Pammer
42c84642dd
#2299 : Make sure Images are loaded on the UI thread.
4 years ago
Christoph Wille
6236349cc7
New rollForward strategy for global.json (major, including prereleases). Replaces #2352
4 years ago
Siegfried Pammer
2fee6f6ea4
Merge pull request #2347 from tom-englert/DarkTheme#665
Dark theme #665 fixes
4 years ago
Christoph Wille
1f35911dfe
Convert to <Project Sdk="Microsoft.NET.Sdk">-style
4 years ago
tom-englert
4acfa73695
Fix access keys.
4 years ago
tom-englert
157d5fe9c2
Introduce basic MVVM pattern to avoid interferences of content and control style
4 years ago
tom-englert
41110057f9
Fix metadata grid row headers, revert border color.
4 years ago
Siegfried Pammer
d21ffcc72c
Merge pull request #2323 from icsharpcode/net5take2
Forward-looking modernization of .csprojs
4 years ago
Siegfried Pammer
6010ae01d5
Merge branch 'master' of https://github.com/icsharpcode/ILSpy into net5take2
4 years ago
Siegfried Pammer
d2fc380e0e
Fix #2349 : Use proper ExpressionType with DynamicCompoundAssign.
4 years ago
Siegfried Pammer
085ad3c873
Add metadata tree nodes for blob, guid, string and user string heap.
4 years ago
Siegfried Pammer
c2b4bb2fee
Fix ReadyToRunLanguage.WriteCommentLine
4 years ago
Siegfried Pammer
bb35757e0b
Merge pull request #2345 from riQQ/patch-1
Fix warning CS8625
4 years ago
Siegfried Pammer
60035befbf
Merge pull request #2344 from MikeFH/adjust_fitness_calc
Adjust fitness calculation for desctructors
4 years ago
Siegfried Pammer
fe33395e2b
Merge pull request #2334 from tom-englert/DarkTheme#665
Dark theme #665
4 years ago
tom-englert
4449842705
Fix double border around tree view, better contrast for borders
4 years ago
tom-englert
12a4bcca16
Fix margin in search text box
4 years ago
tom-englert
a7448267d0
Fix decompiling wait adorner and search box
4 years ago
riQQ
95bd57c888
Fix warning CS8625
Fix warning CS8625: Cannot convert null literal to non-nullable reference type.
4 years ago
tom-englert
25f50b299f
Fix hyperlink color
4 years ago
tom-englert
7177a9afd2
Fix variable highlighting
4 years ago