This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
MicroLite.Extensions.WebApi 6.0.0
Built against:
- MicroLite 6.0.0
- ASP.NET WebApi 4.0.20710 (.NET 4.0 build)
- ASP.NET WebApi 5 (.NET 4.5 build)
If you use the .NET 4.5/WebApi 5 version of the extension, you will need to make some changes as the extension now uses the new IAsyncSession
:
Change
public HttpResponseMessage Get(int id)
to
public Task<HttpResponseMessage> Get(int id)
Version updated to 6.0.0 to align with MicroLite.