NoStringEvaluating 1.4.4
See the version list below for details.
dotnet add package NoStringEvaluating --version 1.4.4
NuGet\Install-Package NoStringEvaluating -Version 1.4.4
<PackageReference Include="NoStringEvaluating" Version="1.4.4" />
paket add NoStringEvaluating --version 1.4.4
#r "nuget: NoStringEvaluating, 1.4.4"
// Install NoStringEvaluating as a Cake Addin #addin nuget:?package=NoStringEvaluating&version=1.4.4 // Install NoStringEvaluating as a Cake Tool #tool nuget:?package=NoStringEvaluating&version=1.4.4
Fast and easy mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation. Moreover, provides user defined functions and variables.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.Extensions.DependencyInjection (>= 5.0.1)
- Microsoft.Extensions.ObjectPool (>= 5.0.1)
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 |
Added VariableNotFoundException, as a result, you can react on this event as needed. Moreover, improved IFormulaChecker result model, consequently, you can react on mistakes as you wish.