No announcements
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Sticky0VotesWhat's New in the Microsoft "Roslyn" September 2012 CTP
Programs -> Uninstall a program. In the list of installed programs, click on Microsoft "Roslyn" CTP and choose Uninstall. -
Sticky0VotesSome Compiler Draft API Docs
I wanted to share my working draft docs for some common/shared compiler APIs and C# compiler APIs. I'd love to get any feedback you have, email billchi@microsoft.com. These docs ... -
Sticky0VotesThis CTP Comes with an FAQ!
I wanted to make sure people saw that we have an FAQ for CTP3 (mostly just updated code from CTP2). It is somewhat long because it really is both a learning cookbook of snippet recipes ...
-
Answered1VotesUnexpected Numeric Literal Expression Result
I have produced a simple code sample which results in an unexpected result. Code decimal value = 0.01M; var literal = ... -
Proposed0Voteshow to change all references of a node
Hi, I'm using a SyntaxRewriter to change the type of a field. After this I call "FindReferences" on the field to get all nodes to investigate ... -
Proposed0VotesError squiggles in csx files
Hi guys, Is there any way to turn off error squiggles for .csx files? Roslyn doesn't provide a way to advertise the API of host object, so top-level method calls are not recognized ... -
Answered3VotesCan AttributeData have a DeclaringSyntaxNode(s) property?
I can use the Symbol.GetAttributes to get AttributeData for a specific attribute on a NamedType Symbol. Then I want to retrieve the source code of that attribute data (not the ... -
Unanswered0VotesVisual Studio Isolation Shell
Can you tell us if the C# Interactive Window will be included in a Visual Studio Isolation Shell type project? I seen where people have asked ( including myself ) that we would like to use ... -
Unanswered0VotesReplacenode is not working Second time
using System; using System.Collections.Generic; using System.Text; using Microsoft.Crm.Sdk; using ... -
Proposed0VotesRemoveNode() not working
namespace Test { class Program { static void Main(string[] args) { SyntaxTree tree = SyntaxTree.ParseText( ... -
Unanswered0VotesMicrosoft Roslyn Futures
Hello all. Long time no see since last September's CTP. Is Roslyn still in the pipeline? Where is it going? Also I've been ... -
Answered0VotesHow to get/find all referenced SyntaxNodes
Hi, I try to write an a refactoring tool which needs to adjust all occurences of a symbol. I've got the Syntaxnode to start with, so I need to find all references ... -
Discussion1VotesRoslyn Simplified
I have posted to Codeplex a simplified wrapper around Roslyn. Also available as NuGet Package: Install-Package ... -
Answered0VotesSetting indent level to output compilation unit source code with CompilationUnitSyntax.ToFullString method.
Is it possible to change the default indentation level for C# source code output from CompilationUnitSyntax root node? Are there any other source code formatting options? -
Answered0VotesSystem.Exception : Expected Global line.
I am trying to write a way to merge various solutions into a single solution file. As an example, I have generated the following solution file (names are ... -
Unanswered0VotesExecuting a Script from a host class method does not share a context variable
Scenario: VS2012 Roslyn Sept2012 CTP "Roslyn.Compilers.Common" ... -
Unanswered0VotesAdvertising host object API
Hi guys, Is there any directive similar to #load or #r in Roslyn CTP that allows to advertise host object model so I can get IntelliSense working for .csx files in ... -
Unanswered0VotesWill Roslyn solve the GetX and return the fields/properties/methodInfos in the order they are in code?
When using Reflection to get methodInfos, there is no guarantee that they are returned in the order the methods were originally declared in the source code, because the compiler reserves the ... -
Answered0VotesIs it possible to add a new Access modifier like public/private
Is it possible to add a new Access modifier like public/private Shankar Ramakrishnan -
Proposed0VotesHow to pretty-print code in Roslyn completion provider's description window
I'm using Roslyn completion provider to customize intellisense. I want to display some pretty-printed (with different colors for keywords, methods, constants, an so on) multi-line c# code in the ... -
Unanswered0VotesDetermine if a field is assigned a value
In a small CodeIssue I'm making with Roslyn, I'm trying to determine if a field is assigned a value in a constructor. I followed the code from the MakeConstCS example, but I ran into a problem. I ... -
Proposed3VotesIs Roslyn alive?
Hello, is there any progress on Roslyn? Is this project alive? What is happening? Please keep us informed. Have a nice day urza - Items 1 to 20 of 494 Next ›


