A version of the C# and VB compilers that is written in managed code.
0
votes
0answers
75 views
C# Instrumentation
What would be the easiest way to do instrumentation of C# code? By instrumentation I mean inserting my own pieces of the code to gather some dynamic information during the execution.
For example ...
2
votes
0answers
35 views
Finding attributes on base type
I'm trying to implement an ICodeIssueProvider to detect if a class (or one of its base types) has a certain attribute or not.
public IEnumerable<CodeIssue> GetIssues(IDocument document,
...
-1
votes
0answers
17 views
Download Roslyn CTP 3 (September 2012). 1.2.20906.1 for VS2010 and .NET 4.0?
How can I download Roslyn CTP 3 (September 2012). 1.2.20906.1 for VS2010 and .NET 4.0? Can anyone who saved the setup file share it to me? Thanks!
1
vote
1answer
26 views
Serialization of ISolution - Roslyn CTP3
I have been experimenting with Roslyn in the context of meta-programming, but have encountered difficulties in persisting ISolution or IProject objects to a database. Here is what I have tried to ...
1
vote
2answers
103 views
How to load an existing assembly with Roslyn, tranform it and generate new .cs files
It seems like the documentation around Roslyn is a bit lacking?
I am not able to find good comprehensive documentation.
What I am trying to do essentially is copy the public surface of an existing ...
4
votes
1answer
102 views
Unit testing with Roslyn.Services.Workspace results in a SecurityException while working at x86 target
I'm working on set of constants for my project, and I'd like to use roslyn to verify some of them in source code level. To achieve this, I'm loading entire solution using following snippet into ...
0
votes
1answer
36 views
Finding where a method is called for a convention test
I'm trying to write a convention test that specifies that a method should only be called in some contexts - specifically I have a static Empty getter that I only want to allow used in test methods, ...
3
votes
1answer
76 views
Roslyn CTP - Random Code Modification
I have been experimenting with the Roslyn API in a genetic programming type of scenario. It appears like a great way to do that type of programming, but the actual implementation of simple scenarios ...
0
votes
1answer
39 views
Roslyn compilation with two assemblies?
I have a solution with two output dlls (actually more, but lets keep it simple). Project "Special" references project "Common".
I try to write an code generator that parses some files from "Special" ...
1
vote
1answer
98 views
How to update references to SyntaxNode's in SymbolInfo after adding annotations?
On first stage I am adding annotations to syntax nodes and replace nodes with new generated nodes.
On second stage when I am analysing modified document (same syntax tree with added annotations) but ...
1
vote
2answers
76 views
Using Roslyn to parse/transform/generate code: am I aiming too high, or too low?
(What I'm trying to do is work around the Application.Settings/MVVM problem by generating an interface and wrapper class from the vs-generated settings file.)
What I'd like to do is:
Parse a class ...
3
votes
2answers
77 views
Is it possible to create a Portable class library with Roslyn?
This is a very simple code that generates a dll that can be referenced from a Portable class library, but, it is prone error because when I add any reference it accepts non portable references.
How ...
1
vote
1answer
34 views
Replacing several nodes in the same tree, using SyntaxNode.ReplaceNode
I'm currently working on three-way merging on syntax trees using Roslyn. I have a matching between all children on a a ClassDeclerationSyntax node, and want to perform a merge on the children, and ...
2
votes
3answers
119 views
Dynamically Compiling and Executing Conditional Statements
We want to give a user a graphical format to design conditional statements on some data. Our application would take that graphical format, translate it into C#, compile it, and run the conditional ...
2
votes
1answer
46 views
Terminate Roslyn script early in C#
I'm loading and invoking a csx file something like this:
BaseScript = new ScriptBase(); // My own type
var session = engine.CreateSession(BaseScript, typeof(ScriptBase));
BaseScript.Session = ...
0
votes
1answer
22 views
CodeIssue project with roslyn
Is there a way to get a compilererror when someone write "new MyClass()" and MyClass Inherit from EntityBase.
I like to stop developers to write this. Can I do this with a CodeIssue project.
0
votes
1answer
56 views
Change background-colour in parts of sourcecode with roslyn in the VisualStudio-Editor
I am a bit confused, because I didn't find any information about colouring with the editor services of Roslyn. Probably I used the wrong phrases and expressions... But Anyway, my question is as ...
6
votes
2answers
190 views
Expression that takes a DateTimeOffset causes Visual Studio Internal Compiler Error
I was trying to mock an interface which takes a DateTimeOffset? as one of its parameters. All of a sudden, Visual Studio started reporting an 'Internal Compiler Error' and that it has 'stopped ...
9
votes
1answer
135 views
Finding everywhere an enum is converted to string
I'm currently trying to find everywhere in a solution where a specific enum is converted to a string, whether or not ToString() is explicitly called. (These are being replaced with a conversion using ...
1
vote
1answer
70 views
How to compare POCO class with Database?
I need to compare what's on my POCO classes against my database.
I am currently using Microsoft Roslyn and Microsoft.SqlServer.SMO and comparing the data, in my opinion, 'roughly'. It's working ...
1
vote
1answer
65 views
How does one get Roslyn to format XML Documentation Comments properly?
I'm using a SyntaxRewriter to convert classes from an old library to a new library, which basically entails finding classes which a given attribute and then rewriting properties which follow a certain ...
2
votes
1answer
89 views
How to read XML documentation comments using Roslyn
I would like to be able to read XML documentation comments while parsing C# source code using Roslyn.
/// <summary>
/// Documentation...
/// </summary>
I tried setting the ...
0
votes
1answer
55 views
Roslyn Run Code in AppDomain
I added Roslyn my project.
Roslyn can run script from string like
using Roslyn.Scripting.CSharp;
namespace RoslynScriptingDemo
{
class Program
{
static void Main(string[] args)
...
0
votes
1answer
121 views
Execute code from external file using Roslyn
I'm using Roslyn to execute C# code at runtime.
First I tried this code (which works fine) :
engine.Execute(@"System.Console.WriteLine(""Hello World"");");
After that, I wanted to execute code ...
3
votes
2answers
123 views
How to get a list of all fields with a specified attribute?
I am trying to find fields with a specified attribute. I tried to modify the FirstQuickFix example, because I thought, it could be a good starting point. But if I run the code, nothing happens. Any ...
2
votes
0answers
84 views
Roslyn slow startup time
I've noticed that the startup time for Roslyn parsing/compilation is a fairly significant one-time cost. EDIT: I am using the Roslyn CTP MSI (the assembly is in the GAC). Is this expected? Is there ...
1
vote
2answers
55 views
Roslyn LoadProjectFromCommandLineArguments language argument?
I'm creating a custom MSBuild task that uses Roslyn to do some code analysis.
I've read that you cannot call Workspace.LoadStandAloneProject and you have to use ...
0
votes
1answer
47 views
CompilationErrorException when including System.Linq in Roslyn CP2
I have downloaded the Roslyn CTP and have run across the following error.A CompilationErrorException is thrown when executing the line session.Execute(@"using System.Linq;"); with the following ...
1
vote
2answers
107 views
Add class into current assembly
I have a current assembly in my application and I would like to add a class from external cs file into this assembly. Is it possible to do it? I would like to use it like plug-ins. Now I'm trying use:
...
6
votes
2answers
254 views
Run F# code in C# - (Like C# in C# using Roslyn)
Is there a way to run F# code in C#? I have written an app in C# - I'd like to provide it the ability to execute F#, read Record objects, enumerate lists from F#. What is the current solution for ...
1
vote
1answer
168 views
Syntax Analysis with MS Roslyn
I have a litle but stupid problem. I started working with MS Roslyn, and I am trying to do the Walkthrough, but directly at the beginning an error occurred...
error CS0117: ...
0
votes
1answer
27 views
Reading the default namespace through Roslyn API
Is there a way to read the default namespace setting from the IProject interface or any other Roslyn interface? I know that I can parse the project's file but I think this should be possible using ...
1
vote
1answer
82 views
How do I set switches normally defined in app.config in the C# Interactive window?
I'm trying to load a DLL with the C# Interactive REPL (from Roslyn). It throws the following exception:
"An attempt was made to load an assembly from a network location which
would have caused ...
1
vote
1answer
73 views
How to create a new solution using Roslyn CTP
I would like to create a solution (.sln) file using the Roslyn CTP, and then add some new projects to the solution. Is this possible with the current CTP, and if so, can you provide a short code ...
2
votes
1answer
57 views
Declaring var variables with Roslyn Sept 2012 CTP
There are other questions here which seem to address this question with older versions of the CTP, but they do not appear to work anymore with the latest release. I'm trying to figure out how to ...
2
votes
1answer
63 views
XML serialize Roslyn SyntaxTree?
I'm looking for options to convert C# to XML and also deserialize back to C# again. Anyone know of any existing solutions for this? I assume a Roslyn SyntaxTree is not Xml-serializable. I also assume ...
5
votes
2answers
40 views
LiteralExpression - ArgumentOutOfRangeException
For the life of me, I cannot figure out why this line of code:
var literalExpressionSyntax =
Syntax.LiteralExpression(SyntaxKind.CharacterLiteralExpression);
throws an ...
15
votes
2answers
467 views
Is Roslyn Cross Platform?
I've been looking at Roslyn for quite some time now, and I'm curious and excited about it. One thing I noticed is that they mentioned that the compiler is re-written in managed code. This begs the ...
0
votes
0answers
83 views
Roslyn C# analysis and execution
Traverse syntax tree to find if-else statements, analyse syntax tree for dataflow, gather required variables for variables that are required to calculate the outcome of If and Else blocks and ...
0
votes
1answer
56 views
Locating a node in a CompilationUnitSyntax AND SemanticModel
When working with Roslyn, I will often have a node that is in the CompilationUnitSyntax but not the SemanticModel or vice-versa. (Or I can only pull the nodes out with operations of one or the ...
0
votes
1answer
111 views
Roslyn Code refactoring VSIX project — How to add more to the VSIX?
I've created a visual studio extension with some nice refactoring features via a Code Refactoring (CodeRefactoringProvider) roslyn project, but there isn't really anything to it in terms of adding ...
1
vote
1answer
46 views
Can I use Roslyn CTP in a shared hosting?
Im wondering if it is possible to use some cool features of Roslyn such as dynamic compilation in an ASP.NET application hosted in a shared hosting. Is that possible?
1
vote
1answer
200 views
Roslyn: Get the array value
I try to get the array value using Roslyn. For example, if I have a C# code like this:
int[] arrInt = {10, 20, 30, 40, 50};
then how can I get the information that arrInt[0] is 10, arrInt[1] is 20, ...
1
vote
1answer
57 views
Rename project in Roslyn
How can I change name of (IProject) in Roslyn?
I found only the extension method UpdateAssemblyName(), but it do something else (of course).
1
vote
1answer
68 views
Trying to create a MVC Controller dynamically with Roslyn
I can create a class dynamically, and then instantiate it and call a method within it from the immediate window in Visual Studio. But I cannot make a MVC Controller class behave like expected (i.e. be ...
3
votes
1answer
41 views
Get the SyntaxNode given the linenumber in a SyntaxTree
I want to get the SyntaxNode of a line given the location(lineNumber). The code below should be self-explanatory, but let me know of any questions.
static void Main()
{
string ...
0
votes
1answer
110 views
Roslyn : How to get unresolved types
I am using Roslyn's September 2012 CTP.
What is the most elegant way to get unresolved types in a c# code document? Eg. Type Guid requires the System namespace. Currently I have something like this:
...
0
votes
1answer
56 views
workspace created in memory - can't access symbolinfo
I am creating a workspace in memory for unit testing purposes, but I cannot access the symbol info of a certain InvocationExpression (which is required for the CodeIssue I am testing). Here is a ...
4
votes
1answer
101 views
How to get extension methods on Roslyn?
I need to list all extension methods found on the file.
This is what I'm doing so far (looks like it's working):
var methods = nodes.OfType<MethodDeclarationSyntax>();
var extensionMethods ...
0
votes
1answer
41 views
is there a Roslyn API for a webbrowser?
What I am looking for is a an api that load a DOM and javascript and treat it in the manner of Roslyn. I can then use to analyze and convert different html into a compliant html 5 with jquery for ...



