Reml.Core
0.1.0-alpha
dotnet add package Reml.Core --version 0.1.0-alpha
NuGet\Install-Package Reml.Core -Version 0.1.0-alpha
<PackageReference Include="Reml.Core" Version="0.1.0-alpha" />
<PackageVersion Include="Reml.Core" Version="0.1.0-alpha" />
<PackageReference Include="Reml.Core" />
paket add Reml.Core --version 0.1.0-alpha
#r "nuget: Reml.Core, 0.1.0-alpha"
#:package Reml.Core@0.1.0-alpha
#addin nuget:?package=Reml.Core&version=0.1.0-alpha&prerelease
#tool nuget:?package=Reml.Core&version=0.1.0-alpha&prerelease
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 | 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. |
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Reml.Core:
| Package | Downloads |
|---|---|
|
Reml.Generators
REML Roslyn source generator and [RemlConfig] attributes. Requires Reml.Core at runtime. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-alpha | 80 | 5/19/2026 |