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" />
<PackageReference Include="Varar" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=Varar&version=0.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Varar — .NET (C#) port
Full-pipeline port of Varar on the CLR. See the design/plan under doc/:
- ADR 0008 (port) · 0009 (VSTest adapter)
- Specs: core + facade, runner + adapter
- Plans: core, runner/adapters
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 viaglobal.json+Directory.Build.props;dotnet/.tool-versionspins the SDK to10.0.302.Cucumber.CucumberExpressionstargetsnetstandard2.0, so it runs unchanged. - UTF-16 offsets confirmed (no conversion layer needed). Empirically verified
that
Cucumber.CucumberExpressions20.0.0reports match offsets as UTF-16 code units (via .NETRegexgroup indices) — the same units the shared conformance goldens encode. Guarded byVarar.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 | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Varar.Core (>= 0.7.0)
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.