wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
335 stars 131 forks source link

Roles test #366

Open ThomasPe opened 3 months ago

ThomasPe commented 3 months ago

adds test to validate user queries with context=edit will return user roles as expected also removes all IEnumerables in favor of Lists (as they are materialized already anyways).