Mochi.PhysX icon indicating copy to clipboard operation
Mochi.PhysX copied to clipboard

The optional NuGet packages should enforce version constraints

Open PathogenDavid opened this issue 2 years ago • 0 comments

It isn't supported to mix different versions of the various Mochi.PhysX NuGet packages, but NuGet won't enforce this for the optional packages (such as the checked variant of the runtime.)

We should enforce this at compile time using a method similar to the one used for ClangSharp.Pathogen.

We might consider also doing something similar at runtime via https://github.com/MochiLibraries/Mochi.PhysX/issues/6.

PathogenDavid avatar Dec 19 '21 07:12 PathogenDavid