uno.roslyn.adhoc.host 3.3.0-dev.620

Prefix Reserved
This is a prerelease version of uno.roslyn.adhoc.host.
dotnet add package uno.roslyn.adhoc.host --version 3.3.0-dev.620
                    
NuGet\Install-Package uno.roslyn.adhoc.host -Version 3.3.0-dev.620
                    
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="uno.roslyn.adhoc.host" Version="3.3.0-dev.620">
  <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="uno.roslyn.adhoc.host" Version="3.3.0-dev.620" />
                    
Directory.Packages.props
<PackageReference Include="uno.roslyn.adhoc.host">
  <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 uno.roslyn.adhoc.host --version 3.3.0-dev.620
                    
#r "nuget: uno.roslyn.adhoc.host, 3.3.0-dev.620"
                    
#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 uno.roslyn.adhoc.host@3.3.0-dev.620
                    
#: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=uno.roslyn.adhoc.host&version=3.3.0-dev.620&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=uno.roslyn.adhoc.host&version=3.3.0-dev.620&prerelease
                    
Install as a Cake Tool

uno.roslyn.adhoc.host

The headless build engine and the workspace material it compiles against, paired in one package.

You do not need to install or reference this package. The uno.studio CLI resolves it automatically, at its own version, when it builds a preview.

Why it exists

A preview build has to produce what Uno Studio expects to open. That means the compiler and the reference material it compiles against have to be paired — never "the latest of each" — because the pairing is what makes a produced package loadable at all. Shipping them as one package, versioned by the same release that publishes the Studio deployment which will open the result, makes that pairing a property rather than a convention.

It also means a preview build needs no container runtime: the CLI is a .NET tool, so the runtime and the NuGet machinery are already present wherever it runs.

What it contains

  • The headless build engine — the same components Uno Studio's own in-app build uses, reached directly instead of through a queue.
  • The packaged workspace material for the browser surface, stamped with the compatibility key a reader checks before downloading a package.

Versioning

Published from the same pipeline run as uno.studio, with the same version. Published versions are immutable and stay resolvable, because a preview link outlives the release that produced it.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
3.3.0-dev.620 0 9/26/2026
3.3.0-dev.619 0 9/26/2026
3.3.0-dev.618 0 9/25/2026
3.3.0-dev.617 0 9/25/2026
3.3.0-dev.616 0 9/25/2026
3.3.0-dev.594 0 9/25/2026
3.3.0-dev.593 0 9/25/2026
3.3.0-dev.592 0 9/25/2026
3.3.0-dev.591 0 9/25/2026
3.3.0-dev.590 17 9/25/2026
3.3.0-dev.589 31 9/24/2026
3.3.0-dev.588 36 9/24/2026
3.3.0-dev.587 31 9/24/2026
3.3.0-dev.563 33 9/24/2026
3.3.0-dev.545 38 9/23/2026
3.3.0-dev.544 36 9/23/2026
3.3.0-dev.539 38 9/23/2026
3.3.0-dev.538 35 9/23/2026
3.3.0-dev.537 35 9/23/2026
3.3.0-dev.536 38 9/23/2026
Loading failed