Using the DllImportGenerator (easily) #63110
-
I'm interested in looking at how the DllImportGenerator handles marshaling for certain struct patterns in P/Invoke. I would like to test a few scenarios and it's unclear (to me) how to acquire the source generator only. I assume that cloning this repo and spending some time reading the docs to learn how to set up an environment to build the runtime will get me there but I'm looking for a quick start, at least for the time being. Is there a NuGet package or any other way to quickly test the source generator? |
Beta Was this translation helpful? Give feedback.
Answered by
danmoseley
Dec 23, 2021
Replies: 1 comment 6 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
f2bo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jkoritzinsky