Tanner Gooding
Tanner Gooding
I'm not sure how that's surfaced when there isn't a `corelib` available. I would presume that since `corelib` isn't available it means that `System.Runtime.CompilerServices.RuntimeFeatures.NumericIntPtr` isn't available either and so it...
This has to wait for `[UnscopedRef]` support in the compiler.
This is non-trivial due to there already being a member named `Vtbl` (the vtbl struct) nested in the type. There would need to be a different non-conflicting name available for...
Noting that consuming as a library/nuget can also be non-trivial. There are tons of circular references and layering obscurities that make exposing things into logical components difficult (this is true...
This should be relatively straightforward to do. I will put it on the backlog. If someone wants to give this a try, it is also relatively straightforward to add and...
@shmuelie do we have docs on the official library to reference, etc? I see `archiveint.dll` but it's listed as `Windows-internal libarchive library` and I don't see any docs on docs.microsoft.com...
No progress yet. I've been focusing on getting the new stable bits out and on-boarding the project into the .NET Foundation. I should have more time for this coming up...
Is there any reason you can't just pull it from the existing `[Guid()]` attribute? It's available via `typeof(T).GUID` or just directly querying the attribute off the type from metadata.
Could you elaborate on if you're working with these via build time or runtime? For build time, I'd expect that simply `typeof(T).GUID` or looking up the attribute via reflection (if...
I'll need a Windows SDK with the relevant entry in the header available -or- someone will need to submit a PR manually defining it until a version of the SDK...