MeshWeaver.Compiler 3.0.0-rc13

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

MeshWeaver.Compiler

The MeshWeaver NodeType compile toolchain, factored out of MeshWeaver.Graph (issue #1707) so the framework build identity's full-MVID rule pins a small, low-churn assembly.

Everything that shapes the GENERATED INPUT of a dynamic NodeType compile lives here:

  • Skeleton generationDynamicMeshNodeAttributeGenerator emits the MeshNodeProviderAttribute subclass wrapping the NodeType's configuration lambda.
  • Source-query resolutionCodeQueryResolver expands a NodeType's Sources/Tests queries; NodeCompileShaping folds query results, filters executables, resolves @@ includes (through a caller-supplied node reader), and combines sources into the compile unit.
  • Reference assembly — the process-wide TPA baseline plus installed-module composition (CompileReferences).
  • Generator pipeline#r "nuget:" shaping and Roslyn source-generator discovery/execution.
  • Emit — staged, verified, atomic disk emit (EmitPipeline), the emit canary, and the in-memory emit.
  • IdentityFrameworkBuildIdentity / FrameworkIdentity: the one framework build identity every compiled NodeType release is pinned to, and the assembly-store filename tag (FileSystemAssemblyStore).

The mesh-actor half of the pipeline — source discovery against the live mesh, access impersonation, IoPool scheduling, compile status write-backs — stays in MeshWeaver.Graph (MeshNodeCompilationService, NodeTypeCompilationHelpers) and orchestrates this toolchain.

Everything in this assembly lives in the MeshWeaver.Compiler namespace (unified in #1712 — swept clean: no in-mesh source and no live-portal content references the moved types by their old MeshWeaver.Graph.Configuration names, so no forwards are carried). The framework identity's full-MVID rule covers this assembly plus its computed MeshWeaver dependency closure — the toolchain calls into what it links, so a body-only change in a closure member must recompile content too.

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 MeshWeaver.Compiler:

Package Downloads
MeshWeaver.Graph

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-rc9 47 8/30/2026
3.0.0-rc8 95 8/29/2026
3.0.0-rc7 873 8/22/2026
3.0.0-rc6 267 8/20/2026
3.0.0-rc5 261 8/19/2026
3.0.0-rc13 49 8/31/2026
3.0.0-rc12 50 8/31/2026
3.0.0-rc11 57 8/30/2026
3.0.0-rc10 47 8/30/2026