xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.9k stars 878 forks source link

UpDown controls' "Value" property causes errors while using .Net Core 3.1. #1664

Open Aandrzejmi opened 3 years ago

Aandrzejmi commented 3 years ago

Trying to set numeric properties (e.g. "Value", "Minimum", "Maximum") of UpDown controls cause following error:

Severity Code Description
Error XDG0062 Could not load type 'System.Int32?' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

Error disappears after cleaning and rebuilding project.

Problem was mentioned before in issue: #1549