Glimpse 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Glimpse --version 1.5.0
NuGet\Install-Package Glimpse -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Glimpse" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Glimpse --version 1.5.0
#r "nuget: Glimpse, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Glimpse as a Cake Addin
#addin nuget:?package=Glimpse&version=1.5.0

// Install Glimpse as a Cake Tool
#tool nuget:?package=Glimpse&version=1.5.0

Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET 4.0 application. For ASP.NET MVC3 support, please NuGet Glimpse.MVC3.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (58)

Showing the top 5 NuGet packages that depend on Glimpse:

Package Downloads
Glimpse.AspNet

Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET 4.0 application. For ASP.NET MVC3 support, please NuGet Glimpse.MVC3.

Glimpse.Ado

Glimpse is a web debugging and diagnostics tool used to gain a better understanding of whats happening inside of your ASP.NET 3.5+ application. This package adds ADO profiling for those using DbProviderFactory.

Glimpse.Elmah

Adds exceptions recorded by Elmah to Glimpse.

Glimpse.NLog

Plugin for Glimpse showing NLog information

Serilog.Sinks.Glimpse The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Serilog event sink that writes to a Glimpse tab.

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on Glimpse:

Repository Stars
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
Glimpse/Glimpse
The open source diagnostics platform for the web
JaCraig/Craig-s-Utility-Library
A giant set of utility classes originally start back in the .Net 2.0 days and updated until .Net Core and .Net Standard became a thing. At which point I took the library and broke it up into a ton of smaller libraries. View my profile for more up to date versions of everything.
riteshrao/ncommon
A framework for implementing commonly used design patterns when using Domain Driven Design
Version Downloads Last updated
2.0.0-beta1 50,479 11/18/2015
1.8.6 4,904,545 6/25/2014
1.8.5 149,868 4/23/2014
1.8.4 79,760 3/11/2014
1.8.3 39,454 2/12/2014
1.8.2 676,655 2/4/2014
1.8.1 45,888 12/20/2013
1.8.0 121,961 11/12/2013
1.7.0 52,340 10/28/2013
1.6.1 79,127 9/12/2013
1.6.0 95,424 8/9/2013
1.5.0 44,558 7/4/2013
1.4.2 88,343 6/16/2013
1.4.1 6,869 6/12/2013
1.4.0 20,611 6/11/2013
1.3.3 27,581 5/23/2013
1.3.2 2,446 5/22/2013
1.3.1 45,146 5/6/2013
1.3.0 24,153 4/16/2013
1.2.0 92,118 3/28/2013
1.1.0 13,912 3/19/2013
1.0.1 11,635 3/2/2013
1.0.0 11,252 2/20/2013
1.0.0-rc2 2,883 2/8/2013
1.0.0-rc1 6,423 12/5/2012
0.87.0 164,033 1/23/2012
0.86.0 18,511 11/2/2011
0.85.0 15,951 8/17/2011
0.84.0 8,350 7/22/2011
0.83.0 19,360 6/30/2011
0.82.0 11,602 5/31/2011
0.81.0 6,617 5/9/2011
0.80.0 4,465 4/28/2011
0.79.0 5,883 4/21/2011
0.78.0 4,147 4/19/2011
0.77.0 3,919 4/15/2011
0.76.0 3,505 4/14/2011
0.75.0 20,209 4/10/2011

Welterweight release for Core:
- Added Configuration builder to Glimpse.axd
- Allow HUD Ajax Request to click directly through to main HUD
- Changed the position of data points in Host popup
- Allow HUD mouse overs to take up more space if needed
- Make HUD sections collapsible when mouse overs opened
- Update to allow glimpse to work for request with a Content Type of "text/plain"
- Minor fix where Host tab could throw exception if data was missing
- Minor fix to remove some exceptions in the client that occurred in IE8
- Minor fix to metadata which didn't output in some rare cases
- Minor optimization in the client for cases where tabs could rerender
- Fixed UI glitch that would prevent Glimpse being opened once the HUD Ajax calls had been detected
- Minor improvement to make tabs use explicit box-sizes
- Minor fix to improve HUD processing of Ajax request that don't have a Content Type
- Minor fix for client error on Configuration Tab when connectionStrings is null
- Update to glimpse.axd which showed Policies under the Inspectors heading