Info
Version: | 1.0.0 |
Author(s): | Marcel Gosselin |
Last Update: | Monday, May 25, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MarcelGosselin/AspNetCore.TypedActionResults |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.TypedActionResults |
Install
Install-Package AspNetCore.TypedActionResults
dotnet add package AspNetCore.TypedActionResults
paket add AspNetCore.TypedActionResults
AspNetCore.TypedActionResults Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
Tags
that
allow compile-time checks that what is returned matches the return type in
`Task<ActionResult<MyReturnType>>`.