Unable to read connection string from app.config
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 35/100
- Issue 类型
- 缺陷
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- postgresql
- 领域
- databases
调研方向
从 src/SQLProvider/Utils.fs 开始,重点查看 getConStringFromConfig 以及读取连接字符串的相关行。按照所附示例中的 docker-compose、restore 和 build 步骤重现该故障。当 provider 能够使用 app.config 中的连接字符串成功连接,而不再要求在源代码中或运行时提供该字符串时,即表示完成。
由索引模型根据 Issue 内容生成。
描述
Description
I'm attempting to specify the connection string to my DB in an app.config file in the root of my project, instead of hardcoding it in source. The type provider throws the following error:
No connection string specified or could not find a connection string with name DefaultConnectionString
I've read through the Utils.fs file, specifically the getConStringFromConfig function. I can see that line 235 reads match config.ConnectionStrings.ConnectionStrings.[connectionStringName]. Not sure if the double ConnectionStrings is intended? That said, I've tried a few variations of nesting in my app.config file with no luck.
Repro steps
- Download and extract the attached example
cdto root directory of exampledocker-compose updotnet restoredotnet build
Expected behavior
Successful connection to DB using connection string defined in app.config.
Actual behavior
The compiler throws the following error:
No connection string specified or could not find a connection string with name DefaultConnectionString
Known workarounds
- Hardcode the connection string in source
- Provide a connection string at runtime using
.GetDataContext connString(though doesn’t help where compilation needs to happen across differing environments)
Related information
- Used database: Postgres
- Operating system: MacOS and Windows 10 (tested on both)
- Branch:
master - .NET Runtime, CoreCLR or Mono Version: assuming CoreCLR - not sure how to be certain?
Performance information, links to performance testing scripts:
- 主要语言
- F#
- 星标
- 627
- 派生
- 147
- 平均合并
- 2 小时 2 分钟
- 30 天内合并 PR
- 1
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
fsprojects/SQLProvider 的其他 Issue
-
enhancement
难度 3/5 1-2 天 新手友好度 55/100
fsprojects/SQLProvider#872 · 2 条评论 ·
-
Repo Assist? 未关闭enhancement
难度 5/5 一周以上 新手友好度 10/100
fsprojects/SQLProvider#870 · 1 条评论 ·
-
postgresql
难度 4/5 3-5 天 新手友好度 58/100
fsprojects/SQLProvider#869 · 2 条评论 ·
-
documentation
难度 2/5 1-3 小时 新手友好度 42/100
fsprojects/SQLProvider#868 · 2 条评论 ·
-
sql server
难度 4/5 3-5 天 新手友好度 45/100
fsprojects/SQLProvider#851 · 1 条评论 ·
查看 fsprojects/SQLProvider 的全部 Issue
相似的 Issue
-
难度 1/5 1 小时以内 新手友好度 75/100
-
bug
难度 2/5 1-3 小时 新手友好度 88/100
AstrBotDevs/AstrBot#10205 ·
-
难度 2/5 1-3 小时 新手友好度 72/100
-
难度 2/5 1-3 小时 新手友好度 70/100
OHDSI/Data2Evidence#3394 ·
-
难度 2/5 1-3 小时 新手友好度 84/100