Metadata >> NuGet >> ProductionStackTrace >> 1.0.16

1.0.16

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
Summary Full information stack trace without deploying PDBs
Tags logging unhandled exception stacktrace productionstacktrace production
Title ProductionStackTrace
PackageSize 64741
PackageHashAlgorithm SHA512
PackageHash 3Rk8ogHBevRjo3G6gtJ6XpNptouj5AbDVbxiKrEzvEoJ08DYKG9QWHLrE6Acw+3k6IWUATJqF5f3sdjimc538Q==
DownloadCount 000000
CreatedDate 2014-02-20T01:57:14

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ProductionStackTrace -Version 1.0.16 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ProductionStackTrace -Version 1.0.16 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete ProductionStackTrace 1.0.16 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package ProductionStackTrace -Version 1.0.16 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ProductionStackTrace -Version 1.0.16 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

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

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v2.0 Binaries
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries