-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Change in behaviour of CSharpHelper.Identifier(string name) #29450
Labels
area-scaffolding
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Milestone
Comments
@ErikEJ Do you know what scenarios this breaks? |
Well- the behaviour change exposed a bug in my stored procedure mapping code. Could imagine it would effect some reverse engineering scenarios. |
Looks like the first issue is in now: ErikEJ/EFCorePowerTools#1577 |
@bricelam Looks like we should probably patch this. |
AndriySvyryd
added a commit
that referenced
this issue
Dec 10, 2022
AndriySvyryd
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Dec 10, 2022
AndriySvyryd
added a commit
that referenced
this issue
Dec 10, 2022
AndriySvyryd
added a commit
that referenced
this issue
Dec 12, 2022
This was referenced Jan 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-scaffolding
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Not sure if this can be considered a bug, but here you have it:
Given:
This returns:
using EF Core 6
But
using EF Core 7
The text was updated successfully, but these errors were encountered: