DevOp.Toon.Core is straightforward to build, but packaging details matter because this repo is mostly package surface.
dotnet restore
dotnet build DevOp.Toon.Core.slnx
dotnet pack DevOp.Toon.Core.csproj -c Release
Current project settings include:
netstandard2.0, net8.0, net9.0, net10.0GeneratePackageOnBuild=trueREADME.mdCheck DevOp.Toon.Core.csproj for:
Because there is no test project here, build and pack are the most important direct validations in this repo. For behavior validation, use downstream repos that consume these contracts.