Anyone know if Microsoft will provide .net 8 samples for https://github.com/microsoft/Windows.UI.Composition-Win32-Samples
https://github.com/microsoft/Windows.UI.Composition-Win32-Samples has various examples, the one I am interested in is ScreenCapture by specify an HWND handle. However it is not working when I update to .net 8. new Compositor() throws security exception (but picker works). Anyone know if MS has plans to update the samples to .net 8 (currently it is .net 4.7)