dotnet/winforms

Document changes to ComputerInfo.OSFullName property

Open

#5384 aperta il 3 ago 2021

Vedi su GitHub
 (7 commenti) (0 reazioni) (1 assegnatario)C# (922 fork)batch import
:beetle: bug:boom: regression-releasearea-VisualBasichelp wantedpriority-3

Metriche repository

Star
 (4100 star)
Metriche merge PR
 (Merge medio 14g 22h) (56 PR mergiate in 30 g)

Descrizione

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

Guida contributor