Skip to main content
FluentSpecification package icon

FluentSpecification

Common implementation of small reusable Specifications. All Specifications are based on Specification design pattern. Specifications support validation scenarios and also can be used like Linq expressions, because they are designed and implemented especially for Entity Framework Core support and partially for Entity Framework 6 and tested with these frameworks. Contains Specifications: - Null, NotNull - Empty, NotEmpty - MinLength, MaxLength - LessThan, GreaterThan - Contains, NotContains - Equals, NotEquals - And more...

Total Downloads
30.7K
30,655
Published
Aug 11, 2022
Latest stable version

Install

.NET CLI
dotnet add package FluentSpecification --version 1.2.0
Package Manager Console
Install-Package FluentSpecification -Version 1.2.0
PackageReference
<PackageReference Include="FluentSpecification" Version="1.2.0" />

Frameworks

.NETFramework4.5.2 .NETStandard1.1 .NETStandard1.6 .NETStandard2.0

Dependencies

[1.2.0, )
FluentSpecification.Core
.NETFramework4.5.2
[1.2.0, )
[1.2.0, )
[1.2.0, )
NETStandard.Library
.NETStandard1.1
[1.6.1, )
[1.2.0, )
[1.2.0, )
NETStandard.Library
.NETStandard1.6
[1.6.1, )
[1.2.0, )
[1.2.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.