gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Use generic SafeHandle

Open badcel opened this issue 1 year ago • 1 comments

Starting with dotnet 8 generic SafeHandle should be possible according to: https://github.com/dotnet/runtime/issues/74694

This could be used to reduce the amount of generated safeHandles for e.g. records.

This should be considered together with #397.

badcel avatar Aug 29 '23 04:08 badcel