dotnet / vblang

The home for design of the Visual Basic .NET programming language and runtime library.
286 stars 63 forks source link

Proposals from roslyn repo #11

Open vbcodec opened 7 years ago

vbcodec commented 7 years ago

Here are my most relevant proposals, that - imo - should be implemented Placed by order of significance

https://github.com/dotnet/roslyn/issues/14014 : makes function suitable for both sync and async models https://github.com/dotnet/roslyn/issues/14338 : filling async gaps, still missing in latest VS RC https://github.com/dotnet/roslyn/issues/13847 : streamlined asynchronously waiting for events https://github.com/dotnet/roslyn/issues/13364 : better grouping conditional operations https://github.com/dotnet/roslyn/issues/14274 : simpler casting https://github.com/dotnet/roslyn/issues/14395 : tuples suitable for databinding via reflection

AdamSpeight2008 commented 7 years ago

VB Feature Requests In Roslyn Repo (By Newest) VB PR in Roslyn Repo (By Newest)