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,270 | 8/24/2024 |
2.5.3 | 1,236 | 8/6/2024 |
2.5.2 | 13,817 | 1/27/2023 |
2.5.1 | 1,021 | 10/27/2022 |
2.5.0 | 637 | 10/7/2022 |
2.4.2 | 620 | 9/17/2022 |
2.4.1 | 2,088 | 8/31/2022 |
2.4.0 | 1,493 | 8/14/2022 |
2.3.0 | 684 | 7/16/2022 |
2.2.2 | 42,258 | 9/26/2021 |
2.2.1 | 514 | 8/21/2021 |
2.2.0 | 457 | 5/29/2021 |
2.1.0 | 403 | 5/10/2021 |
2.0.0 | 420 | 4/20/2021 |
1.4.4 | 628 | 2/19/2021 |
1.4.3 | 428 | 2/6/2021 |
1.4.2 | 427 | 1/30/2021 |
1.4.1 | 412 | 1/24/2021 |
1.4.0 | 449 | 1/16/2021 |
1.3.0 | 460 | 1/9/2021 |
1.2.1 | 416 | 1/7/2021 |
1.2.0 | 443 | 1/7/2021 |
1.1.0 | 441 | 1/5/2021 |
1.0.2 | 517 | 1/2/2021 |
1.0.1 | 464 | 1/1/2021 |
1.0.0 | 500 | 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)