Closed
Description
- In https://docs.microsoft.com/en-us/dotnet/api/system.drawing.graphics (and probably elsewhere), the documentation contains the following information: "In .NET 6 and later versions, the System.Drawing.Common package, which includes this type, is only supported on Windows operating systems. Use of this type in cross-platform apps causes compile-time warnings and run-time exceptions. For more information, see System.Drawing.Common only supported on Windows." The link to "System.Drawing.Common only supported on Windows" points to https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only , which doesn't exist (HTTP 404). Is the information obsolete? I didn't find any mention of it in .NET 6 breaking changes.
- In https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/obsolete-apis-with-custom-diagnostics , several of the breaking changes contain literal text like "
[SYSLIB0027][../../../../fundamentals/syslib-diagnostics/syslib0027.md]
" instead of a HTML URL link.