RoslynDOM icon indicating copy to clipboard operation
RoslynDOM copied to clipboard

Results 34 RoslynDOM issues
Sort by recently updated
recently updated
newest added

``` var csharpCode = @" using Foo; //[[ kad_Test3(val1 = ""Fred"", val2 : 42) ]] public class MyClass { } "; var root = RDomCSharpFactory.Factory.GetRootFromString(csharpCode); var root2 = root.Copy(); var...

bug

This is legal in C# public class A { private string A, B, C; public void Foo() { int X, Y, Z; } } which is semantically the same as...

enhancement

I don't support await yet because I can't figure out the semantics, and you actually have two visions in your head depending. What's really happening is more or less this...

enhancement

The following is legal in C# using (var x as new X(), y as new Y()) which is semantically equivalent to using (var x as new X()) using (y as...

enhancement

The test "Can_load_block_statements_for_method" is crashing on on format.

bug