-
Notifications
You must be signed in to change notification settings - Fork 153
Description
The toolkit currently includes a number of APIs that are not UWP-specific, with more targeting .NET Standard on their way as well. Right now it's difficult to see at a glance which APIs are only available on UWP and which can be used from any kind of .NET project instead.
It'd be nice to restructure the sections (eg. with two main "UWP" and ".NET Standard" sections) to clearly separate the two main types of APIs. This would also make life easier for devs working on .NET Standard projects (or .NET Core, or any other portable runtime), as they'd be able to just expand the ".NET Standard" section and look at APIs available there, instead of having to double check the framework/namespace of each API across the various sections.
cc. @michael-hawker