Sergio Pedri

Results 352 comments of Sergio Pedri

> "I'm not sure what target frameworks UWP support" UWP is picking up the .NET Standard 2.0 target (it uses the `uap` TFM, which is a weird ~.NET Core 2.1...

If that's the case I think we should probably also fix #1478? Because otherwise IIDOptimizer will break in libraries, and if you just opt-out, then that path will not be...

It just feels like a recipe to have a bazillion merge conflicts. I don't really see the point of merging them first. You don't gain much even if you published...

You would have to deal with that eventually anyway. My point is, we can at least just do it once, in the AOT branch.

> "I assume none of this is cross processes and is within the same process?" Yup! This is all in-proc, it's just a simple app using Win2D and doing interop...

More than happy to update the proposal with a different API surface if you think it'd be best! 😄 Feel free to write down a draft as well if you...

> "Someone should be able to write out the interop interface in C# and then put an attribute like `WinRT.Interop.InteropInterface` or something similar and then CsWinRT could use like a...

@jlaanstra do you think this could fit into the work you're doing around activation factories? The current pattern is very clunky and quite inefficient, as you need to declare your...

Thank you! Also on a related note: could this be another argument in favor of removing all of the `As()` generated methods on projection types entirely? If it is the...

Leaving a note here too so I don't forget. Just copy pasting from Teams basically. I was looking at the new APIs and thinking this might be doable once [#1390](https://github.com/microsoft/CsWinRT/pull/1390)...