Reml.Generators 0.1.0-alpha

This is a prerelease version of Reml.Generators.
dotnet add package Reml.Generators --version 0.1.0-alpha
                    
NuGet\Install-Package Reml.Generators -Version 0.1.0-alpha
                    
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="Reml.Generators" Version="0.1.0-alpha">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Reml.Generators" Version="0.1.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Reml.Generators">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 Reml.Generators --version 0.1.0-alpha
                    
#r "nuget: Reml.Generators, 0.1.0-alpha"
                    
#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 Reml.Generators@0.1.0-alpha
                    
#: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=Reml.Generators&version=0.1.0-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Reml.Generators&version=0.1.0-alpha&prerelease
                    
Install as a Cake Tool

REML for .NET

C# implementation of REML — a configuration language with composable includes.

Install

Requires .NET 10 SDK (preview).

Library

dotnet add package Reml.Core

CLI (global tool)

dotnet tool install -g Reml.Cli
reml validate app.reml

Source generator

<PackageReference Include="Reml.Core" Version="0.1.0-alpha" />
<PackageReference Include="Reml.Generators" Version="0.1.0-alpha" PrivateAssets="all" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />

<ItemGroup>
  <AdditionalFiles Include="app.reml" />
</ItemGroup>

Or import targets from a local clone (development):

<Import Project="path/to/reml-csharp/build/Reml.SourceGenerators.targets" />

Packages

Package Description
Reml.Core Parser, evaluator, serialization, formatting
Reml.Cli reml global tool
Reml.Generators Roslyn analyzer + [RemlConfig] attributes

Versioning

Packages follow SemVer. Pre-1.0 releases may break APIs. See CHANGELOG.md.

Build from source

dotnet build Reml.slnx
dotnet test Reml.slnx

Pack locally:

dotnet pack src/Reml.Core/Reml.Core.csproj -c Release -o ./artifacts
dotnet pack src/Reml.Cli/Reml.Cli.csproj -c Release -o ./artifacts
dotnet pack src/Reml.Generators/Reml.Generators.csproj -c Release -o ./artifacts

Publish to NuGet: push a tag v* (see .github/workflows/publish.yml).

Publishing uses nuget.org trusted publishing (OIDC via NuGet/login@v1) — configure a trusted publisher on nuget.org and set the GitHub secret NUGET_USER (your nuget.org profile name). See docs/nuget-trusted-publishing.md for setup steps (Chinese).

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
0.1.0-alpha 79 5/19/2026