dotnet / dotnet/winforms

Document changes to ComputerInfo.OSFullName property

Open
#5,384 7 comments 0 reactions 1 assignee Claimed by @KlausLoeffelmann View on GitHub
:beetle: bug :boom: regression-release area-VisualBasic help wanted priority-3
Dominant language
C#
Stars
4.9k
Forks
1.1k
Avg merge
1d 13m
Merged PRs (30d)
85

Description

The following code returns different results in .NET Framework 4.8 and .NET 5.0 applications.
I think this change should be documented.

```vbnet
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.