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,666 | 8/24/2024 |
2.5.3 | 1,450 | 8/6/2024 |
2.5.2 | 13,937 | 1/27/2023 |
2.5.1 | 1,025 | 10/27/2022 |
2.5.0 | 641 | 10/7/2022 |
2.4.2 | 624 | 9/17/2022 |
2.4.1 | 2,114 | 8/31/2022 |
2.4.0 | 1,497 | 8/14/2022 |
2.3.0 | 688 | 7/16/2022 |
2.2.2 | 44,139 | 9/26/2021 |
2.2.1 | 518 | 8/21/2021 |
2.2.0 | 461 | 5/29/2021 |
2.1.0 | 407 | 5/10/2021 |
2.0.0 | 424 | 4/20/2021 |
1.4.4 | 632 | 2/19/2021 |
1.4.3 | 432 | 2/6/2021 |
1.4.2 | 431 | 1/30/2021 |
1.4.1 | 416 | 1/24/2021 |
1.4.0 | 453 | 1/16/2021 |
1.3.0 | 464 | 1/9/2021 |
1.2.1 | 420 | 1/7/2021 |
1.2.0 | 447 | 1/7/2021 |
1.1.0 | 445 | 1/5/2021 |
1.0.2 | 521 | 1/2/2021 |
1.0.1 | 468 | 1/1/2021 |
1.0.0 | 506 | 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)