dotnet/winforms

Document changes to ComputerInfo.OSFullName property

Open

#5.384 geöffnet am 3. Aug. 2021

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C# (922 Forks)batch import
:beetle: bug:boom: regression-releasearea-VisualBasichelp wantedpriority-3

Repository-Metriken

Stars
 (4.100 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 22h) (56 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide