Skip to content

Releases: csharp-leaf/Leaf.Core

Leaf.Core v1.3.28

08 Feb 01:01

Choose a tag to compare

Leaf.Core v1.3.18

31 Jan 21:36

Choose a tag to compare

Added string.NotNullNotEmpty(). Method string.IsNullOrEmpty() renamed…

Leaf.Core v1.3.17

24 Jan 00:56

Choose a tag to compare

Move namespace Leaf.Core.Extensions.System to Leaf.Core.Extensions.

New methods: ThreadSafeUI.IsCanceledByUser(Exception).
New extensions:
SmtpClient.SendMailAsync(MailMessage, CancellationToken);
string.IsNullOrEmpty();
string.HasContent();
Task.Caf() = Task.ConfigureAwait(false);

Leaf.Core v1.3.16

18 Jan 08:34

Choose a tag to compare

NullOnEmpty and IsWebLink string extensions.

Leaf.Core v1.3.15

04 Dec 13:22

Choose a tag to compare

Added Randomizer and extension for all collections "NextRandom".

Leaf.Core v1.3.14

13 Nov 22:51

Choose a tag to compare

fix wrong condition

Leaf.Core v1.3.13

13 Nov 21:51

Choose a tag to compare

Fix typos. Net Framework 4.5.2 support.

Leaf.Core v1.3.12

22 Oct 19:57

Choose a tag to compare

Fix JSON escape

Leaf.Core v1.3.11

20 Jul 02:19

Choose a tag to compare

On log event

Leaf.Core v1.3.10

19 Jul 21:09

Choose a tag to compare

Fix ToFileFormatString (colon : is invalid character ofc)