dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

Enable public API checking #322

Closed AArnott closed 7 years ago

AArnott commented 7 years ago

Closes #316

AArnott commented 7 years ago

@vbfox Ya. The most critical justification for this IMO is that our code generation can evolve over time, and that can impact the public API in "invisible" ways that a PR code reviewer would never notice. But this analyzer will catch all of them.