Working with Litium
NuGet
Consuming Litium's NuGet packages requires a Litium docs account. You can create one on their website here.
Visual Studio
Set up the feed in the settings under "NuGet Package Manager" -> "Package Sources". Note: You can reach this with quick search using CTRL+Q and typing in "package sources".
It is suggested to name the feed "Litium". You can save your credentials when prompted to provide them after starting a package restore or build.
dotnet CLI
Run the following command:
dotnet nuget add source https://nuget.litium.com/nuget/ -n Litium -u yourusername -p andpassword
Note: This modifies your local nuget.config and is also picked up by Rider.
Rider
Use the dotnet CLI version, or modify your package source list using "Tools" -> "NuGet" -> "Show NuGet sources".
Rickard's PowerShell script (Windows only)
Run the provided script in the Windows developer environment setup repo.
Container images
For consuming Litium's container images, see the official documentation here.
We do not at this time have a standard for shared environments using Litium's container apps.