Getting started

Add NuGet package

This package is available on NuGet: PPWCode.Vernacular.Semantics.IV.

You can use your IDE to add it as a dependency to your project, or manually add it in the .csproj file. This would look similar to the following:

<Project Sdk="Microsoft.NET.Sdk">
    <!-- ... -->

    <ItemGroup>
        <!-- nuget package dependencies -->
        <PackageReference Include="PPWCode.Vernacular.Semantics.IV" Version="2.0.0" />
    </ItemGroup>

    <!-- ... -->
</Project>

After the package is added, you can use the base classes and interfaces from PPWCode.Vernacular.Semantics.IV in your code.