Avalanche.Options
Avalanche.Options contains extensions for Microsoft.Extensions.Options.
Add package reference to .csproj.
<PropertyGroup>
<RestoreAdditionalProjectSources>https://avalanche.fi/Avalanche.Core/nupkg/index.json</RestoreAdditionalProjectSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalanche.Options"/>
</ItemGroup>
Class libraries:
- Avalanche.Options.dll contains implementations.
The following GlobalUsings.cs can be used to include extension methods.
global using Avalanche.Options;