Hangfire.AspNet
0.2.0
Prefix Reserved
.NET Framework 4.5
Install-Package Hangfire.AspNet -Version 0.2.0
dotnet add package Hangfire.AspNet --version 0.2.0
<PackageReference Include="Hangfire.AspNet" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hangfire.AspNet --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hangfire.AspNet, 0.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 Hangfire.AspNet as a Cake Addin
#addin nuget:?package=Hangfire.AspNet&version=0.2.0
// Install Hangfire.AspNet as a Cake Tool
#tool nuget:?package=Hangfire.AspNet&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ASP.NET integration for Hangfire.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Hangfire.Core (>= 1.6.0)
- Microsoft.Owin (>= 3.0.1)
- Microsoft.Owin.Host.SystemWeb (>= 3.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Hangfire.AspNet:
Package | Downloads |
---|---|
UmbracoHangfire
Hangfire scheduled tasks for Umbraco 8 |
|
Allen.Storage.Bootstrapper
Using Hangfire to Implement a Seamless Storage Plan. Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb). |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Hangfire.AspNet:
Repository | Stars |
---|---|
fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat
可能是目前全网最完整的 C# 版微信 SDK,封装全部已知的微信 API,支持公众平台(订阅号、服务号、小程序、小游戏、小商店)& 开放平台 & 商户平台(微信支付、微企付)& 企业微信(企业号)& 广告平台(广点通)& 对话开放平台(微信智能对话)等模块,可跨平台。持续随官方更新,欢迎 Star / Fork。QQ 交流群 875580418。
|
http://hangfire.io/blog/
0.2.0
• Added – `AuthorizationFilter` and `ClaimsAuthorizationFilter` classes.
0.1.0 – Initial Release