-
Notifications
You must be signed in to change notification settings - Fork 30
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
Attributes - is it possible to generate [AttributeName(ArgumentName = true)] #76
Comments
* Added AssignArgument type #76 * Changed name on ClassInitializeArgument to ObjectCreationArgument * Fixed spelling errors in the MathBinaryExpression class
Hello, This is a missing case and I have added a new argument for this ( To generate this:
You just write:
I will probably update the nuget later this weekend (are gonna try to finish record/namespace first). |
You are a lightening fast super-hero Jedi!!! This is very awesome, can't wait to check it out! |
No problems! I have just released the nuget (1.2.0) so try and see if it okay or if we should add something more. |
Very cool!! I will give it a go tonight or tomorrow and let you know how it handles! Quick question for you - related
Something like this: This is from the TV show Silicon Valley, very funny programmer humor if you have never seen it! |
Great! I forgot to add that you also have a new
I'm not super good with GitHub either but I tried to add you as collaborator and created a new board that we could work with. So try and see if you can access it and create new notes: https://github.com/Testura/Testura.Code/projects/1
Of course! Silicon Valley is really awesome ;-) |
Hello!
Again, thank you for such an awesome library! It is my favorite!
I am writing some code to generate some classes which have some class properties with attributes from Sieve.
The attributes look like this:
More specifically:
I know that this is possible with Testura.Code:
Note the ':' semi-colon sign. I am struggling to discover how to implement an '=' statement.
It would be great to use this Expression Statement generator as an
IArgument
, but I do not think it is possible due to:=
equals signCurrently I am writing it with an ':', then later using a
mystring.Replace(':', '=');
in order to accomplish this. Is there a cleaner way of doing this?Thanks so much!
I plan to add much to the Wiki! I have been compiling some notes and topics. Thanks!
The text was updated successfully, but these errors were encountered: