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

Templates: Specify a groupIdentity for ef-templates #29118

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

bricelam
Copy link
Contributor

@bricelam bricelam commented Sep 15, 2022

Needed for VB templates. efcore/EFCore.VisualBasic#83? /cc @lorcQc

Description

EF7 allows templates to be used for scaffolding a DbContext and model from an existing database. We implemented C# support and provided extension points for other languages. This change is needed for the in-progress community implementation of VB support.

Customer impact

Allows the community to add VB support for scaffolding templates.

How found

Community work implementing VB support.

Regression

No. New feature.

Testing

The VB implementation will be the primary testing of this.

Risk

Low; no impact on C# support.

@ajcvickers ajcvickers added this to the 7.0.0-rc2 milestone Sep 18, 2022
@lorcQc
Copy link

lorcQc commented Sep 19, 2022

It would be appreciated.
This would allow us to use the same shortName for the dotnet new command and avoid conflicts if we also have the C# templates installed.

@ajcvickers ajcvickers merged commit 30eb594 into dotnet:release/7.0 Sep 19, 2022
@bricelam bricelam deleted the groupby branch September 19, 2022 16:35
@ajcvickers ajcvickers removed this from the 7.0.0-rc2 milestone Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants