Eff 0.6.0
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 Eff --version 0.6.0
NuGet\Install-Package Eff -Version 0.6.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="Eff" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Eff --version 0.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Eff, 0.6.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 Eff as a Cake Addin #addin nuget:?package=Eff&version=0.6.0 // Install Eff as a Cake Tool #tool nuget:?package=Eff&version=0.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Programming with effects and handlers in C#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- System.Threading.Tasks.Extensions (>= 4.3.0)
- System.ValueTuple (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Eff:
Package | Downloads |
---|---|
Eff.Effects
Programming with effects and handlers in C# |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Eff:
Repository | Stars |
---|---|
nessos/Eff
A library design for programming with effects and handlers in C#
|
Version | Downloads | Last updated |
---|---|---|
2.0.3 | 2,546 | 7/20/2020 |
2.0.2 | 1,392 | 7/17/2020 |
2.0.1 | 995 | 7/12/2020 |
2.0.0 | 1,184 | 7/11/2020 |
2.0.0-alpha.14 | 377 | 7/11/2020 |
2.0.0-alpha.13 | 283 | 7/9/2020 |
2.0.0-alpha.12 | 317 | 7/3/2020 |
2.0.0-alpha.11.11 | 273 | 7/3/2020 |
2.0.0-alpha.11 | 269 | 6/29/2020 |
2.0.0-alpha.10 | 289 | 6/29/2020 |
2.0.0-alpha.9 | 381 | 6/25/2020 |
2.0.0-alpha.8 | 245 | 6/24/2020 |
2.0.0-alpha.7 | 242 | 6/24/2020 |
2.0.0-alpha.6 | 290 | 6/16/2020 |
2.0.0-alpha.5.4 | 235 | 6/16/2020 |
2.0.0-alpha.5 | 221 | 6/10/2020 |
2.0.0-alpha.4 | 235 | 6/10/2020 |
2.0.0-alpha.3 | 253 | 2/13/2020 |
2.0.0-alpha.2 | 276 | 1/22/2020 |
2.0.0-alpha.1.2 | 258 | 1/20/2020 |
2.0.0-alpha.1.1 | 304 | 1/22/2020 |
1.0.0 | 1,277 | 2/14/2019 |
0.6.0 | 1,461 | 7/27/2018 |
0.5.0 | 1,823 | 1/5/2018 |
0.4.0 | 1,477 | 8/9/2017 |
0.3.0 | 1,432 | 7/25/2017 |
0.2.0 | 1,493 | 6/6/2017 |
0.1.1 | 1,468 | 5/24/2017 |
Update method builder with Awaiter Effect constraints.