Unravel.AspNetCore.Mvc 0.1.30-alpha

This is a prerelease version of Unravel.AspNetCore.Mvc.
dotnet add package Unravel.AspNetCore.Mvc --version 0.1.30-alpha
NuGet\Install-Package Unravel.AspNetCore.Mvc -Version 0.1.30-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Unravel.AspNetCore.Mvc" Version="0.1.30-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unravel.AspNetCore.Mvc --version 0.1.30-alpha
#r "nuget: Unravel.AspNetCore.Mvc, 0.1.30-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Unravel.AspNetCore.Mvc as a Cake Addin
#addin nuget:?package=Unravel.AspNetCore.Mvc&version=0.1.30-alpha&prerelease

// Install Unravel.AspNetCore.Mvc as a Cake Tool
#tool nuget:?package=Unravel.AspNetCore.Mvc&version=0.1.30-alpha&prerelease

Unravel.AspNetCore.Mvc

Unravel will try to enable as much of ASP.NET Core as possible. (Experimental!)

Extending IMvcBuilder and IMvcCoreBuilder:

  • IgnoreControllersOfType<TController>() prevents ASP.NET Core from trying to invoke legacy ASP.NET controllers.
public override void ConfigureServices(IServiceCollection services)
{
    services.AddMvc()
        .IgnoreControllersOfType<System.Web.Mvc.IController>()
        .IgnoreControllersOfType<System.Web.Http.Controllers.IHttpController>();
}
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Unravel.AspNetCore.Mvc:

Package Downloads
Unravel.AspNetCore.Mvc.ViewFeatures

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.30-alpha 65 3/6/2024
0.1.26-alpha 46 3/4/2024
0.1.20-alpha 71 7/10/2023
0.1.13-alpha 72 7/10/2023
0.1.11-alpha 71 7/9/2023