6 packages tagged with “branching”
Inspired by Powershell, simple package that will remove the need to think of the name of some variables. Also some useful extension methods on IEnumerable type. Contains an Option<T> mondad Extensions on bool type IfTrue(doThis).Else(doThis) Check out the full project on GitHub https://github.com/spiri91/Pipe.Net
Inpired by CodeContracts, small piece of code that allows you to lower the ciclomatic complexity of code by removing some branching. Branching like most precondition, if - else - throw or if - else - set value.
A C# library for rendering conversations using content generated by the Magnit.BranchingDialog.Development library.
Package Description
A C# library for reading Magnit Branching Dialog markup and parsing it into Magnit.Branching dialog objects. This library allows developers to interpret the markup, dynamically, and then save the generated objects into well-formed, non-recursive, ID-keyed records.
Package contains: Framework for interacting with Git repositories, including support for branching, committing, fetching, and pushing. Provides classes like GitRepositoryDefinition and GitUser for repository and user management. Utilizes LibGit2Sharp for Git operations.