dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.12k stars 4.04k forks source link

Sprint 108 Summary #14804

Closed jmarolf closed 6 years ago

jmarolf commented 8 years ago

Visual Basic and C# Compiler Team Accomplishments

image

shaggygi commented 8 years ago

Sorry for being a little slow, but could you explain (or point to a link that explains) [Redacted] for Interactive?

jmarolf commented 8 years ago

@shaggygi its a feature we haven't announced yet. As soon as its public I'll go back through the notes and talk about it. For now I thought it would be better to be transparent in letting people know we are working on something, just not what it is yet.

shaggygi commented 8 years ago

Gotcha. Thanks for what you can provide publicly. Hope to hear of feature soon.

MgSam commented 8 years ago

@shaggygi Just replace [Redacted] with [Clippy 2.0] and I think the feature becomes pretty clear :)

vbcodec commented 8 years ago

Bugs, Bugs, more Bugs.

Way too low for descripting current state of VB and CS. Does await now works inside catch section of try..catch in VB ? Does async stream generators are already implemented ? More details pls.

dsaf commented 8 years ago

@jmarolf what is "Willow componentization"?

shaggygi commented 8 years ago

@dsaf Willow is the code name for new VS installation UI for different development types.... desktop, Azure, Mobile, Python. Do a search on VS Blogs as they have a few writings there about it. I think there are few videos on CH9, as well.

dsaf commented 8 years ago

@shaggygi thanks!

jmarolf commented 8 years ago

@dsaf whoops. I forgot to clean that up. @shaggygi is correct, willow is the internal codename for the new Visual Studio installer that we announced here. I'll edit the issue so this is clear.

jmarolf commented 8 years ago

@vbcodec The compiler team only worked on fixing bugs, no new compiler features were added this sprint. I think I'll add the list of bugs that were fixed in a sprint so its a little easier to see the work being done.

shaggygi commented 8 years ago

@dsaf go to the 26:30 mark and can see Willow in action. https://channel9.msdn.com/Events/DEVintersection/DEVintersection-Las-Vegas-2016/DEVi004

dsaf commented 8 years ago

@shaggygi thanks, looks impressive! I did not realise how much is improving.

shaggygi commented 8 years ago

@jmarolf just wondering, but was [Redacted] shown in today's news at Connect?

jmarolf commented 8 years ago

@shaggygi I've updated all the summaries now, [Redacted] was Live Unit Testing

shaggygi commented 8 years ago

@jmarolf thanks! I noticed this in @kuhlenh demo. Very interesting and good job!

orthoxerox commented 8 years ago

@jmarolf Is live unit testing usable in Roslyn-sized projects, or is the performance unacceptable?