![]() |
VOOZH | about |
dotnet add package holonsoft.FluentConditions --version 3.0.1
NuGet\Install-Package holonsoft.FluentConditions -Version 3.0.1
<PackageReference Include="holonsoft.FluentConditions" Version="3.0.1" />
<PackageVersion Include="holonsoft.FluentConditions" Version="3.0.1" />Directory.Packages.props
<PackageReference Include="holonsoft.FluentConditions" />Project file
paket add holonsoft.FluentConditions --version 3.0.1
#r "nuget: holonsoft.FluentConditions, 3.0.1"
#:package holonsoft.FluentConditions@3.0.1
#addin nuget:?package=holonsoft.FluentConditions&version=3.0.1Install as a Cake Addin
#tool nuget:?package=holonsoft.FluentConditions&version=3.0.1Install as a Cake Tool
FluentConditions is a framework for checking function parameters for certain criterias. For example asserting that your input is not null. You also get clean error messages with a reference to the line of code that faulted.
As example:
public void Test(bool boolValue = false)
{
boolValue.Requires(nameof(boolValue))
.IsTrue();
}
would throw:
'boolValue' is false! At method 'Test' in 'C:\Path\To\Your.cs:5'
We would like to thank Steven van Deursen because his library CuttingEdge.Conditions inspired us to program this.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. 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 is compatible. 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 is compatible. 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. |
Showing the top 2 NuGet packages that depend on holonsoft.FluentConditions:
| Package | Downloads |
|---|---|
|
holonsoft.FastProtocolConverter
Reflection based fast protocol converter: Converts raw bytes (e. g. from a hardware device) data to an instance of a class or vice versa |
|
|
holonsoft.NoQBus
Asynchronous, fast and fully parallelized message bus. |
This package is not used by any popular GitHub repositories.