HandyOrg / HandyControl

Contains some simple and commonly used WPF controls
https://handyorg.github.io/
MIT License
6.18k stars 1.04k forks source link

System.ArgumentOutOfRangeException #1586

Closed o-medizadeh-Ard closed 6 months ago

o-medizadeh-Ard commented 6 months ago

Describe the bug

the Growl with prameter 'ShowPersianDateTime = true,' has the following error on date '05/18/2024' : System.ArgumentOutOfRangeException: 'Year, Month, and Day parameters describe an un-representable DateTime.' But it works correctly on other dates.

Steps to reproduce the bug

error

Expected behavior

error

Screenshots

No response

NuGet package version

None

IDE

Visual Studio 2019

Framework type

.Net 5.0

Windows version

No response

Additional context

error

ghost1372 commented 6 months ago

fixed in https://github.com/ghost1372/HandyControls/commit/905d65b5f6362d47c4ee5d645b01da3f135027a9

o-medizadeh-Ard commented 6 months ago

fixed in ghost1372/HandyControls@905d65b

ok, Thanks. But the package that is downloaded from 'Nuget' has not been fixed yet and this bug still remains on the latest version 3.5.2. Thank

o-medizadeh-Ard commented 6 months ago

Thanks. I have downloaded and installed the latest '3.5.2' package from nugget. Please guide me how to use your bug fix commit?