ConnectionString issue with underscore

There is a porblem with the connection string when I have an underscore in the datasource name.

I get errors in dot net regarding a null connection string.

Steps to repeat:
Create a SQL Server connection called “PO_DATA”
Create CRUD pages
Run the App

No data will be returned and dot net errors include: cannot find connection string “PoDataConnection
However, when you look at the .env file it reads: ConnectionStrings__PO_DataConnection=“Server=…”

If I change it in the .env file to “ConnectionStrings__PoDataConnection=”…" The error goes away and data is returned.

HTH,
Josh

Thanks for the report Josh! We will fix this immediately!

Best Regards,
Vladimir