PrettyConsole 3.1.0
dotnet add package PrettyConsole --version 3.1.0
NuGet\Install-Package PrettyConsole -Version 3.1.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="PrettyConsole" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PrettyConsole --version 3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PrettyConsole, 3.1.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 PrettyConsole as a Cake Addin #addin nuget:?package=PrettyConsole&version=3.1.0 // Install PrettyConsole as a Cake Tool #tool nuget:?package=PrettyConsole&version=3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Changelog
v3.1.0
- Updated to support .NET 9.0
- Updated to use
Sharpify 2.5.0
ProgressBar
was redesigned since it randomly produced artifacts such as printing the header multiple times.- Now the buffer area of
ProgressBar
is only 1 line, the (now "status") is printed on the same line, after the bar - Only if the header is empty, the percentage is printed instead.
- An internal lock is now also used to prevent race conditions.
- Now the buffer area of
ClearNextLines
show now work properly, previously it could actually clear 1 line too many.
Breaking changes
OutputPipe
enum was added to unify APIsClearNextLinesError
was removed, useClearNextLines
withOutputPipe.Error
insteadNewLineError
was removed, useNewLine
withOutputPipe.Error
insteadWriteError
was removed, useWrite
withOutputPipe.Error
insteadWriteLineError
was removed, useWriteLine
withOutputPipe.Error
insteadOverrideCurrentLine
now has an option to choose the output pipe, useOutputPipe.Error
by defaultWrite<T>
had the same treatment, now it has an option to choose the output pipe, useOutputPipe.Out
by default, so the overload ofWriteError<T>
were removedWriteLine<T>
andWriteLine(ReadOnlySpan<char>)
were introduced thanks to this change
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
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 | |
---|---|---|---|
3.1.0 | 129 | 11/14/2024 | |
3.0.0 | 277 | 10/21/2024 | |
3.0.0-rc.2 | 41 | 10/16/2024 | |
3.0.0-rc.1 | 48 | 10/11/2024 | |
2.1.1 | 138 | 8/25/2024 | |
2.1.0 | 114 | 8/23/2024 | |
2.0.0 | 168 | 3/2/2024 | |
1.6.1 | 256 | 6/30/2023 | |
1.6.0 | 216 | 6/26/2023 | |
1.5.2 | 248 | 4/14/2023 | |
1.5.1 | 354 | 12/21/2022 | |
1.5.0 | 402 | 12/4/2022 | |
1.4.0 | 476 | 8/4/2022 | |
1.3.0 | 467 | 7/14/2022 | |
1.2.0 | 450 | 7/5/2022 | |
1.1.0 | 450 | 6/18/2022 | |
1.0.2 | 475 | 6/14/2022 | |
1.0.1 | 491 | 6/14/2022 | |
1.0.0 | 508 | 6/12/2022 |