WebActivatorEx 2.2.0
A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named.
Install-Package WebActivatorEx -Version 2.2.0
dotnet add package WebActivatorEx --version 2.2.0
<PackageReference Include="WebActivatorEx" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebActivatorEx --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WebActivatorEx, 2.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install WebActivatorEx as a Cake Addin
#addin nuget:?package=WebActivatorEx&version=2.2.0
// Install WebActivatorEx as a Cake Tool
#tool nuget:?package=WebActivatorEx&version=2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- Microsoft.Web.Infrastructure (>= 1.0.0)
Used By
NuGet packages (328)
Showing the top 5 NuGet packages that depend on WebActivatorEx:
Package | Downloads |
---|---|
Swashbuckle
Seamlessly adds a Swagger to WebApi projects!
|
|
Ninject.Web.Common.WebHost
ASP.NET extension for Ninject.Web.Common
|
|
Unity.Mvc
Unity for ASP.NET MVC
|
|
RazorGenerator.Mvc
MVC View engine that supports precompiled Razor views
|
|
Unity.AspNet.WebApi
Unity for ASP.NET WebApi
|
GitHub repositories (50)
Showing the top 5 popular GitHub repositories that depend on WebActivatorEx:
Repository | Stars |
---|---|
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
|
|
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
|
|
reactjs/React.NET
.NET library for JSX compilation and server-side rendering of React components
|
|
jakubgarfield/Bonobo-Git-Server
Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
|
|
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org
|