gpt4 book ai didi

c# - App.config : appSettings "file" attribute is not reading from the Local. 配置

转载 作者:太空狗 更新时间:2023-10-29 21:23:47 25 4
gpt4 key购买 nike

我有一个测试项目,其中有一个 App.config 可以为某些设置设置默认值。我想在本地级别覆盖这些设置,以便每个开发人员都可以使用他们自己的凭据。

在我的 App.config 中,我有以下内容:

<appSettings file="Local.config">
<add key="Username" value="USERNAME"/>
<add key="Password" value="PASSWORD"/>
</appSettings>

在 Local.config 中(在同一目录中)我有以下内容:

<appSettings>
<add key="Username" value="wayne"/>
<add key="Password" value="secret"/>
</appSettings>

当我运行测试时,我希望获取用户名的值会从 Local.config 返回“wayne”;相反,它是 App.config 中的“USERNAME”——似乎它实际上并没有检测到我想覆盖另一个文件中的设置。

我做错了什么?

最佳答案

我不想问,但你确定 Local.config 被复制到输出目录吗?

关于c# - App.config : appSettings "file" attribute is not reading from the Local. 配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11038694/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com