Steve
Steve
> If two library authors depend on a Maven Package and both user publish their .NET library to NuGet, then both of their produced assemblies must depend on the same...
Then it's the responsibility of the library author to choose whether to upload the library signed with strong name along with the unsigned one or not to the nuget: https://www.nuget.org/packages?q=StrongName...
Then how about switching to use `BouncyCastle.Cryptography`, which is implemented in managed code so that it doesn't have the issue with openssl?
Input modal:  Response: 
Hitting this today while building RAG backed with LiteDB. With this default splitted text chunks cannot be restored into the original full text correctly. Without proper unit tests it's even...
Yes. Implementing file ops using Win32 API in an external process and expose those APIs through WinRT ABI in an external process. This is similar with what we did before...
> Can a WinRT exe server run as administrator? (without the main app running as admin) I have no idea about it now. But I think we might not be...
> Will this help us support third party handlers? https://github.com/files-community/Files/issues/7518 Need to investigate. But I think it's possible.
The investigation and experiment have done. Now I'm going to commit to the implementation. Note this is not a Code Quality work but a Feature work (which allows us to...
> Why not simply just run the regular executable but without a window open? It will be much simpler. There are not that many resources about creating an out-of-process WinRT...