ActionConditionalChecker.Contracts
8.0.1
dotnet add package ActionConditionalChecker.Contracts --version 8.0.1
NuGet\Install-Package ActionConditionalChecker.Contracts -Version 8.0.1
<PackageReference Include="ActionConditionalChecker.Contracts" Version="8.0.1" />
paket add ActionConditionalChecker.Contracts --version 8.0.1
#r "nuget: ActionConditionalChecker.Contracts, 8.0.1"
// Install ActionConditionalChecker.Contracts as a Cake Addin #addin nuget:?package=ActionConditionalChecker.Contracts&version=8.0.1 // Install ActionConditionalChecker.Contracts as a Cake Tool #tool nuget:?package=ActionConditionalChecker.Contracts&version=8.0.1
ActionConditionalChecker.Contracts
Defines the contracts for both synchronous and asynchronous condition checkers in order to find out if the action may be executed under specific circumstances. This will help to eliminate idmpotent duplicated requests (the rule also may be aplied for non idempotent ones) and can help to eliminate concurrent issues on accessing a specified resource (in a conditional way).
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. |
-
net8.0
- OperationResult.Net (>= 8.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ActionConditionalChecker.Contracts:
Package | Downloads |
---|---|
ActionConditionalChecker.Services.InMemory
Implements contracts for both synchronous and asynchronous condition checkers in order to find out if the action may be executed under specific circumstances. The corresponding conditions/rules are persisted into a blocking collection and are available till the persisted request/action has been terminated. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated references