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

Improve our API coverage doc #407

Closed AArnott closed 4 years ago

AArnott commented 6 years ago

Our README points to a downloadable html file that appveyor produces to report on our API coverage. This is a clunky UX.

This stylecop.analyzers experience is much better, and is similarly produced in part by appveyor. @sharwell developed this.

We should do something nice like that. :)

sharwell commented 6 years ago

📝 @pdelvo created the original data extraction tool and presentation theme. My only part was moving it from dedicated hosting to AppVeyor/GitHub Pages. 😄

AArnott commented 4 years ago

We now keep our exports as extra files in each github release. Folks haven't really complained, so I'm closing this.