I\'m putting together an app that interfaces with Stack API and have been following this tutorial (although old API version it still works). My problem is that when using t
Add the System.Reflection.TypeExtensions nugget package to your project; it has GetCustomAttributes extension.
(for VS 2017) something like this.
4.3.0