A small and fast library to allow your code switch-case on runtime values, also it improves multiple if-else/switch-case statements, making them clearer and easier to maintain.
Info
Version: | 2.0.0 |
Author(s): | dannychen |
Last Update: | Thursday, August 18, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/FDUdannychen/AgileSwitch |
NuGet Url: | https://www.nuget.org/packages/AgileSwitch |
Install
Install-Package AgileSwitch
dotnet add package AgileSwitch
paket add AgileSwitch
AgileSwitch Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
- NETStandard.Library(>= 1.6.0)
Tags