Skip to content

Remove refs to Windows 9x#5453

Merged
gewarren merged 7 commits intodotnet:mainfrom
gewarren:windows9x
Mar 24, 2021
Merged

Remove refs to Windows 9x#5453
gewarren merged 7 commits intodotnet:mainfrom
gewarren:windows9x

Conversation

@gewarren
Copy link
Copy Markdown
Contributor

Fixes #2053

Comment thread xml/Microsoft.VisualBasic.MyServices/RegistryProxy.xml
Comment thread xml/System/Environment+SpecialFolder.xml Outdated
Comment thread xml/System.Security.Principal/WindowsIdentity.xml
Comment thread xml/System.Runtime.InteropServices/StructLayoutAttribute.xml Outdated
Comment thread xml/System/Environment+SpecialFolder.xml Outdated
@opbld31

This comment has been minimized.

Comment thread xml/Microsoft.Win32/Registry.xml Outdated
Comment thread xml/System.Drawing.Printing/PaperKind.xml
Comment thread xml/System.Net.Sockets/IOControlCode.xml Outdated
Comment thread xml/System.Runtime.InteropServices/Marshal.xml Outdated
Comment thread xml/System.Runtime.InteropServices/StructLayoutAttribute.xml Outdated
Comment thread xml/System.Security.Principal/WindowsPrincipal.xml Outdated
Comment thread xml/System.Windows.Forms/SystemInformation.xml Outdated
Comment thread xml/System/Environment+SpecialFolder.xml Outdated
Comment thread xml/System/Environment+SpecialFolder.xml Outdated
Comment thread xml/System/Environment+SpecialFolder.xml Outdated
@opbld31

This comment has been minimized.

Copy link
Copy Markdown
Contributor

@RussKie RussKie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Each of the API in xml/System.Windows.Forms/SystemInformation.xml need to be cross checked against Win32 definitions (most, if not all, in WinUser.h). Some of the API are supported as far back as W2000 or XP.

At the moment this looks confusing - we're removing some notes completely (which note support from W2000/XP onwards), yet we're removing some other comments stating the same.

Comment thread xml/System.Windows.Forms/SystemInformation.xml Outdated
Comment thread xml/System.Windows.Forms/SystemInformation.xml Outdated
Comment thread xml/System.Windows.Forms/SystemInformation.xml Outdated
Comment thread xml/System.Windows.Forms/SystemInformation.xml
Copy link
Copy Markdown
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM @gewarren

You can :shipit: when ready.

Comment thread xml/System.IO/FileSystemInfo.xml
Comment thread xml/System.Security.Principal/WindowsImpersonationContext.xml
Comment thread xml/System.Windows.Forms/SystemInformation.xml Outdated
> This property is supported only on Windows NT 4.0 SP4 or later, Windows 98, Windows Millennium Edition, Windows 2000, Windows XP, and the Windows Server 2003 family.


> This property is supported only on Windows NT 4.0 SP4 or later, Windows 2000, Windows XP, and the Windows Server 2003 family.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still support any of these? Or should the whole sentence be removed?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and similar notes must be removed.

Comment thread xml/System.Windows.Forms/SystemInformation.xml Outdated
Comment thread xml/System.Windows.Forms/SystemInformation.xml
Copy link
Copy Markdown
Contributor

@carlossanlop carlossanlop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the change, @gewarren! There are some suggestions for you to consider.

cc @danmoseley who raised the question of having old OS mentions removed from Docs.

Comment thread xml/System/Environment+SpecialFolder.xml
Comment thread xml/System/Environment+SpecialFolder.xml Outdated
Comment thread xml/System/Environment+SpecialFolder.xml Outdated
Comment thread xml/System/Environment+SpecialFolder.xml Outdated
Comment thread xml/System.Windows.Forms/OSFeature.xml Outdated
Comment thread xml/System.IO/FileStream.xml Outdated
Comment thread xml/System.IO/FileStream.xml Outdated
@opbld31

This comment has been minimized.

@gewarren gewarren merged commit b84aef8 into dotnet:main Mar 24, 2021
@gewarren gewarren deleted the windows9x branch March 24, 2021 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make a pass to remove references to Windows 95/98/me