FlubuCore
NUKE
Our great sponsors
FlubuCore | NUKE | |
---|---|---|
1 | 12 | |
791 | 1,491 | |
1.0% | 3.6% | |
6.6 | 9.4 | |
6 months ago | 17 days ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
FlubuCore
NUKE
-
How do you guys make sense of a complex project on GitHub?
Re moby dick makefiles, you could take a look at https://nuke.build .. Iām maintaining that project
-
DockerBuild Task using Nuke Always Shows ERR in Log
answered here: https://github.com/nuke-build/nuke/issues/861
-
Nuke Build - best build automation system
BUT, now I had the opportunity to use Nuke.Build for my build system and I am obsessed heavily with it that I love it so much.
- What tool would you use for building a pipeline?
-
Automating Umbraco Package Build & Deployments with NUKE Build, GitVersion and Azure DevOps
Previously we have used MSBuild for this, however as this is XML based, it's really quite cumbersome and takes a lot of trial and error to get things working. More recently we've started to use an excellent tool called NUKE Build which is a C# based build automation tool that lets use write our build scripts in C#, benefiting from strongly typed variables and the ability to use any existing C# library for custom build requirements.
-
versioning test and release versions
I use Gitversion with Nuke and it works seamlessly both locally as well as in a CI/CD environment (I use Azure DevOps). This is what my Compile and Pack targets for Nuke looks like
-
Creating reusable build scripts with NUKE components
It was at that point I started searching for an alternative. I quickly ran into another build automation system that Iād heard of before, but never really used: NUKE. Dennis Doomen (also known as āthe guy who wrote FluentAssertionsā) had written a very nice article outlining why he thought it was a great replacement. He outlines more reasons, but NUKE specifically addresses all of the issues I was having with Cake.
-
Write Gitlab CI Pipelines in Python Code
What I would really like to see is a CI system that lets me write a script in a language of my choice instead of defining a pipeline config file. That way I can run the pipeline locally, put breakpoints in, etc.
Nuke [1] gets close but there are still a lot of tasks that don't have C# bindings, such as publishing build artifacts and uploading test results.
While I'm dreaming about my perfect CI, I'd also like the ability to download benchmark results from previous commits so that I can generate trend graphs and publish them in the build results.
To do this right the CI system would have to have an API using REST, GraphQL, gRPC or some such API format that generates clients in many languages. That way they don't have to maintain bindings in every language.
-
NUKE 5.1.0 Release ā JSON Configuration Files, Extensible Build Summary, Improved Components and CI Generation
We've released a new version of NUKE ā a build automation system that aims for native integration with all kinds of developer tools. I wrote a short list of features that could be interesting for existing users and everyone else working in build automation.
-
I created a guide on setting up an IaC CI/CD pipeline in Azure DevOps with approvals from scratch..
There are several automation systems that use C#! The ones I know are BullsEye, Cake Frosting, FlubuCore and Nuke. The latter is my own project.
What are some alternatives?
Cake - :cake: Cake (C# Make) is a cross platform build automation system.
MSBuild - The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
FAKE - FAKE - F# Make
GitVersion - From git log to SemVer in no time
Psake - A build automation tool written in PowerShell
Invoke-Build - Build Automation in PowerShell
pipeline - A cloud-native Pipeline resource.
dhall-kubernetes - Typecheck, template and modularize your Kubernetes definitions with Dhall
Nake - Magic script-based C# task runner for .NET Core
www-gitlab-com