Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Auto Properties #57

Open
moh-hassan opened this issue Nov 19, 2018 · 1 comment
Open

Support Auto Properties #57

moh-hassan opened this issue Nov 19, 2018 · 1 comment
Assignees
Labels
bug feature-request Request of a feature

Comments

@moh-hassan
Copy link

The following c# code raise an error:

          public string userName {get;set;} 

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

@andry-tino andry-tino self-assigned this Nov 25, 2018
@andry-tino andry-tino added bug feature-request Request of a feature labels Nov 25, 2018
@andry-tino andry-tino added this to the Rosetta - Level 0 milestone Nov 25, 2018
@andry-tino
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature-request Request of a feature
Projects
None yet
Development

No branches or pull requests

2 participants