Timeline for Why does C# allow you to make an override async?
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 15, 2016 at 16:44 | vote | accept | Peter T. LaComb Jr. | ||
| Mar 6, 2016 at 8:11 | history | tweeted | twitter.com/StackProgrammer/status/706391624570507264 | ||
| Mar 5, 2016 at 22:43 | answer | added | Eric Johnson | timeline score: 13 | |
| S Mar 5, 2016 at 21:27 | history | suggested | Nathan Tuggy | CC BY-SA 3.0 | Tweaked formatting and fixed spelling |
| Mar 5, 2016 at 20:16 | comment | added | Peter T. LaComb Jr. | Perhaps that's a fine point I had not noticed. I'd have to check, but I don't recall VS warning about invoking non-async methods without await. | |
| Mar 5, 2016 at 20:08 | comment | added | Derek Elkins left SE | @MartinMaat You can only await methods that return Task. | |
| Mar 5, 2016 at 20:05 | comment | added | Martin Maat | What exactly inhibits a caller to await the overridden method? I see no obstacle. | |
| Mar 5, 2016 at 19:49 | review | Suggested edits | |||
| S Mar 5, 2016 at 21:27 | |||||
| Mar 5, 2016 at 19:41 | answer | added | Derek Elkins left SE | timeline score: 18 | |
| Mar 5, 2016 at 18:45 | comment | added | gnat | please don't cross-post: stackoverflow.com/questions/35817558/… | |
| Mar 5, 2016 at 18:09 | review | First posts | |||
| Mar 18, 2016 at 18:41 | |||||
| Mar 5, 2016 at 18:00 | history | asked | Peter T. LaComb Jr. | CC BY-SA 3.0 |