Filter
Exclude
Time range
-
Near
Jan 15
We are NOT saying that ur melee dmg executor build is doing more damage than a revenant with a whole nukebuild
1
1
43
30 Jun 2025
Replying to @snavarropino
And nukebuild
2
489
25 Jun 2025
1
3
193
22 Apr 2025
Voild KnightのNukeBuild楽しかったな
30
cakebuildはプロジェクトローカルなタスク実行するときに使うと便利な気がする。nukebuildだとどうしても一つのプロジェクトを作らないといけないので。 それだけに分散しやすいから整理するとき厄介という問題はあるけど。
38
We need to stop trying to shoehorn things in like this, thinking it's better than a makefile, or cake, or nukebuild, or (god forbid) msbuild. Just because you can, doesn't mean you should.
1
362
Maybe use interfaces with default implementations, nukebuild uses that for build components nuke.build/docs/sharing/buil…

53
Building .NET Solutions with Nuke Build Why use Nuke Build? Getting Started with Nuke Build c-sharpcorner.com/article/bu… via @CsharpCorner #DotNetSolutions #NukeBuild
7
8
150
19 Aug 2023
Spend the day fixing the devontrainer feature for #nukebuild. It was harder than I thought
28
Have you ever wanted to code your entire CI/CD pipeline in C#? Or dreamed of having a portable pipeline you could transfer from one build system to another? If you've nodded yes to any of these, you're in for a treat. Meet NUKE, a free and open-source build automation system exclusively designed for C# and .NET developers. NUKE brings a delightful and innovative approach to build automation by allowing developers to define their build pipelines entirely in C#. With NUKE, tasks are methods within the NukeBuild class, affording you the luxuries of C# language features, including code completion, refactoring, and debugging. This makes your pipeline clear, easy to maintain, and, most importantly, written in a language you love. One of the standout features of NUKE is its unparalleled tool integration capabilities. Whether running tests with xUnit or NUnit, packaging with NuGet, or containerizing with Docker, NUKE streamlines your workflows, simplifies pipelines, and takes the hassle out of the tool integration process. But NUKE doesn't stop at simplifying pipelines. It aims to transform your CI/CD process by generating build files that are system agnostic. You can transfer your CI/CD pipeline from one build system to another without introducing any significant changes, all while keeping your pipeline intact and functional. Additionally, NUKE brings with it a series of commands to help you manage and visualize your builds. A prime example is the --plan command. This command generates a visual presentation of your build execution plan, detailing how each target depends on others. It's a fantastic tool for understanding the complexities behind your pipeline at a glance. During my journey with NUKE, I've designed a set of abstract classes that encapsulate various build flows and publication methodologies tailored to our service requirements. These classes have become an easily shared resource across our teams while utilizing a standardized approach to our build processes. The NUKE repository served as the sample of best practices for this endeavor, as it is built and published using its capabilities. I haven't prepared a GitHub repository for this use case today, but if you believe it would be beneficial, I'm more than happy to dive into the specifics in a separate thread or a detailed blog post. Let me know if this is something you'd be interested in. Stay tuned for more insights into .NET development, and as always, happy coding! 💻 #dotnet #csharp #automation #nuke #developer #coding #codecraftingtips --- ✉ Enjoying the content? Consider subscribing to my daily tips newsletter. 🔁 Help spread the word by reposting this. 🔔 Don't forget to follow me and hit the bell so you don't miss any!
14
今のnukebuild、interfaceのデフォルト実装で別クラスにも実装作れるようになってるんだけど、この辺りも反映して記事更新しないといけないな。 nuke.build/docs/sharing/buil…

53
23 Jan 2023
nukebuildはなんつっても普通のcsprojなので、小細工無しにIDEの恩恵を受けられるってのは強い。
1
99
Is there an easy built-in way of capturing #NukeBuild Tool output as a string? Of course, I could just iterate over the output and build the string, but I was hoping for something built-in, as I though that's a pretty common task.
16 May 2022
nukebuildは Program Filesから検索してるから、標準以外の場所に入れたのは検知してくれないので、自分でmsbuild.exeの場所を探すしかないっぽい。 github.com/nuke-build/nuke/b…

1
C# can front end with blazor, mobile with xamarin, backend, infra with Pulumi and even build automation with nukebuild. And it’s cross plat. 😀