gpt4 book ai didi

macos - 如何在 Mac 上使用 .NET Core 强制重建

转载 作者:行者123 更新时间:2023-12-04 09:39:07 25 4
gpt4 key购买 nike

在 Eclipse 中,我们“清理”了。在 Ant 中,我们“清理”了。

我们如何在 Mac 上使用 DotNet Core 命令清理或强制重建?尝试使用简单的构建命令重建不会构建。
$ dotnet build
Project library (.NETStandard,Version=v1.6) was previously compiled. Skipping compilation.
Project test-library (.NETCoreApp,Version=v1.0) was previously compiled. Skipping compilation.
$ dotnet clean
No executable found matching command "dotnet-clean"
$ :(

最佳答案

采用:

dotnet build --no-incremental

.NET Core SDK Documentation--no-incremental 选项中所述:

Marks the build as unsafe for incremental build. This flag turns off incremental compilation and forces a clean rebuild of the project's dependency graph.

关于macos - 如何在 Mac 上使用 .NET Core 强制重建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40597975/

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