-
Notifications
You must be signed in to change notification settings - Fork 163
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
migration to EasyAbp, allow developers to pasting C# models from previous app #175
Comments
hello, this is very nice, can you help and point me to code section where the code take user input, I want create code and submit PR, to allow user to directly paste his already created C# Poco or JSON objects from previous application to speed up the typing process |
Can you give an example? |
sure, below is a small sample of C# model objects from my legacy app, I wanted to
I removed the functions to summarize it, but if you want to see the functions as well..
JSON models
|
You can migrate an existing model to a new project and then use the generator operation by easyabp. A simple JSON object cannot accurately express the specific type of a field |
thanks for that, I was saying JSON or C# models. When I followed this like, here https://github.com/EasyAbp/AbpHelper.GUI/blob/master/docs/AbpHelper-CLI/Generate-CRUD-Code/Usage.md
Sorry, in the docs it does not show how to point or Load into Visual Studio 2022 to models namespace, the generator to the existing C# models, can you please add a link/ show some pictures which button to load my entity, in the main docs, on how to point the generator to my models and generate the layers But this is a C# model
|
Please refer to the official entity model documentation
You can refer to the specific source code of the generator |
Thanks @blackWins , my confusion is |
Hello thanks for this explaining I am facing similar issue, where I am trying to port and move everything using EasyABP for the a) first time (do we open old orchard solution and load?) and then keeping the b) updated inside the new MyEasyAbpNewsSite
Suggestion: Can you please make it smoother to easily copy the entities into EasyABP
|
Hello, this i s great but moving to EasyAbp from previous legacy app can be made 10x faster.
I have 30 models, can you allow developers to paste the C# models or Json objects in the helper GUI and generate the items needed via Helper.
The text was updated successfully, but these errors were encountered: