6554 Commits (bd9aabeae28efe1ec5cc1a8daed48b1f206355b8)
 

Author SHA1 Message Date
Daniel Grunwald bd9aabeae2 Update to dotnet-format 5.1.225507. 4 years ago
Daniel Grunwald 1292ff70d9 Fix #2391: mark method as unsafe when passing `null` to a parameter of pointer type. 4 years ago
Daniel Grunwald aae27900dc Fix #2398: TranslateCondition: truncate condition value if necessary 4 years ago
Daniel Grunwald 8d70d63dba #2392: Avoid some redundant casts with the `?:` operator. 4 years ago
Daniel Grunwald f7460a041e
Merge pull request #2376 from joshuacookdev-forks/AddVSConfig 4 years ago
Daniel Grunwald 9b18b50935
Merge pull request #2373 from vitek-karas/SingleFile6 4 years ago
Joshua Cook b08690e38f Updated readme to reflect addition of .vsconfig 4 years ago
Joshua Cook b3e7cb4fd4 Removed unnecessary items from .vsconfig 4 years ago
Siegfried Pammer f7574ebea5
Merge pull request #2385 from maikebing/master 4 years ago
Christoph Wille b65c39d53b
Merge pull request #2377 from cshung/public/dotnet6-transport 4 years ago
MysticBoy 86c59cf0e9 Translate words "Language" for UI 4 years ago
MysticBoy aae20fc253 Translate new words to Chinese 4 years ago
vitek-karas 6f9ebc5047 PR feedback 4 years ago
Siegfried Pammer 635013329a Fix #2358: use current Path.DirectorySeparatorChar instead of hard-coded backslashes. 4 years ago
Siegfried Pammer f6e39005c6 Fix documentation warning. 4 years ago
Christoph Wille 909c6245b9 Update for 7.1-p1 development 4 years ago
Andrew Au 5983302925 Switch to dotnet6-transport 4 years ago
Christoph Wille 1263bd4c80 Remove version postfix 4 years ago
Joshua Cook d2a3a700e4 Added vsconfig 4 years ago
Christoph Wille e90e44b967
Merge pull request #2375 from tom-englert/Issue#2359 4 years ago
tom-englert 6dd27d66d6 #2359: Adjust checkable style of MenuItem 4 years ago
Christoph Wille 5ab414a62b Prepare for rc2 (and fix PS csproj too) 4 years ago
Siegfried Pammer 3f721a17c1 Add support for System.Runtime.CompilerServices.SpecialNameAttribute 4 years ago
Christoph Wille 5d0493d82a Remove debug/release switch for ics.d project reference / NuGet package 4 years ago
vitek-karas 41c46a0414 Support for single-file bundle from .NET 6. 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 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 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) 4 years ago
Christoph Wille f5ca80ba6d
Merge pull request #2357 from icsharpcode/vsaddin-modern-part1 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