Unravel.AspNetCore.Mvc.ViewFeatures 0.1.30-alpha

This is a prerelease version of Unravel.AspNetCore.Mvc.ViewFeatures.
dotnet add package Unravel.AspNetCore.Mvc.ViewFeatures --version 0.1.30-alpha
NuGet\Install-Package Unravel.AspNetCore.Mvc.ViewFeatures -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.ViewFeatures" 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.ViewFeatures --version 0.1.30-alpha
#r "nuget: Unravel.AspNetCore.Mvc.ViewFeatures, 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.ViewFeatures as a Cake Addin
#addin nuget:?package=Unravel.AspNetCore.Mvc.ViewFeatures&version=0.1.30-alpha&prerelease

// Install Unravel.AspNetCore.Mvc.ViewFeatures as a Cake Tool
#tool nuget:?package=Unravel.AspNetCore.Mvc.ViewFeatures&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:

  • AddAspNetMvcViewEngines() registers the ASP.NET compiler as an ASP.NET Core view engine.
    • The ASP.NET Core view engine is incompatible with legacy projects, as are new features like Tag Helpers.
public override void ConfigureServices(IServiceCollection services)
{
    services.AddMvc()
        .AddAspNetMvcViewEngines();
}
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.30-alpha 60 3/6/2024
0.1.26-alpha 49 3/4/2024
0.1.20-alpha 69 7/10/2023
0.1.13-alpha 69 7/10/2023
0.1.11-alpha 71 7/9/2023