Library that allows you to host a WebApi application inside of an Azure Functions project.
Info
Version: | 0.1.1-CI-20170808-012319 |
Author(s): | dylansmith |
Last Update: | Tuesday, August 8, 2017 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/WebApiFunctionHost |
Install
Install-Package WebApiFunctionHost
dotnet add package WebApiFunctionHost
paket add WebApiFunctionHost
WebApiFunctionHost Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.OwinSelfHost(>= 5.2.3)
- Microsoft.Azure.WebJobs.Extensions(>= 2.1.01)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 9.0.1)
- OwinHttpMessageHandler(>= 1.3.8)
- System.Collections(>= 4.3.0)
- System.Diagnostics.Debug(>= 4.3.0)
- System.Globalization(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.Linq(>= 4.3.0)
- System.Linq.Expressions(>= 4.3.0)
- System.Net.Primitives(>= 4.3.0)
- System.ObjectModel(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.Extensions(>= 4.3.0)
- System.Resources.ResourceManager(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Runtime.Extensions(>= 4.3.0)
- System.Text.Encoding(>= 4.3.0)
- System.Text.Encoding.Extensions(>= 4.3.0)
- System.Text.RegularExpressions(>= 4.3.0)
- System.Threading(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
- System.Xml.ReaderWriter(>= 4.3.0)
- System.Xml.XDocument(>= 4.3.0)
Tags