You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurred!
Error details below:
An error occurred: Value cannot be null.
Parameter name: node!
at Rosetta.AST.ASTWalker..ctor(CSharpSyntaxNode node, SemanticModel semanticModel) in F:\github-projects\Rosetta\src\ASTWalker\walkers\ASTWalker.cs:line 35
....
It's nice if you show the c# code fragment to know where error in source file on console or log file.
Can you show in read.me file what c# version the tool support: c#3/c#4/c#5/c#6/c#7.x
The text was updated successfully, but these errors were encountered:
I'm gonna have a look for auto-properties. ATM the development is halted as my Team is not in need of the translation feature but only the definition generation.
Regarding the error logging, that is a valid point. Will make that happen. Will leave this open as a reminder.
The following c# code raise an error:
It's nice if you show the c# code fragment to know where error in source file on console or log file.
Can you show in
read.me
file what c# version the tool support: c#3/c#4/c#5/c#6/c#7.xThe text was updated successfully, but these errors were encountered: