dotnet/winforms

Document changes to ComputerInfo.OSFullName property

Open

#5,384 创建于 2021年8月3日

在 GitHub 查看
 (7 评论) (0 反应) (1 负责人)C# (922 fork)batch import
:beetle: bug:boom: regression-releasearea-VisualBasichelp wantedpriority-3

仓库指标

Star
 (4,100 star)
PR 合并指标
 (平均合并 14天 22小时) (30 天内合并 56 个 PR)

描述

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

贡献者指南