IDisposable changes to the PFN structs
Created a PR for the IDisposable changes to the PFN structs that are manually written:
https://github.com/dotnet/Silk.NET/pull/615
GitHub
Add IDisposable call to SilkMarshall.Free for all PFN-structs by p3...
Adding the IDisposable interface as it is implemented for the generated PFN structs (see StructWriter)
6 Replies
Is the failing build my fault ?
@Perksey CI is sad
errrrr
So is this something i need to adapt or is it "just" the CI that fails ?
this is something I hope to fix today, I think there was a breaking change in the .NET 6 Pre 7 -> RC1 transition that we need to update our repo for
once I’ve fixed it, you’ll just need to merge the latest main into your branch and it’ll work
ok. just @ me when you get around doing it 🙂