6223 Commits (2d0df349d87710db2baf65b2a3257ce711585bdc)
 

Author SHA1 Message Date
Siegfried Pammer 549f7fb44d Fix #2143: Missing `this.` qualification in lambda 5 years ago
Siegfried Pammer 04f9603768 Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 5 years ago
Daniel Grunwald 754a2f00fc Fix formatting. 5 years ago
Daniel Grunwald 3d10509b1b Add SparseIntegerSwitch option. 5 years ago
Daniel Grunwald 5bd8c69a48 Disable transform for Span<T> initialization from field with RVA if "ArrayInitializers" setting is disabled. 5 years ago
Daniel Grunwald bb99e9668a Fix #2115: Re-introduce the evaluation order bug #2050 when a language version <=C# 5 is selected. 5 years ago
Daniel Grunwald 7f915ad035 Add `OutVarResolveResult` to overload resolution (not yet used by CallBuilder) 5 years ago
Daniel Grunwald c775d3a98f Upgrade Roslyn version used for our tests (from 3.7.0 to 3.8.0-2.final) and adjust NativeInteger attribute decoding. 5 years ago
Daniel Grunwald b035ec1960 Fix #2129: be more flexible about the initialization order for the async state machine. 5 years ago
Siegfried Pammer 19719ee1fb #2109: Skip id ranges with no events 5 years ago
Siegfried Pammer e53fe4fe68 Fix #2106: EventSetter is lost. 5 years ago
Siegfried Pammer 9465054a70 Fix #2109: Add support for IStyleConnector.Connect in BAML decompilation 5 years ago
Siegfried Pammer d8b1f1f8d2 Fix #2039: "Could not convert BlockContainer to single expression" workaround produces uncompilable code - potentially unassigned variables. 5 years ago
Christoph Wille 84ff7209cc Update frontends for 6.2p1 5 years ago
Siegfried Pammer 45d7e06d18
Merge pull request #2135 from srutzky/patch-1 5 years ago
Solomon Rutzky 0b515af53d
Fix "Offset" in Optional Header 5 years ago
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