Cordango.Standalone
0.8.6
dotnet add package Cordango.Standalone --version 0.8.6
NuGet\Install-Package Cordango.Standalone -Version 0.8.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cordango.Standalone" Version="0.8.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cordango.Standalone" Version="0.8.6" />
<PackageReference Include="Cordango.Standalone" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Cordango.Standalone --version 0.8.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Cordango.Standalone, 0.8.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Cordango.Standalone@0.8.6
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Cordango.Standalone&version=0.8.6
#tool nuget:?package=Cordango.Standalone&version=0.8.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Cordango.Standalone
The runtime a Cordango-generated standalone application runs on.
You do not usually install this yourself. cordango build --target standalone generates an
application that references it, and everything in it exists to serve code the generator emits
alongside: typed record entities, an IEntityTypeConfiguration per entity, one controller per
entity, and the definition's roles as compiled rules.
What is in it
- Records.
IRecord,IHasTrackingFields, and a generic store that runs lifecycle hooks and stamps who wrote a row and when — in one place, where the type system checks it. - Hooks. Six interfaces resolved from the service container rather than implemented on the entity, because in a generated application the entity file is the one the generator overwrites.
- Permissions. An App Definition's
rolesresolved to an effective answer: union across roles, a specific grant beating the wildcard, field rules resolved per role before unioning, and commands denied unless granted. - Queries. Filtering, sorting and aggregates built once from the field keys a descriptor carries, so an application does not carry sixteen field types times ten operators of generated comparisons.
- A directory. People, departments, groups, organizations and contacts — what a reference to a person points at when there is no platform to point at.
- The wire.
{code, error}responses, global antiforgery, content-addressed file storage.
Licence
Apache-2.0. The application generated around it is yours, unencumbered.
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.AspNetCore.OpenApi (>= 10.0.9)
- Microsoft.EntityFrameworkCore (>= 10.0.9)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.9)
- Microsoft.OpenApi (>= 2.12.2)
- ModelContextProtocol.AspNetCore (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.8.6 | 30 | 9/12/2026 |
| 0.8.5 | 40 | 9/12/2026 |
| 0.8.1 | 36 | 9/11/2026 |
| 0.8.0 | 95 | 9/6/2026 |
| 0.7.3 | 108 | 8/31/2026 |
| 0.7.2 | 92 | 8/31/2026 |
| 0.7.1 | 91 | 8/30/2026 |
| 0.7.0 | 83 | 8/29/2026 |
| 0.6.1 | 97 | 8/29/2026 |
| 0.6.0 | 94 | 8/27/2026 |
| 0.5.5 | 94 | 8/24/2026 |
| 0.5.4 | 92 | 8/24/2026 |
| 0.5.3 | 93 | 8/23/2026 |
| 0.5.1-alpha | 94 | 8/23/2026 |
| 0.5.0-alpha | 91 | 8/23/2026 |
| 0.4.0 | 97 | 8/23/2026 |
| 0.3.0 | 100 | 8/22/2026 |
| 0.2.0 | 94 | 8/23/2026 |
| 0.1.0-alpha | 104 | 8/22/2026 |