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

Compatibility between VS Extension and CLI config formats #2848

Closed
gbrocard opened this issue Feb 13, 2025 · 3 comments
Closed

Compatibility between VS Extension and CLI config formats #2848

gbrocard opened this issue Feb 13, 2025 · 3 comments
Labels
question Further information is requested

Comments

@gbrocard
Copy link

Hi,
First of all, thanks for your work !

We've been using the VS Extension to maintain EF context in our team but we're now looking to automate part of it through a devops pipeline.
I've looked into the CLI but it seems that both config file format are not currently compatible with eachother.

You mentioned in this issue #2765 that you dropped the idea to homogenize the formats so I'm wondering what our options are currently.

Ideally I'd like to keep the ease of use of the VS Extension to scaffold the context and then my pipelines would handle the refresh of the scaffold regularly. Can I convert from one format to the other ? Or can the extension use the CLI format in some way ?

If you have any recommendations for my use case, I’d love to hear them.

Thanks !

@ErikEJ
Copy link
Owner

ErikEJ commented Feb 13, 2025

@gbrocard I will re-open the linked issue and reconsider.

I actually only use the CLI version in my projects, and on the other hand I would NOT recommend pipeline based refresh of the generated code.

@ErikEJ
Copy link
Owner

ErikEJ commented Feb 13, 2025

@gbrocard I accept PRs that can help complete #2765

@gbrocard
Copy link
Author

Thanks for reconsidering !

@ErikEJ ErikEJ closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2025
@ErikEJ ErikEJ added the question Further information is requested label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants