Info
Version: | 1.2.0 |
Author(s): | Brian Webb |
Last Update: | Monday, September 21, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LibertyEngineeringMovement/TheGoodCode |
NuGet Url: | https://www.nuget.org/packages/TheGoodReturnModel |
Install
Install-Package TheGoodReturnModel
dotnet add package TheGoodReturnModel
paket add TheGoodReturnModel
TheGoodReturnModel Download (Unzip the "nupkg" after downloading)
Dependencies
- TheGoodAsyncWrapper(>= 1.2.0)
- Microsoft.CSharp(>= 4.7.0)
1. A clean reliable model for predictable returns.
2.
A model builders that runs off of function delegates.
3. A model builder that runs off of asyncronous code.
A bonus feature is the RunAsync feature that takes non-Task function delegates, and wraps them in a Task.