具有CopyToOutputDirectory =“ PreserveNewest”的csproj <Content>无效

时间:2019-12-02 20:50:54

标签: .net-core csproj

以下内容来自我的csproj。我收到一个错误消息,“ PreserveNewest”是错误的属性值。我不确定在不更改项目行为的情况下需要将其更改为什么。

<ItemGroup>
    <Content Update="nlog.config" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

enter image description here

1 个答案:

答案 0 :(得分:1)

它看起来会很好用,但在2019年10月之前的Rider版本中是Intellisense的一个已知问题: https://youtrack.jetbrains.com/issue/RIDER-20183

根据历史记录,它在2019.3 EAP1(193.4778.12)及更高版本中已确定。

撰写本文时可用的最新版本似乎是2019.3 EAP7。
https://www.jetbrains.com/rider/eap/