Bytz.Collections.Dispatch 1.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bytz.Collections.Dispatch --version 1.3.1                
NuGet\Install-Package Bytz.Collections.Dispatch -Version 1.3.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bytz.Collections.Dispatch" Version="1.3.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bytz.Collections.Dispatch --version 1.3.1                
#r "nuget: Bytz.Collections.Dispatch, 1.3.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bytz.Collections.Dispatch as a Cake Addin
#addin nuget:?package=Bytz.Collections.Dispatch&version=1.3.1

// Install Bytz.Collections.Dispatch as a Cake Tool
#tool nuget:?package=Bytz.Collections.Dispatch&version=1.3.1                

Bytz.Collections.Dispatch

Issue

If-then-else blocks are cumbersome and also require a lot of repetitive executions by a developer and qa testing time in order to troubleshoot.

Being able to consolidate conditions (rules) into a testable container would increase software product quality without ever calling any method call or function return.

Features

  • Conciseness of the definition of if-then-else conditions.
  • Ability to test logical branching without having to create dependent instance trees.
  • Potential performance increases could be attained by the order that conditions are defined.
  • Simpify understanding of boolean conditons to programmers conversant with LinQ expressions.
  • Allow testing of boolean conditions without executing code that may call complex calculations, make calls to databases, etc.
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.0 262 11/23/2023
1.3.1 131 11/12/2023
1.3.0 114 11/12/2023
1.2.0 127 11/12/2023
1.1.11 123 11/12/2023
1.1.10 104 11/12/2023
1.1.5 121 11/12/2023
1.1.4 114 11/12/2023
1.1.3 122 11/12/2023
1.1.2 102 11/12/2023
1.1.1 116 11/12/2023
1.1.0 125 11/5/2023
1.0.10 138 11/4/2023
1.0.9 125 11/4/2023
1.0.8 133 11/4/2023
1.0.7 129 11/4/2023
1.0.5 130 11/4/2023
1.0.4 120 11/4/2023
1.0.3 129 11/4/2023
1.0.2 125 11/4/2023
1.0.1 115 11/3/2023
1.0.0 131 11/3/2023