Remove underscores and capitalize next letter not working for Oracle Connection in LP6 ( LP4 ok )
The "Remove underscores and capitalize next letter" is not being honored in LinqPad 6.
Oracle Table Name:
WORKFLOW_HISTORY
Linqpad4 is naming the Entity "WorkflowHistories"
Linqpad6 is naming the Entity "Workflow_histories". << Here is the error.
I have the options unchanged from the default (in LP6).
"Pluralize DbSet and child navigation properties" (CHECKED)
"Convert ALL-CAPS identifiers to Pascal case" (CHECKED)
"Capitalize first letter of property names" (CHECKED)
"Remove underscores and capitalize next letter" (CHECKED) <<< Not working
"Order columns alphabetically" (UNchecked)
LP6 version 6.7.5 (x64)
Connection Details
Provider = Oracle
Version = "Latest (2.19.30)"
EF Core Version = 2.24
Comments
So I deleted the connection and reimported it, and it works.
I think the error is a LP6 (new) install, but auto-converting-up any LP4 connections it finds. <<this is the micro bug.
I am "ok" now, but reporting this microbug.
Thanks for the info - I've reproduced the bug and will get a fix into the next build.