Francesco Luderin
Results
2
issues of
Francesco Luderin
This PR includes: 1. NuGet packages update (testing project); 2. Replaced obsolete constructors 'new MD5CryptoServiceProvider()' and 'new SHA512CryptoServiceProvider()' with 'MD5.Create()' and 'SHA512.Create()' as per Microsoft documentation; 3. Frameworks update (.net5...
I needed to be notified when a filtering on DataGrid was completed. More specifically, I needed to know how many items were found with applied filter. So, this PR adds...