Jöran Malek
Jöran Malek
Drag & Drop on Windows may use the clipboard for negotiating how content from one application is transferred to the other. The path you're connected to is `/my-bucket`, not `/my-bucket/some/other/long/path/in/S3`?
What is the bucket/path you are connecting to? Is it the bucket root directly, or some path in the bucket?
The updater window disappearing is something I encountered as well, but haven't been able to debug yet - as the updater window is entirely handled by an external dependency.
Sorry for reporting it here, but I've not found other constructive ways to report AppInstaller feedback. I'd be happy if you forward this to the appropriate team to look into...
Looking at the [binlog](https://github.com/user-attachments/files/17278079/msbuild.binlog.zip): Target `GenerateBuildDependencyFile`, task `GenerateDepsFile`, argument `CompileReferences="@(ResolvedCompileFileDefinitions)"` isn't stripped from the WinMD references, thus is written to the deps.json regardless.
Well, the use case is: There is one projection project, that exposes one WinRT component. There is another WinRT component, that has a PackageReference to the first WinRT component, which...
With CsWinRTInputs there is another bad interaction with WindowsAppSdk, where target `_CalculateInputsForGenerateCurrentProjectAppxManifest` won't find the referenced WinMD, thus failing to successfully build the required ActivatableClass metadata.
Same is true for Windows interface.
bouncycastle suffers from missing BigInteger hardware acceleration.
Ah sorry. We are using a snapshot of IKVM, which is hosted on Github Package Registry, and that requires PAT authentication. Open a Terminal window with access to `dotnet` in...