Skip to content

Releases: csharp-leaf/Leaf.Core

Leaf.Core v1.3.28

Choose a tag to compare

@grandsilence grandsilence released this 08 Feb 01:01
Last fix appv

Leaf.Core v1.3.18

Choose a tag to compare

@grandsilence grandsilence released this 31 Jan 21:36
Added string.NotNullNotEmpty(). Method string.IsNullOrEmpty() renamed…

Leaf.Core v1.3.17

Choose a tag to compare

@grandsilence grandsilence released this 24 Jan 00:56
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

Choose a tag to compare

@grandsilence grandsilence released this 18 Jan 08:34
NullOnEmpty and IsWebLink string extensions.

Leaf.Core v1.3.15

Choose a tag to compare

@grandsilence grandsilence released this 04 Dec 13:22
Added Randomizer and extension for all collections "NextRandom".

Leaf.Core v1.3.14

Choose a tag to compare

@grandsilence grandsilence released this 13 Nov 22:51
fix wrong condition

Leaf.Core v1.3.13

Choose a tag to compare

@grandsilence grandsilence released this 13 Nov 21:51
Fix typos. Net Framework 4.5.2 support.

Leaf.Core v1.3.12

Choose a tag to compare

@grandsilence grandsilence released this 22 Oct 19:57
Fix JSON escape

Leaf.Core v1.3.11

Choose a tag to compare

@grandsilence grandsilence released this 20 Jul 02:19
On log event

Leaf.Core v1.3.10

Choose a tag to compare

@grandsilence grandsilence released this 19 Jul 21:09
Fix ToFileFormatString (colon : is invalid character ofc)