VirtualDesktop icon indicating copy to clipboard operation
VirtualDesktop copied to clipboard

Support compilation from single file application

Open t1m0thyj opened this issue 2 years ago • 0 comments

Fixes an error preventing compilation of COM interface assembly, when VirtualDesktop.Configure is invoked in a .NET 6 single file application compiled with PublishSingleFile=true.

I don't like the usage of AllowUnsafeBlocks but this seems to be the recommended solution according to Microsoft - see https://github.com/dotnet/runtime/issues/42621#issuecomment-697429214= and https://github.com/dotnet/runtime/issues/36590#issuecomment-689883856=.

t1m0thyj avatar Mar 29 '22 04:03 t1m0thyj