- `typeof(T).IsEnum` and `typeof(T).GetEnumUnderlyingType()` are intrinsified in .NET 8+ so we can simplify the code in VariantUtils a bit. - Consider whether enum `T` is signed in VariantUtils to preserve it.
sln
csproj