What happened?
Exceptions thrown while parsing configuration for example:
|
return envValue is not null ? envValue : |
should only be thrown when the configuration is sourced from a file.
For configurations provided to the configuration endpoint - these exceptions should NOT be thrown.
This issue to track down such exceptions that are ONLY applicable to file based configuration and disable throwing them for non-file based configs.
E.g. Exception

Version
0.8.52
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?
GraphQL
Relevant log output
No response
Code of Conduct
What happened?
Exceptions thrown while parsing configuration for example:
data-api-builder/src/Config/Converters/StringJsonConverterFactory.cs
Line 79 in 038c17d
should only be thrown when the configuration is sourced from a file.
For configurations provided to the configuration endpoint - these exceptions should NOT be thrown.
This issue to track down such exceptions that are ONLY applicable to file based configuration and disable throwing them for non-file based configs.
E.g. Exception

Version
0.8.52
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?
GraphQL
Relevant log output
No response
Code of Conduct