<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx</link><description>I’m happy to announce a new Microsoft “Roslyn” CTP release, which is available for immediate download here ! Roslyn is our long-lead project to rebuild the entire C# and Visual Basic language compilers and Visual Studio language services from the ground</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10318159</link><pubDate>Mon, 11 Jun 2012 01:52:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10318159</guid><dc:creator>Pilchie (Kevin Pilch-Bisson)</dc:creator><description>&lt;p&gt;@Greg Bachraty: Can you email me at kevinpi@microsoft.com so that we can investigate?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10318159" width="1" height="1"&gt;</description></item><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10318129</link><pubDate>Sun, 10 Jun 2012 21:31:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10318129</guid><dc:creator>Warren</dc:creator><description>&lt;p&gt;Excellent. &amp;nbsp;I&amp;#39;ve been using Roslyn at SymbolicComputation.com for my Sym project so I&amp;#39;m glad to see you&amp;#39;re moving forward with it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10318129" width="1" height="1"&gt;</description></item><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10318044</link><pubDate>Sun, 10 Jun 2012 11:09:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10318044</guid><dc:creator>Greg Bachraty</dc:creator><description>&lt;p&gt;It seems like Roslyn setup picks up the VS2010 shell installed by SQL Server 2012 and refuses to install since no VS2010 sdk is present, even though I only have VS2012 RC (and sdk) full installed on my system.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10318044" width="1" height="1"&gt;</description></item><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10316747</link><pubDate>Thu, 07 Jun 2012 15:11:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10316747</guid><dc:creator>Dustin.Campbell</dc:creator><description>&lt;p&gt;@Scott Brickey:&lt;/p&gt;
&lt;p&gt;Roslyn does provide extensibility, but not for all of the scenarios that you mentioned. Changing or adding syntax to the C# and Visual Basic languages is not supported by Roslyn. However, you can build extensions to the C# and Visual Basic editing experiences using Roslyn. For example, you can create extensions for the source code formatting engine, for the syntax highlighter, the statement completion list, etc. You can even create new refactorings and quick fixes. For an example of creating a Roslyn extension, check out the &amp;quot;How to Write a Quick Fix&amp;quot; walkthrough.&lt;/p&gt;
&lt;p&gt;C#: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/hh543922"&gt;msdn.microsoft.com/.../hh543922&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;VB: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/hh543921"&gt;msdn.microsoft.com/.../hh543921&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10316747" width="1" height="1"&gt;</description></item><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10316687</link><pubDate>Thu, 07 Jun 2012 14:12:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10316687</guid><dc:creator>Dustin.Campbell</dc:creator><description>&lt;p&gt;@vtp: Do you have the VS SDK 2012 RC installed? The Roslyn CTP won&amp;#39;t install without the VS SDK, though the installer should have provided you with a link to download it. &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/en-us/download/details.aspx?id=29930"&gt;www.microsoft.com/.../details.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10316687" width="1" height="1"&gt;</description></item><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10316663</link><pubDate>Thu, 07 Jun 2012 13:16:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10316663</guid><dc:creator>Scott Brickey</dc:creator><description>&lt;p&gt;any idea if the Roslyn extensions extensible for VS add-ins? (maybe adding additional language support, adding syntax, changing formatting, etc?)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10316663" width="1" height="1"&gt;</description></item><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10316370</link><pubDate>Wed, 06 Jun 2012 23:40:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10316370</guid><dc:creator>vtp</dc:creator><description>&lt;p&gt;I don&amp;#39;t have VS2010 only VS2012RC install on my test win8 machine it won&amp;#39;t install.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10316370" width="1" height="1"&gt;</description></item><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10316025</link><pubDate>Wed, 06 Jun 2012 16:25:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10316025</guid><dc:creator>Dustin.Campbell</dc:creator><description>&lt;p&gt;@bartsipes:&lt;/p&gt;
&lt;p&gt;For now, the Roslyn project is specifically targeted at the C# and VB languages. While any language can draft from the Roslyn APIs to create a similar object model, there isn&amp;#39;t an active effort to do this for F# at the moment. That said, F# has a compiler written in managed code (i.e., in F#) with source code drops available at &lt;a rel="nofollow" target="_new" href="http://fsharppowerpack.codeplex.com/"&gt;fsharppowerpack.codeplex.com&lt;/a&gt;.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10316025" width="1" height="1"&gt;</description></item><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10315971</link><pubDate>Wed, 06 Jun 2012 15:09:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10315971</guid><dc:creator>Dustin.Campbell</dc:creator><description>&lt;p&gt;@Mr. S: When installed, the CTP adds the following to your primary Visual Studio install:&lt;/p&gt;
&lt;p&gt;1. The C# Interactive Window&lt;/p&gt;
&lt;p&gt;2. Project Templates for creating Roslyn extensions&lt;/p&gt;
&lt;p&gt;3. Editing support for .csx (i.e. C# Script) files&lt;/p&gt;
&lt;p&gt;4. Reference assemblies for the various Roslyn assemblies in the Add Reference dialog&lt;/p&gt;
&lt;p&gt;Installing Roslyn *does not* replace the C#/VB compilers or IDE experiences in Visual Studio. So, you can continue to use VS to develop software.&lt;/p&gt;
&lt;p&gt;Note that installing Roslyn *does* create a special instance of Visual Studio which replaces the C# and VB IDE experiences. However, that instance is only used when debugging Roslyn extensions that you create.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10315971" width="1" height="1"&gt;</description></item><item><title>re: Announcing Microsoft “Roslyn” June 2012 CTP</title><link>http://blogs.msdn.com/b/jasonz/archive/2012/06/05/announcing-microsoft-roslyn-june-2012-ctp.aspx#10315893</link><pubDate>Wed, 06 Jun 2012 13:01:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10315893</guid><dc:creator>Mr. S</dc:creator><description>&lt;p&gt;How much of VS2010 does the Roslyn CTP &amp;quot;replace&amp;quot;? &amp;nbsp;I ask because I&amp;#39;d love to have the &amp;nbsp;C# Interactive window, but don&amp;#39;t want to affect my actual code/output.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10315893" width="1" height="1"&gt;</description></item></channel></rss>