Technology Radar
Published : Mar 29, 2022
NOT ON THE CURRENT EDITION
This blip is not on the current edition of the Radar. If it was on one of the last few editions, it is likely that it is still relevant. If the blip is older, it might no longer be relevant and our assessment might be different today. Unfortunately, we simply don't have the bandwidth to continuously review blips from previous editions of the Radar.
Understand more
Mar 2022
Trial
NUKE 是一个面向 .NET 的构建系统,也是传统的 MSBuild、Cake 以及 Fake 等自动化构建系统的替代品,我们曾在之前的技术雷达中介绍过它们。NUKE 以 C# 领域特定语言(DSL)的形式表达构建指令,不但降低了学习成本,而且 IDE 支持性也很好。在我们的实际体验中,使用 NUKE 进行 .NET 项目的自动化构建十分便捷。我们喜欢 NUKE 提供的精准代码静态检查和提示功能,并且它支持无缝使用各种 NuGet 包,这样可以编译自动化代码,避免运行时发生错误。尽管 NUKE 已不是新技术,但它采用 C# DSL 的全新方法,以及使用 NUKE 时全方位的良好体验,促使我们一定要将它收录在技术雷达里。