Varar 0.7.0

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

Varar — .NET (C#) port

Full-pipeline port of Varar on the CLR. See the design/plan under doc/:

Projects

Project Role
Varar.Core pure pipeline + diffs + drift/hash + conformance projections
Varar author facade (registry glue) + the registry/plan/trace golden gates
Varar.Core.Tests unit + conformance harness

Varar.Config, Varar.Runner, and Varar.TestAdapter land in sub-project 2.

Build & test

dotnet build Varar.sln
dotnet test  Varar.sln

Environment notes

  • Target framework: net10.0 (the current LTS), pinned via global.json + Directory.Build.props; dotnet/.tool-versions pins the SDK to 10.0.302. Cucumber.CucumberExpressions targets netstandard2.0, so it runs unchanged.
  • UTF-16 offsets confirmed (no conversion layer needed). Empirically verified that Cucumber.CucumberExpressions 20.0.0 reports match offsets as UTF-16 code units (via .NET Regex group indices) — the same units the shared conformance goldens encode. Guarded by Varar.Core.Tests/CucumberOffsetTests.cs. This is the payoff of C# strings being UTF-16 like JS/JVM, and removes the Python port's riskiest work.
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 Varar:

Package Downloads
Varar.Runner

Markdown-native BDD — imperative shell (discovery, loading, drift)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.0 122 7/23/2026
0.6.1 108 7/22/2026
0.5.2 109 7/22/2026