dotnet/winforms

Document changes to ComputerInfo.OSFullName property

開放

#5,384 建立於 2021年8月3日

 (7 則留言) (0 個反應) (1 位負責人)C# (922 個分叉)batch import
:beetle: bug:boom: regression-releasearea-VisualBasichelp wantedpriority-3

倉庫指標

星標
 (4,100 顆星)
PR 合併指標
 (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

貢獻者指南