-
Notifications
You must be signed in to change notification settings - Fork 3
Csharp.xsl #11
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
base: main
Are you sure you want to change the base?
Csharp.xsl #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yunshu,
Hopefully the recommended changes are not much effort. Thanks!
Todd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yunshu,
Thanks for your pull request!! :) Again, great job and thank you for contributing to the community.
Todd
custom-builders/csharp/README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll want to relocate this back within the /shipped-builders
and name the subfolder csharp-entity-framework
instead of csharp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much! I will do it right now and send you the new PR! I really appreciate all the help!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments for folder structure/location as on my prior comments...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename csharp.xsl
to csharp-entity-framework.xsl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, Todd,
Thank you for the commends! Should I put the update of the README.md under "Builders Shipped with CIMTool" or keep it under "Community Developed Builders"?
Thanks!
best,
Yunshu Wang
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The import-builder.png would need to be refreshed to reflect the renaming (sorry for the double work Yunshu!)
…Library into csharp.xsl
Created a c# builder. The csharp.xsl builder generates a C# source file (*.cs) containing entity frameworks. The defined C# classes can be utilized in C# applications for persisting profiles to a database.