MeshWeaver.Aspire.Hosting.Memex 3.0.0-rc9

This is a prerelease version of MeshWeaver.Aspire.Hosting.Memex.
dotnet add package MeshWeaver.Aspire.Hosting.Memex --version 3.0.0-rc9
                    
NuGet\Install-Package MeshWeaver.Aspire.Hosting.Memex -Version 3.0.0-rc9
                    
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="MeshWeaver.Aspire.Hosting.Memex" Version="3.0.0-rc9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MeshWeaver.Aspire.Hosting.Memex" Version="3.0.0-rc9" />
                    
Directory.Packages.props
<PackageReference Include="MeshWeaver.Aspire.Hosting.Memex" />
                    
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 MeshWeaver.Aspire.Hosting.Memex --version 3.0.0-rc9
                    
#r "nuget: MeshWeaver.Aspire.Hosting.Memex, 3.0.0-rc9"
                    
#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 MeshWeaver.Aspire.Hosting.Memex@3.0.0-rc9
                    
#: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=MeshWeaver.Aspire.Hosting.Memex&version=3.0.0-rc9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MeshWeaver.Aspire.Hosting.Memex&version=3.0.0-rc9&prerelease
                    
Install as a Cake Tool

MeshWeaver.Aspire.Hosting.Memex

Aspire hosting integration for the MeshWeaver Memex portal. builder.AddMemex(...) composes a complete portal deployment from published container images — no portal source tree needed — and the standard Aspire publishers turn that one model into Docker Compose, Kubernetes/Helm, or Azure Container Apps artifacts.

Usage

var builder = DistributedApplication.CreateBuilder(args);

builder.AddMemex("memex", o => o
    .WithBackend("Filesystem")
    .WithOrleansClustering("AdoNet")
    .WithImage(tag: "3.0.0-rc1"));

builder.Build().Run();

What it wires

  • PostgreSQL (pgvector) with a persistent volume
  • The one-shot database migration container, ordered before the portal
  • The portal container (memex-portal / memex-portal-ai) from the published image tag
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

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
3.0.0-rc9 62 8/30/2026
3.0.0-rc8 68 8/29/2026
3.0.0-rc7 63 8/22/2026
3.0.0-rc6 66 8/20/2026
3.0.0-rc5 70 8/19/2026
3.0.0-rc3 73 8/16/2026
3.0.0-rc2 71 8/14/2026
3.0.0-rc13 66 8/31/2026
3.0.0-rc12 68 8/31/2026
3.0.0-rc11 72 8/30/2026
3.0.0-rc10 60 8/30/2026
3.0.0-rc1 67 8/13/2026