Net.Leksi.LifetimeVisualizer
1.3.6
dotnet add package Net.Leksi.LifetimeVisualizer --version 1.3.6
NuGet\Install-Package Net.Leksi.LifetimeVisualizer -Version 1.3.6
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="Net.Leksi.LifetimeVisualizer" Version="1.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net.Leksi.LifetimeVisualizer --version 1.3.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Net.Leksi.LifetimeVisualizer, 1.3.6"
#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 Net.Leksi.LifetimeVisualizer as a Cake Addin #addin nuget:?package=Net.Leksi.LifetimeVisualizer&version=1.3.6 // Install Net.Leksi.LifetimeVisualizer as a Cake Tool #tool nuget:?package=Net.Leksi.LifetimeVisualizer&version=1.3.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This library allows you to visualize the data provided by LifetimeObserver in order to assess with your eyes whether there are any memory leaks in the application. It is recommended to use it only during the development process.
All classes are contained in the namespace Net.Leksi.Util
.
- LifetimeVisualizer is the library's facade class.
The sources are here
NuGet package: Net.Leksi.LifetimeVisualizer
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- Net.Leksi.LifetimeObserver (>= 1.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.6 | 126 | 8/8/2024 |
1.1.0 Bugs fixed
1.2.0 Watermark count added
1.3.0 Changed static to singleton