Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

pragma parameters missing after SyntaxTree.ToString() #188

Open
asker9 opened this issue May 29, 2013 · 0 comments
Open

pragma parameters missing after SyntaxTree.ToString() #188

asker9 opened this issue May 29, 2013 · 0 comments
Labels

Comments

@asker9
Copy link

asker9 commented May 29, 2013

Hello

try this code:
ICSharpcode.NRefactory.CSharp.CSharpParser parser = new ICSharpcode.NRefactory.CSharp.CSharpParser();
SyntaxTree CCU = parser.Parse("#pragma warning disable 414","a.cs");
Console.Write( CCU.ToString() );

result:

pragma

The parameters "warning disable 414" for "#pragma" is missing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant