Azure / data-api-builder

Data API builder provides modern REST and GraphQL endpoints to your Azure Databases and on-prem stores.
https://aka.ms/dab/docs
MIT License
947 stars 196 forks source link

[Bug]: Failure to run 'dab init' command because InitOptions could not be initialized successfully #2470

Open kurkoc opened 2 days ago

kurkoc commented 2 days ago

What happened?

Due to a culture related bug in CommanLineParser, I can't run dab init command when dealing with TR culture. Because of the small i, big İ problem in Turkish, the Issuer field can't be parsed.

I forgot to take a screenshot before I changed the computer's culture but I was getting an error saying “Immutable with invalid constructor”. I think this problem has been addressed here

Version

1.2.14+c7ca8db8558a63919c530e454c8f18b45d5b931c

What database are you using?

Azure SQL

What hosting model are you using?

Static Web Apps (SWA)

Which API approach are you accessing DAB through?

REST

Relevant log output

Code of Conduct