I think this is a case where this may be a warning, and it only shows up during the code gen test run. The ProjectedTypesGeneratorTests.CreateWithPointersAndGenericsAndUnmanagedConstraintAsync() test passes, but it seems like the generated code for the delegate and Argument class should have where T : unmanaged on it.
I think this is a case where this may be a warning, and it only shows up during the code gen test run. The
ProjectedTypesGeneratorTests.CreateWithPointersAndGenericsAndUnmanagedConstraintAsync()test passes, but it seems like the generated code for the delegate andArgumentclass should havewhere T : unmanagedon it.