Closed
Description
The API reference for System.Numerics.Vector<T>
and System.Numerics.Vector
seems to be missing all content. The API is there, but there aren't any descriptions.
Few other, potentially relevant observations:
-
Other
System.Numerics
types (including e.g.Vector2
) seem to be fine. -
The types seem to be present only on .Net Core, even though they are actually supported on .Net Framework.
-
When I select .Net Framework in the dropdown, a message shows saying:
Liquid error: Can't find the localized string disclaimer.moniker for template Reference.
-
Google offers two different MSDN pages when searching for e.g. "vector t count":
- https://msdn.microsoft.com/en-us/library/dn877911(v=vs.111).aspx, which doesn't have any site navigation (doesn't show up in TOC, does not have breadcrumbs). It links to https://msdn.microsoft.com/en-us/library/system.numerics(v=vs.111).aspx as its namespace.
- https://msdn.microsoft.com/en-us/library/mt598437(v=vs.111).aspx, which seems to work fine. It links to https://msdn.microsoft.com/en-us/library/mt598257(v=vs.111).aspx as its namespace.