Intropy.Topology.Generation 0.4.5

dotnet add package Intropy.Topology.Generation --version 0.4.5
                    
NuGet\Install-Package Intropy.Topology.Generation -Version 0.4.5
                    
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="Intropy.Topology.Generation" Version="0.4.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Intropy.Topology.Generation" Version="0.4.5" />
                    
Directory.Packages.props
<PackageReference Include="Intropy.Topology.Generation" />
                    
Project file
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 Intropy.Topology.Generation --version 0.4.5
                    
#r "nuget: Intropy.Topology.Generation, 0.4.5"
                    
#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 Intropy.Topology.Generation@0.4.5
                    
#: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=Intropy.Topology.Generation&version=0.4.5
                    
Install as a Cake Addin
#tool nuget:?package=Intropy.Topology.Generation&version=0.4.5
                    
Install as a Cake Tool

Intropy.Topology.Generation

Generation for Intropy.Topology: turns a validated SystemTopology into Dapr components and per-component runtime config for the local run profile. Backend-agnostic and dependency-free (YAML is emitted by a small internal writer).

It produces, deterministically:

  • one Dapr pub/sub component per distinct PubSubName (Redis Streams backed),
  • one Dapr binding per port (bindings.localstorage rooted at the port's development-manifest folder, scopes from UsedBy),
  • one Dapr HTTPEndpoint per development-mocked platform service, named after the service's app-id so service invocation resolves to the mock,
  • a per-component *.intropy.json describing that component's identity and edges.
var discovered = SystemDiscovery.Discover(assembly);
var development = DevelopmentDiscovery.Discover(assembly, discovered.Topology, root);
var artifacts = TopologyGenerator.Generate(discovered.Topology, development);
artifacts.WriteTo("./out");

It also hosts the non-Aspire CLI verbs over a discovered system:

await IntropyGenerate.RunAsync(assembly, ["check"]);              // validate
await IntropyGenerate.RunAsync(assembly, ["graph"]);             // print topology.intropy.io/v1 JSON only on stdout
await IntropyGenerate.RunAsync(assembly, ["generate", "./out"]); // write artifacts

The Aspire run-backend (Intropy.Topology.Aspire) uses this same generator in-memory, so F5 and generate emit the same truth.

Product 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Intropy.Topology.Generation:

Package Downloads
Intropy.Topology.Aspire

.NET Aspire run-backend for Intropy.Topology. Discovers a system's validated topology, generates its Dapr components, and translates the model into Aspire resources (projects, Redis, Dapr sidecars) that DCP orchestrates for local F5.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.4.5 44 8/21/2026
0.4.4 54 8/21/2026
0.4.2 90 8/18/2026
0.4.1 97 8/14/2026
0.4.0 93 8/14/2026
0.3.0 92 8/14/2026
0.3.0-beta.2 67 8/12/2026
0.3.0-beta.1 61 8/12/2026
0.2.1 97 8/11/2026
0.2.0 100 8/11/2026