6567 Commits (b1e43229062abf98f0e7d1f74201c47b888405e4)
 

Author SHA1 Message Date
tom-englert b1e4322906 Fix #2409: Styling of windows title bar is now optional. 4 years ago
Daniel Grunwald 46e9f633ca #enable nullable in AssemblyList + DecompilerTextView 4 years ago
Daniel Grunwald bd700e11a3 Fix #2402: ArgumentNullException in IL mode for tooltips when decompiling bundle members. 4 years ago
Daniel Grunwald 163eb71886 Fix #2403: Implement support for NotifyCollectionChangedAction.Replace 4 years ago
Daniel Grunwald f327668928 Fix #2407: Operator '-' cannot be applied to operand of type 'nuint' 4 years ago
Siegfried Pammer d92dd153fc #2390: Make sure all unused captured variables are removed even in lambdas. 4 years ago
Siegfried Pammer e20ace0098 Fix build. 4 years ago
Siegfried Pammer d54016ce8f #2390: Add support for generic object initializers. 4 years ago
Christoph Wille 7a0b3c9f7b
Surface a few of the Wiki articles in the Features section 4 years ago
Siegfried Pammer 16134e52e4 Fix #2395: Do not use for->foreach transform if collection is not an array. 4 years ago
Siegfried Pammer aa147870a2 Fix #2389: missing extern keyword for properties and events. 4 years ago
Daniel Grunwald 710c17fee2 switch expressions: use same brace style as object initializers 4 years ago
Daniel Grunwald d917a3706b Fix #2396: Extend the #1903 workaround to unconstrained generic types. 4 years ago
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