Aaron Robinson

Results 104 comments of Aaron Robinson

This is a difficult problem and security makes things even more complicated. The gist here is any random path doesn't mean it exists after it is returned nor what it...

> since this was last reported on macOS I can't seem to reproduce this on an M1. I will try Linux-x64 next.

I don't see any failures in the arm64 test. Looks like an infrastructure issue. ```xml [15:05:31.5263400] 2022-08-12 15:05:31.506 System.Runtime.Tests[16226:178107346] Tests run: 49815 Passed: 49582 Inconclusive: 0 Failed: 0 Ignored: 137...

> should only be merged after referenced #22 has been closed and NANT removed entirely. Do you have another opinion? Nope that makes sense. I can more than willing to...

> @AaronRobinsonMSFT Can you update us with some information about your usage of the native libraries for IKVM? Are you still making use of them? If so, for what? I...

>I think Winforms will still need a way to use COM then when this happens. WinForms can start to consume LibraryImport now and that would be much appreciated. We started...

> Can simple marshalers be generated for us for this case? That is something we have discussed. We are still looking for the justification of cost though. Knowing how many...

> Applying [DisableRuntimeMarshallingAttribute](https://github.com/dotnet/runtime/blob/main/docs/design/libraries/LibraryImportGenerator/StructMarshalling.md#design-2-disableruntimemarshallingattribute) should be last step Right. > I do not get what's the difference between [blittable](https://docs.microsoft.com/en-us/dotnet/framework/interop/blittable-and-non-blittable-types), except all strictly blittable The idea is basically the old definition but...