Broken documentation links in old issues transferred from retired dotnet/corefx repo - still accessible somewhere? #61012
-
On this old issue which was transferred to this repository, there is a link to some documentation on a compatibility change in .NET Core: https://github.com/dotnet/corefx/wiki/ApiCompat#systemxmlschema This link points to a wiki page on the retired dotnet/corefx repository, which no longer exists. Were these docs migrated anywhere? I can't find anything similar on this repo. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can still download the wiki by cloning it directly via As far as I can find, this document was not migrated to anywhere in this repo. By and large I think this document has probably been supplanted by the use of the platform compatibility analyzer and documentation on specific affected APIs. |
Beta Was this translation helpful? Give feedback.
You can still download the wiki by cloning it directly via
https://github.com/dotnet/corefx.wiki.git
. Here's a GitHub gist of ApiCompat.md#systemxmlschema.As far as I can find, this document was not migrated to anywhere in this repo. By and large I think this document has probably been supplanted by the use of the platform compatibility analyzer and documentation on specific affected APIs.