-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change in behaviour of CSharpHelper.Identifier(string name) #29450
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 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
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: