Metadata >> NuGet >> Elmah.Contrib.WebApi

Elmah.Contrib.WebApi

Metadata

Authors Richard Dingwall
Description ASP.NET Web API exception filter for logging errors to ELMAH. Ported from Fabian Vilers' Elmah.Contrib.Mvc.
Language en-US
LicenseUrl https://raw.github.com/rdingwall/elmah-contrib-webapi/master/license.txt
Owners Richard Dingwall
ProjectUrl https://github.com/rdingwall/elmah-contrib-webapi
RequireLicenseAcceptance False
Tags WebAPI ELMAH
Dependencies elmah.corelibrary:1.2.2|Microsoft.AspNet.WebApi.Core:5.1.1
PackageSize 12481
PackageHashAlgorithm SHA512
PackageHash 04JVq7ohn2387SA/2mbo9HUa4DIYhir5yiJkRYtONsRuAiM7P67RAI/QFhLV2rD3/2b2eyjxgERynzlC4fxwtA==
DownloadCount 000000
CreatedDate 2015-06-28T15:59:10

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Elmah.Contrib.WebApi -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Elmah.Contrib.WebApi -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Elmah.Contrib.WebApi
Installing the package (HTTP Basic authentication):
Install-Package Elmah.Contrib.WebApi -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Elmah.Contrib.WebApi -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Elmah.Contrib.WebApi

OpenWrap

Installing the package:
o add-wrap Elmah.Contrib.WebApi
Uninstalling the package:
o remove-wrap Elmah.Contrib.WebApi

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.10.25