6257 Commits (8e10ab2d8072c08ab18da9496872bf03dfe283cf)
 

Author SHA1 Message Date
Siegfried Pammer 455ee92c3d
Merge pull request #2134 from srutzky/patch-1 5 years ago
Solomon Rutzky d80eec8cba
Fix several "Size" values in OptionalHeader 5 years ago
Siegfried Pammer 6bd3f5fe74 #1663: Add various safe-guards against unintended use to Language and SolutionWriter. 5 years ago
Siegfried Pammer 6d06abae1f Fix OutOfRangeException in CallBuilder.CanInferTypeArgumentsFromArguments 5 years ago
Siegfried Pammer c74680df33 Fix #1781: TDCU: Support methods without .locals init 5 years ago
Siegfried Pammer 70a48898c8 Fix #2132: Uncaught FileNotFoundException, if sessionSettings.ActiveAutoLoadedAssembly does no longer exist. 5 years ago
Siegfried Pammer 52263da8df #2129: prevent state-machines from being treated as display classes. 5 years ago
Siegfried Pammer 6824902663 Disable formatting of ExpressionTrees.cs, so appveyor does not complain. 5 years ago
Siegfried Pammer 099e45f4b3 add core.autocrlf true to azure build. 5 years ago
Christoph Wille 7c1892109e
Install latest in major and minor version (azure-pipelines.yml) 5 years ago
Siegfried Pammer 7e979384e0 add core.autocrlf true to build. 5 years ago
Siegfried Pammer 52e34602d8 Fix build. 5 years ago
Siegfried Pammer 734d798365 #2128: Add dotnet-format --check to build pipeline 5 years ago
Siegfried Pammer 26617c855a #2128: Fix formatting issues 5 years ago
Siegfried Pammer 62185149dc Fix #2131: Analyze does not detect usage in typeof() in attributes 5 years ago
Siegfried Pammer f128c1c16b Fix #2130: Crash in mouseover of string literal token 5 years ago
Siegfried Pammer f245d93fef #2128: Adjust formatting settings used in tests to match our new style. 5 years ago
Siegfried Pammer 41c8f329b8 #2128: Add .git-blame-ignore-revs 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Siegfried Pammer ba744b9411 #2128: change .editorconfig according to our new code style. 5 years ago
Siegfried Pammer e320819103 Formatting change: while-condition loop to do-while loop. 5 years ago
Siegfried Pammer a6bbccae8d Fix #2123: switch on string detection: 5 years ago
Siegfried Pammer 0c9ff4667c Fix #1441: Decompose flags enum values starting from the value with the highest Hamming Weight (popcount). 5 years ago
Christoph Wille 215340bc83
Merge pull request #2126 from cshung/public/dev/andrewau/update 5 years ago
Andrew Au 43ab0c76cf Adapting to the changes proposed by Tomas 5 years ago
Siegfried Pammer 3bac7e1d4e Fix #2124: Unwrap nullables when printing constant values. 5 years ago
Siegfried Pammer bfa4a27f39 #2117: Print hints about project format after decompilation. 5 years ago
Siegfried Pammer 1a3e70b60a Fix warnings in test cases 5 years ago
Siegfried Pammer 55842e4bfc Fix #2120: An expression tree may not contain a base access 5 years ago
Siegfried Pammer 3ed1055bdf Fix build. 5 years ago
Siegfried Pammer 9e0e8d1cbc Add basic support for C# 8.0 enhanced using statements. 5 years ago
Siegfried Pammer 562699fc94 Add support for C# 8.0 await foreach 5 years ago
Siegfried Pammer 3535e01482 Fix regex for dotted property names. 5 years ago
Siegfried Pammer 7f9d9002bc #2104: Generalize auto property backing field name-checking 5 years ago
Siegfried Pammer 15028b3669 Fix #2104: Check field name of backing field when attempting to transform to an auto property. 5 years ago
Christoph Wille 6415e9d1d6
Merge pull request #2119 from icsharpcode/deconstruction-pattern-matching-foundation 5 years ago
Siegfried Pammer 7ed4a736f3 Fix #2103: Support for `Stackalloc initializers` not working for `byte` 5 years ago
Siegfried Pammer eaf3c51d46 Add more RefLocal tests 5 years ago
Siegfried Pammer 220deac757 Add more deconstruction tests 5 years ago
Siegfried Pammer b1b49b5a56 Fix bugs in foreach deconstruction and deconstruction declaration, if the same variable is used multiple times. 5 years ago
Siegfried Pammer 3390d3849d Added support for `var (a, b, _) = ...;` syntax in deconstruction. 5 years ago
Daniel Grunwald 1f9f9c3b24 Deconstruction: Correctness test where same variable is assigned twice. 5 years ago
Daniel Grunwald b134209706
Merge pull request #2114 from Pathoschild/always-qualify-member-references 5 years ago
Christoph Wille eb2a44ab4a
Merge pull request #2113 from cshung/public/dev/andrewau/optimize-debug-info-representation 5 years ago
Jesse Plamondon-Willard 1391e43d58
Add option to always qualify member references 5 years ago
Andrew Au 3795ad7589 Optimize how debug info decoration looks like in ReadyToRun disassembly 5 years ago
Siegfried Pammer 52e633fdbd #2100: clean up 5 years ago
Siegfried Pammer 36a432940b Fix #2100: 'value'-named auto property could not be recognized correctly. 5 years ago
Siegfried Pammer a3b4993655 Fix #2107: Add ScrollViewer around DisplaySettingsPanel 5 years ago
Siegfried Pammer b27f08621f Fix #2101: reset removeExtraLoad flag if keepAssignmentBefore is set; implement simple case-de-duplication: abort if there are any duplicate cases. 5 years ago