Metadata >> NuGet >> ProductionStackTrace

ProductionStackTrace

Metadata

Authors Lev Gimelfarb
Copyrights Copyright 2014 by Lev Gimelfarb
Description Full information stack trace without deploying PDBs Don't want to deploy PDBs, but still get exception stack traces that map to original source line numbers? Want to have your cake and eat it too? ProductionStackTrace is intended to run in Production, without any access to PDB symbol files. It produces a stack trace with enough information to be analyzed by the techies back on the base with a help of a Symbol Store to get original source code line numbers. Usage & documentation is at: https://github.com/gimelfarb/ProductionStackTrace
LicenseUrl http://opensource.org/licenses/MIT
Owners Lev Gimelfarb
ProjectUrl https://github.com/gimelfarb/ProductionStackTrace
RequireLicenseAcceptance False
Tags logging unhandled exception stacktrace productionstacktrace production
Title ProductionStackTrace
PackageSize 64741
PackageHashAlgorithm SHA512
PackageHash 3Rk8ogHBevRjo3G6gtJ6XpNptouj5AbDVbxiKrEzvEoJ08DYKG9QWHLrE6Acw+3k6IWUATJqF5f3sdjimc538Q==
DownloadCount 000000
CreatedDate 2014-02-20T01:57:14
Summary Full information stack trace without deploying PDBs

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 ProductionStackTrace -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ProductionStackTrace -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 ProductionStackTrace
Installing the package (HTTP Basic authentication):
Install-Package ProductionStackTrace -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ProductionStackTrace -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ProductionStackTrace

OpenWrap

Installing the package:
o add-wrap ProductionStackTrace
Uninstalling the package:
o remove-wrap ProductionStackTrace

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.16
1.0.15
1.0.10-alpha
1.0.7-alpha
1.0.6-alpha
1.0.0-alpha