microsoft / CsWin32

A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
MIT License
2.11k stars 90 forks source link

`dotnet/pinvoke` is deprecated and should not be recommended #1283

Closed colejohnson66 closed 1 month ago

colejohnson66 commented 1 month ago

The README recommends using dotnet/pinvoke if one wants precompiled interop code, but that repository is archived and recommends users switch over to CsWin32.

image

image

AArnott commented 1 month ago

Good catch. Thank you, @colejohnson66.