CodeArtEng.Diagnostics 2.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeArtEng.Diagnostics --version 2.3.1
NuGet\Install-Package CodeArtEng.Diagnostics -Version 2.3.1
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="CodeArtEng.Diagnostics" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeArtEng.Diagnostics --version 2.3.1
#r "nuget: CodeArtEng.Diagnostics, 2.3.1"
#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 CodeArtEng.Diagnostics as a Cake Addin
#addin nuget:?package=CodeArtEng.Diagnostics&version=2.3.1

// Install CodeArtEng.Diagnostics as a Cake Tool
#tool nuget:?package=CodeArtEng.Diagnostics&version=2.3.1

.NET Diagnostics Tools
- DiagnosticsTextBox
- ProcessExecutor

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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

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
4.1.0.1 620 8/14/2022
4.0.2 611 4/29/2021
4.0.1 374 4/18/2021
3.6.0 413 4/10/2021
3.5.1 626 7/30/2020
3.5.0 595 7/12/2020
3.4.0 581 6/29/2020
3.2.2 751 2/22/2019
3.1.5 947 10/31/2017
3.1.3 961 3/12/2017
3.1.2 983 3/11/2017
3.0.1 1,023 8/25/2016
2.3.3 1,061 5/21/2016
2.3.2 1,089 1/2/2016
2.3.1.1 1,065 12/21/2015
2.3.1 1,032 12/21/2015
2.3.0 1,083 12/7/2015
2.2.0 1,203 9/16/2015

V1.0.0 - Inital Release
V2.0.0 - Refactored, support multi-threading
V2.1.0 - Add save log to file.
V2.2.0 - Add ProcessExecutor. (First Release to NuGet)
V2.3.0 - DiagnosticsTextBox: Added DisplayBufferSize. Handle output file write error.
V2.3.1 - Fixed Textbox Flickering