CodeByDylan.Loom.Specifications
0.1.0
See the version list below for details.
dotnet add package CodeByDylan.Loom.Specifications --version 0.1.0
NuGet\Install-Package CodeByDylan.Loom.Specifications -Version 0.1.0
<PackageReference Include="CodeByDylan.Loom.Specifications" Version="0.1.0" />
<PackageVersion Include="CodeByDylan.Loom.Specifications" Version="0.1.0" />
<PackageReference Include="CodeByDylan.Loom.Specifications" />
paket add CodeByDylan.Loom.Specifications --version 0.1.0
#r "nuget: CodeByDylan.Loom.Specifications, 0.1.0"
#:package CodeByDylan.Loom.Specifications@0.1.0
#addin nuget:?package=CodeByDylan.Loom.Specifications&version=0.1.0
#tool nuget:?package=CodeByDylan.Loom.Specifications&version=0.1.0
The Loom Project
What is Loom?
Loom is a group of foundational packages for multiple project types.
Heavily based on Clean Architecture with vertical slice structure enforcement, but very opinionated in my own vision.
Installing
Nine packages, versioned in lockstep. Identifiers carry a CodeByDylan. prefix; namespaces do not:
dotnet add package CodeByDylan.Loom.Results
using Loom.Results;
That split is deliberate. Only the identifier needs the prefix, because the identifier is what
nuget.org reserves — and Loom. cannot be reserved, being a common word with packages already
published under it by other authors. The namespace stays short because it is the part you type.
Each of these installs as CodeByDylan.<name>:
Loom.Results · Loom.Entities · Loom.Specifications · Loom.Paging · Loom.Handlers ·
Loom.Handlers.Abstractions · Loom.Handlers.FluentValidation · Loom.Results.AspNetCore ·
Loom.Persistence.EntityFrameworkCore
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CodeByDylan.Loom.Specifications:
| Package | Downloads |
|---|---|
|
CodeByDylan.Loom.Persistence.EntityFrameworkCore
The single Entity Framework Core seam for Loom: identity value converters, specification eager loading, asynchronous paging, and domain event dispatch. Provider-neutral; add your own database provider. |
GitHub repositories
This package is not used by any popular GitHub repositories.