NoStringEvaluating 2.4.2
See the version list below for details.
dotnet add package NoStringEvaluating --version 2.4.2
NuGet\Install-Package NoStringEvaluating -Version 2.4.2
<PackageReference Include="NoStringEvaluating" Version="2.4.2" />
paket add NoStringEvaluating --version 2.4.2
#r "nuget: NoStringEvaluating, 2.4.2"
// Install NoStringEvaluating as a Cake Addin #addin nuget:?package=NoStringEvaluating&version=2.4.2 // Install NoStringEvaluating as a Cake Tool #tool nuget:?package=NoStringEvaluating&version=2.4.2
Fast low memory consuming mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.Extensions.ObjectPool (>= 6.0.7)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NoStringEvaluating:
Package | Downloads |
---|---|
Corprio.Core
Shared libraries for developing Corprio applications |
|
NoStringEvaluating.Extensions.Microsoft.DependencyInjection
DI extensions for "Extensions.Microsoft.DependencyInjection" |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 1,395 | 8/24/2024 |
2.5.3 | 1,347 | 8/6/2024 |
2.5.2 | 13,865 | 1/27/2023 |
2.5.1 | 1,022 | 10/27/2022 |
2.5.0 | 638 | 10/7/2022 |
2.4.2 | 621 | 9/17/2022 |
2.4.1 | 2,093 | 8/31/2022 |
2.4.0 | 1,494 | 8/14/2022 |
2.3.0 | 685 | 7/16/2022 |
2.2.2 | 42,840 | 9/26/2021 |
2.2.1 | 515 | 8/21/2021 |
2.2.0 | 458 | 5/29/2021 |
2.1.0 | 404 | 5/10/2021 |
2.0.0 | 421 | 4/20/2021 |
1.4.4 | 629 | 2/19/2021 |
1.4.3 | 429 | 2/6/2021 |
1.4.2 | 428 | 1/30/2021 |
1.4.1 | 413 | 1/24/2021 |
1.4.0 | 450 | 1/16/2021 |
1.3.0 | 461 | 1/9/2021 |
1.2.1 | 417 | 1/7/2021 |
1.2.0 | 444 | 1/7/2021 |
1.1.0 | 442 | 1/5/2021 |
1.0.2 | 518 | 1/2/2021 |
1.0.1 | 465 | 1/1/2021 |
1.0.0 | 501 | 1/1/2021 |
1. Boolean optimization
2. External value id keeper optimization
3. Add operators "=" and "<>"
4. Add argument's separator in a function, it can be ";" or ","
5. Add negation like: !(5 > 1) or !IsNull(x) or !true or !myVariable
6. Add function IsNull(x)