-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API docs for WindowsRuntimeBufferExtensions missing #2661
Comments
Thanks, @juliushardt, for your feedback. We'll investigate. |
This also brings the point of: do we need to include UWP as a target here @terrajobst @dend? |
We're working on getting to onboarding the UWP as a target in the .NET API Browser, but moving this into a future sprint because of other priorities going on right now. |
@mairaw Should this more to a new project / milestone? (It's the only remaining issue in Feb) |
We're making progress towards this issue.
|
Links like this https://msdn.microsoft.com/en-gb/library/windows/apps/system.runtime.interopservices.windowsruntime.windowsruntimebufferextensions.aspx now redirect to the appropriate place. |
Closing as this has been fixed. |
Issue description
The API docs for
System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeBufferExtensions
could previously be found on MSDN, but I'm unable to find them on docs.microsoft.com. The old link from this page (Docs home > Windows > UWP apps > .NET for UWP apps > System.Runtime.InteropServices.WindowsRuntime) redirects to the new docs for the System.Runtime.InteropServices namespace, which don't contain an entry forWindowsRuntimeBufferExtensions
. Unfortunately, selecting ".NET Core" instead of ".NET Framework 4.7.2" in the dropdown above the search box doesn't make it show up either and an option for "UWP" is not available.It looks like the online docs for this class are currently unreachable.
The text was updated successfully, but these errors were encountered: