Fluent API for implementing Azure Functions with reusable components.
Info
Version: | 0.4.0-preview |
Author(s): | Thomas Bleijendaal |
Last Update: | Monday, November 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ThomasBleijendaal/AzureFunctionPipes |
NuGet Url: | https://www.nuget.org/packages/FunctionPipes |
Install
Install-Package FunctionPipes
dotnet add package FunctionPipes
paket add FunctionPipes
FunctionPipes Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.2.0)
- Microsoft.Azure.WebJobs.Extensions(>= 3.0.6)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.9)
Tags