CodeArtEng.Diagnostics 2.3.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeArtEng.Diagnostics --version 2.3.2
                    
NuGet\Install-Package CodeArtEng.Diagnostics -Version 2.3.2
                    
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.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeArtEng.Diagnostics" Version="2.3.2" />
                    
Directory.Packages.props
<PackageReference Include="CodeArtEng.Diagnostics" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeArtEng.Diagnostics --version 2.3.2
                    
#r "nuget: CodeArtEng.Diagnostics, 2.3.2"
                    
#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.
#addin nuget:?package=CodeArtEng.Diagnostics&version=2.3.2
                    
Install CodeArtEng.Diagnostics as a Cake Addin
#tool nuget:?package=CodeArtEng.Diagnostics&version=2.3.2
                    
Install CodeArtEng.Diagnostics as a Cake Tool

.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.2.1 143 5 months ago
4.1.0.1 736 8/14/2022
4.0.2 678 4/29/2021
4.0.1 432 4/18/2021
3.6.0 471 4/10/2021
3.5.1 687 7/30/2020
3.5.0 657 7/12/2020
3.4.0 653 6/29/2020
3.2.2 817 2/22/2019
3.1.5 1,046 10/31/2017
3.1.3 1,062 3/12/2017
3.1.2 1,087 3/11/2017
3.0.1 1,133 8/25/2016
2.3.3 1,174 5/21/2016
2.3.2 1,198 1/2/2016
2.3.1.1 1,180 12/21/2015
2.3.1 1,141 12/21/2015
2.3.0 1,192 12/7/2015
2.2.0 1,320 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
V2.3.2 - Fixedlog not displayed when DisplayBufferSize = 0