![]() |
VOOZH | about |
dotnet add package Net20.Actions --version 1.4.0.3
NuGet\Install-Package Net20.Actions -Version 1.4.0.3
<PackageReference Include="Net20.Actions" Version="1.4.0.3" />
<PackageVersion Include="Net20.Actions" Version="1.4.0.3" />Directory.Packages.props
<PackageReference Include="Net20.Actions" />Project file
paket add Net20.Actions --version 1.4.0.3
#r "nuget: Net20.Actions, 1.4.0.3"
#:package Net20.Actions@1.4.0.3
#addin nuget:?package=Net20.Actions&version=1.4.0.3Install as a Cake Addin
#tool nuget:?package=Net20.Actions&version=1.4.0.3Install as a Cake Tool
A small, portable library that provides action/delegate related utilities and helpers for multiple .NET target frameworks, including older frameworks such as .NET 2.0/3.5 and modern netstandard2.0.
This repository builds the Net35.Actions library for several TFMs so it can be used from legacy applications as well as newer projects.
The goal of this project is to provide lightweight helper types and extension methods that make it easier to work with Action, delegates and small task-like patterns across a wide range of .NET framework versions.
This is especially useful when maintaining or porting older code bases that require compatibility with older TFMs while still wanting small, tested helpers.
Net35.Actions project in Visual Studio (the multi-targeting project includes conditional compilation for older TFMs).msbuild for older framework builds. For netstandard2.0 you can also use dotnet build.dotnet build (targets netstandard2.0)msbuild /p:Configuration=Release (for legacy TFMs)Note: Building older TFMs may require older developer packs/targeting packs installed on the machine.
Add the project as a project reference in your solution or reference the compiled assembly from your project.
Then import the library namespace and use the available helpers. Example:
// Example usage (namespace and APIs may vary depending on what parts of the library you need)
using Net35.Actions;
// ... use helpers provided by the library ...
If the project is published as a NuGet package (check the package feed or releases in the repository), you can install it via NuGet and consume it like any other package.
If unit tests exist in the repository, run them using your test runner of choice. For older TFMs, use a compatible test runner/version.
Contributions are welcome. Please follow these guidelines:
This project is licensed under the Apache-2.0 license. See the LICENSE.txt file for details.
This repository is maintained in this workspace. For more information or to report issues, open an issue in the source repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net20 net20 is compatible. net30 net30 is compatible. net35 net35 is compatible. net40 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Net20.Actions:
| Package | Downloads |
|---|---|
|
Net4x.BaseTypes
Package Description |
|
|
Net4x.ValueTuple
Package Description |
|
|
Net35.Threading.Tasks
The Mono port of the Task Parallel Library ported to .NET 3.5 |
|
|
Net4x.CoreLibrary.Interfaces.General.Common
CoreLibrary Interfaces |
|
|
Net35.CollectionsBridge
Missing collections types ported to .NET 3.5 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.0.3 | 4,350 | 2/2/2026 |