Last update: 8/12/2025 1:07:03 pm

Add NuGet Source

dotnet nuget add source https://nuget.zarlo.dev/index.json --name "zarlo"

or as nuget.config

<packageSources>
    <add key="Zarlo" value="https://nuget.zarlo.dev/index.json" protocolVersion="3" />
</packageSources>

CosmosManager

dotnet tool update --global CosmosManager --prerelease --no-cache

to set up a project to use Cosmos CosmosManager run

cosmos-manager init

if you want to add a make file add -m

if you are makeing a new project -p will set up all the c# projects for you

then to install cosmos run

cosmos-manager install

this will install cosmos in ./CosmosManager/Bin

packages

CosmosManager

CosmosPlugs

CosmosPorts.BasicSharp

Liquip

Liquip.Common

Liquip.Core

Liquip.Driver.VirtIO

Liquip.FileSystems

Liquip.Logger

Liquip.Memory

Liquip.Plugs

Liquip.Threading

Liquip.Threading.Plugs

Liquip.XSharp

Zarlo.Cosmos

Zarlo.Cosmos.Common

Zarlo.Cosmos.Core

Zarlo.Cosmos.FileSystems

Zarlo.Cosmos.Logger

Zarlo.Cosmos.Memory

Zarlo.Cosmos.Plugs

Zarlo.Cosmos.Threading

Zarlo.Cosmos.Threading.Mutex

Zarlo.Cosmos.Threading.Plugs

Zarlo.XSharp