Azure / Azure/data-api-builder
[Bug]: Failure to run 'dab init' command because InitOptions could not be initialized successfully
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 370
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 8
Description
### 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](https://github.com/commandlineparser/commandline/issues/804)
### 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
```Text
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.