BlueBermuda.Extensions

No summary available for this package.

Latest version published over 3 years ago
VersionReleasedDeprecated
0.3.0-alphaDec 4, 2020
Dec 29, 2020
over 3 years ago
0.1.1-betaNov 11, 2020
Nov 11, 2020
over 3 years ago
0.0.1-betaNov 11, 2020
Nov 11, 2020
over 3 years ago

Last updated on 19 January-2024, at 00:32 (UTC).

Got EOL?

Xeol can give you visibility into end-of-life (EOL) and deprecated packages across all your repositories. Try it out!

Description

Fluent extensions that help developers write code faster. The idea is to create a fluent dialect that is easy to read and is an alternative to calling static methods. For instance, instead of invoking the static method Regex.IsMatch(string input, string pattern) on stringA/patternA, simply invoke stringA.RegexIsMatch(patternA) or instead of invoking Math.Round(4.838, 2), simply invoke 4.838.Round(2).

FAQs

> Is BlueBermuda.Extensions Deprecated?

It appears there are some versions of BlueBermuda.Extensions that are deprecated.

> What is the deprecation date for the latest version of BlueBermuda.Extensions?

The latest version of BlueBermuda.Extensions was released on Dec 4, 2020, and it is now deprecated.

> What does deprecated mean?

Deprecated means that the package was either marked as deprecated on the package registry, or that the source code repository for the package was archived.