dotnet/winforms

Document changes to ComputerInfo.OSFullName property

Open

#5 384 ouverte le 3 août 2021

Voir sur GitHub
 (7 commentaires) (0 réactions) (1 assigné)C# (922 forks)batch import
:beetle: bug:boom: regression-releasearea-VisualBasichelp wantedpriority-3

Métriques du dépôt

Stars
 (4 100 stars)
Métriques de merge PR
 (Merge moyen 14j 22h) (56 PRs mergées en 30 j)

Description

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

Guide contributeur