dotnet/winforms

Document changes to ComputerInfo.OSFullName property

Aberta

#5.384 aberto em 3 de ago. de 2021

 (7 comentários) (0 reação) (1 responsável)C# (922 forks)batch import
:beetle: bug:boom: regression-releasearea-VisualBasichelp wantedpriority-3

Métricas do repositório

Stars
 (4.100 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador