Info
Version: | 3.0.0 |
Author(s): | Dixin Yan |
Last Update: | Saturday, April 4, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Dixin/ConcurrencyVisualizer |
NuGet Url: | https://www.nuget.org/packages/ConcurrencyVisualizer |
Install
Install-Package ConcurrencyVisualizer
dotnet add package ConcurrencyVisualizer
paket add ConcurrencyVisualizer
ConcurrencyVisualizer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- System.Security.Permissions(>= 4.7.0)
Tags
- Document: https://weblogs.asp.net/dixin/port-microsoft-concurrency-visualizer-sdk-to-net-standard-and-nuget
- NuGet: https://www.nuget.org/packages/ConcurrencyVisualizer/
- Source: https://github.com/Dixin/ConcurrencyVisualizer
Microsoft released the binary only for .NET Framework 4.5, with no NuGet package provided.
This NuGet package works for both .NET Core and .NET Framework:
- dotnet add package ConcurrencyVisualizer
- Install-Package ConcurrencyVisualizer
Original Microsoft Visual Studio Concurrency Visualizer doc: https://docs.microsoft.com/en-us/visualstudio/profiling/concurrency-visualizer.