Petr Onderka
Petr Onderka
What if the old overload was only kept in runtime assemblies, but removed from reference assemblies? I think this would mean switching to the new overloads with just recompilation, while...
@masonwheeler > And while we're on the subject, it should also have RyuJIT or similar as part of the runtime. At that point, aren't you basically talking about crossgen? Currently...
@Alan-FGR > They are adding those features to the language and improving web/servers stuff while AOT is being overlooked, so their priorities are completely different than mine. Keep in mind...
Thanks for the suggestion. As mentioned on Slack, this is something we would like to do eventually, but it's currently not on our roadmap.
@TimeWanderer Which feature(s) are you missing without the plugin?
@TimeWanderer There is no diff view in Rider. Technically, there is a way to see the generated code, but I'm not sure how useful it's going to be practice. You...
I saw the same error on [the System.Linq.Async package](https://www.fuget.org/packages/System.Linq.Async).
@ufcpp As far as I can tell, it can. In [my simplified test code](https://sharplab.io/#v2:C4LghgzgtgPgAgJgIwFgBQcAMACOSB0ASgK4B2wAllAKb4DCA9lAA4UA21ATgMpcBuFAMbUIAbnTpE2OugDe6bItwAWaQAsAFAEoFS+WiWHsASXJdmDNmGDUAJt2CcKpAOYAJMKVsdO2NZ+8ubABebFJqAHdtcQMjRX8vH3wAQWZmai8AGQobTjA2DQByfEKtGMMAX11FapVsB05tWv04xVNciysbe0dndwCfPwGg0PCostrDBMDOFLSM22zc/I0AInxVidjFKrRd9E5qADNsCEdiQWATM05O6zsGvo9Erjla7mZPAB5Bf04APmwAH1fmBOGJas4rkCLBDtthagBtACy1GAagYtmMLAKqPRmOxzDYAHlmJQGKQIPgAHIMUxsZx9LQAXVqcFUAHFOAwIgAVNQZRjMACej1cGjwOD4+WI1C02Fku0MKLRGKxOI0eLVhJJZIoFKptPpjNcLLZnO5fIFpCFwrofw0oN80rYsvliqRWoJGq96qJpPJlJpdNIDNITNZ8PZ2FS6S8YpcABEKIdLhKkFKZXKFUqlJ7Vd6iZqC37dYGqckXC5DhAIBQ+NRjeHTZHDHAAMx1WMLJZcFaS7Aut3NSZKCgnDRD2iZDIudEhUJIHTwwwtVqGD7fJ2Ap0QELA3flddj8jYWH7mEMOHHscTjTEKFac9fbD3x+7/Az1zo5c3xRrv8lF3RFYWZfcp0RTBmSPQDFEvPdQnPABqbAkBg49cxvag2AgahRziADYK5Hl+UFBgRQTScsy2QDMOPOAAHZ0MqCQVyUbt416Vxk1TYAqNdOV0Lo/N8VLYtRJ1AN9SDStqxEOsGybCM2U7aMOMWHI+wKJ1B2okc2MUTdSB+P4dz+BCD3M5iTyuc9Qng6zFHHV833IJ8r2wF9XOALQPy/Oc1F/VpCPXYDQPArNHKMeD92Q1CorowxsNw/CFVSwxiKtMiRXtMF+LdBLagqQx0AqIA===), both versions end up with the same code for the fast path and using `mov word...
Should this also change the default namespace and the namespace of files in the project? Project name and the default namespace are often the same, or at least related.
I think the spec is correct as is. Since `p1` and `p3` are not instances of the same anonymous type, there is no reason to add the additional clause to...