dotnet/winforms

Document changes to ComputerInfo.OSFullName property

オープン

#5,384 opened on 2021/08/03

 (7 件のコメント) (0 件のリアクション) (1 人の担当者)C# (922 件のフォーク)batch import
:beetle: bug:boom: regression-releasearea-VisualBasichelp wantedpriority-3

Repository metrics

Stars
 (4,100 個のスター)
PR merge metrics
 (PR metrics pending)

説明

The following code returns different results in .NET Framework 4.8 and .NET 5.0 applications. I think this change should be documented.

MsgBox(New Devices.ComputerInfo().OSFullName)

Result in .NET Framework 4.8:

Microsoft Windows 10 Pro

Result in .NET 5.0:

Microsoft Windows 10.0.19043

コントリビューターガイド