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.07k stars 87 forks source link

Allow `ComHelpers` class to be non-partially declared by compilation #1114

Closed AArnott closed 8 months ago

AArnott commented 8 months ago

Correct. As with other types you might declare yourself, only non-partial declarations will turn off CsWin32 generation.