Skip to content

Tags: DigitecGalaxus/Galaxus.Functional

Tags

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
PSA-42374 Avoid accidentally returning nested Tasks when using MatchA…

…sync (#50)

* Avoid some footguns with nested Tasks

* Add tests

* Fix wrong TreatWarningsAsErrors

* Use multitargeting to set custom DiagnosticId

* Target .NET 10 instead

4.3.0

Toggle 4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GitHub workflow for NuGet publish (#46)

4.3.0-alpha1

Toggle 4.3.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GitHub workflow for NuGet publish (#46)

4.2.1

Toggle 4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[#43] ConfigureAwait(false) for all async extensions (#44)

4.2.0

Toggle 4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Option.MapOrElse (#41)

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Option.MatchAsync (#34)

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add NUnit Extensions (#32)

* Add NUnit Extensions

3.5.0

Toggle 3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Get value or none (#23)

* Add GetValueOrNone to dictionary

closes #19

* Add tests

* update GetValueOrNone to work for both IDictionary as well as IReadOnlyDictionary

Signed-off-by: Raphael Imahorn <[email protected]>

* GetValueOrNone: add support for any KeyValuePair-Enumerable

Signed-off-by: Raphael Imahorn <[email protected]>

3.4.0

Toggle 3.4.0's commit message
Update copyright, replace CONTRIBUTORs file with link in readme

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#15 .IsA / .IsB / .SelectA / .SelectB for Either<A, B> (#16)

* #15 .IsA / .IsB / .SelectA / .SelectB for Either<A, B>

* rework

* spelling

Co-authored-by: INTRANET\Adrian.Waeber <[email protected]>