Sharpify 1.7.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Sharpify --version 1.7.3
NuGet\Install-Package Sharpify -Version 1.7.3
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="Sharpify" Version="1.7.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sharpify --version 1.7.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sharpify, 1.7.3"
#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 Sharpify as a Cake Addin #addin nuget:?package=Sharpify&version=1.7.3 // Install Sharpify as a Cake Tool #tool nuget:?package=Sharpify&version=1.7.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CHANGELOG
v1.7.3
- Made improvements to all
IDisposable
implementing types making theirDispose
implementations idempotent (consecutive calls will just be ignored, eliminating exceptions that can occur when misused). - Added a new
AsyncLocal<IList<T>>
extensionForEach
overload that uses a synchronousIAction<T>
implementation, it should be the more modern approach to executing synchronous but parallel actions, it also has parameters fordegreeOfParallelism
andcancellationToken
, and it also returns aValueTask
, which means you should await it, and you can attempt to cancel it if you want. It should also perform a bit better as now it is using a partitioner internally. In the case of performing synchronous operations on parallel, there is less room for speed optimization that can occur by jumping between tasks when a task is just waiting like it is possible in async, here your main tool to optimize will be the figure out the right amount ofdegreeOfParallelism
, taking into account the capabilities of the system and complexity of each action. Nevertheless, the default (-1) is not a bad baseline.- If you want the call site to be sync as well, use the "older"
ForEach
Concurrent
overload, as calling the newValueTask
overload in a non-async context, will degrade performance.
- If you want the call site to be sync as well, use the "older"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Sharpify:
Package | Downloads |
---|---|
PrettyConsole
High performance, feature rich and easy to use wrap over System.Console |
|
Sharpify.Data
An extension of Sharpify, focused on Data |
|
Sharpify.CommandLineInterface
An extension of Sharpify, focused on creating command line interfaces |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.5.0 | 592 | 11/13/2024 |
2.4.0 | 624 | 10/21/2024 |
2.4.0-alpha | 196 | 10/8/2024 |
2.2.0 | 563 | 7/26/2024 |
2.1.0 | 104 | 7/18/2024 |
2.0.0 | 165 | 6/3/2024 |
1.8.1 | 123 | 5/30/2024 |
1.8.0 | 136 | 4/17/2024 |
1.7.3 | 191 | 1/29/2024 |
1.7.2 | 134 | 1/23/2024 |
1.7.1 | 250 | 1/20/2024 |
1.7.0 | 105 | 1/20/2024 |
1.6.0 | 143 | 1/15/2024 |
1.5.0 | 127 | 1/10/2024 |
1.4.2 | 133 | 1/8/2024 |
1.4.1 | 172 | 1/4/2024 |
1.4.0 | 153 | 1/4/2024 |
1.3.1 | 145 | 12/31/2023 |
1.3.0 | 144 | 12/31/2023 |
1.2.0 | 146 | 12/24/2023 |
1.1.0 | 165 | 12/7/2023 |
1.0.9 | 132 | 12/7/2023 |
1.0.8 | 168 | 11/22/2023 |
1.0.7 | 140 | 9/23/2023 |
1.0.6 | 159 | 8/21/2023 |
1.0.5 | 176 | 5/4/2023 |
1.0.4 | 173 | 4/23/2023 |
1.0.3 | 178 | 4/19/2023 |
1.0.2 | 182 | 4/19/2023 |
1.0.1 | 190 | 4/14/2023 |
1.0.0 | 189 | 4/14/2023 |