NCalcAsync 7.1.0

dotnet add package NCalcAsync --version 7.1.0
                    
NuGet\Install-Package NCalcAsync -Version 7.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NCalcAsync" Version="7.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NCalcAsync" Version="7.1.0" />
                    
Directory.Packages.props
<PackageReference Include="NCalcAsync" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NCalcAsync --version 7.1.0
                    
#r "nuget: NCalcAsync, 7.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NCalcAsync@7.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NCalcAsync&version=7.1.0
                    
Install as a Cake Addin
#tool nuget:?package=NCalcAsync&version=7.1.0
                    
Install as a Cake Tool

NCalcAsync

NCalc is a mathematical expression evaluator for .NET. NCalcAsync only redirects to NCalc.Core for legacy reasons.

NCalc, NCalcSync, and NCalcAsync are redirect packages that currently point directly to NCalc.Core, preserving compatibility from before the community efforts were consolidated into the same repository.

For more information, read the docs.

Product 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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NCalcAsync:

Package Downloads
GLOB.API

Package Description

Msm.Module.DynamicRecords.Application

FluentValidation rules, schema helpers, and validation contracts for the MSM dynamic records module.

QuestViva.Engine

Core game interpreter for Quest Viva — script execution, expression evaluation, game loading, and built-in functions for text adventure games.

ArilekhReport.Core

ArilekhReport.Core is the core library of the Arilekh Reporting Platform. It provides report definitions, data binding, report processing, rendering infrastructure, and extensible APIs for building enterprise-grade reporting solutions in .NET applications.

MioKit.Expression

{"schema":"miokit.plugin-package","schemaVersion":1,"plugin":{"metadataVersion":"1.0","id":"miokit.expression","name":"表达式计算","description":"# 表达式计算\n\n在 MioKit 搜索框中直接输入数学表达式即可实时求值,回车一键复制结果。支持四则运算、幂、取模、百分比、比较与逻辑运算,以及 NCalc 内置函数。\n\n## 功能亮点\n\n- 搜索框即输即算:输入 `1+2*3` 立即预览结果,回车复制到剪贴板\n- 支持 `calc`、`expression` 命令作用域,剪贴板内容可直接作为函数参数\n- 自定义 JavaScript 函数:在 `window.expression` 上挂载函数,表达式中直接调用\n- 内置常用函数:求和、均值、阶乘、斐波那契、素数判断、进制转换、随机数等\n- 内置脚本工作台:Monaco 编辑器、编译检查、函数清单与运行日志\n- 可配置小数精度(0–28)与千分位显示\n\n## 使用示例\n\n| 输入 | 结果 |\n|---|---|\n| `1 + 2 * 3` | `7` |\n| `10% + 0.2` | `0.3` |\n| `sqrt(144)` | `12` |\n| `add(1, 2, 3)` | `6` |","category":"Tools","author":"tinyisle","website":"https://www.tinyisle.cn/plugins/expression","icon":"Assets/icon.png","assembly":"MioKit.Expression.dll","minSdkVersion":"1.0.0","minHostVersion":"1.0.0","dependencies":[],"nugetDependents":[{"id":"NCalcAsync","version":"7.0.0"}]}}

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NCalcAsync:

Repository Stars
TheJoeFin/Text-Grab
Use OCR in Windows quickly and easily with Text Grab. With optional background process and notifications.
Version Downloads Last Updated
7.1.0 66 8/7/2026
7.0.2 175 8/4/2026
7.0.1 315 8/3/2026
7.0.0 208 7/30/2026
6.4.0 3,186 7/2/2026
6.3.3 247 6/30/2026
6.3.2 3,432 6/25/2026
6.3.1 1,701 6/23/2026
6.3.0 204 6/22/2026
6.2.0 1,702 6/17/2026
6.1.1 6,295 6/11/2026
6.1.0 368 6/7/2026
6.0.0 238 6/6/2026 6.0.0 is deprecated.
5.13.0 2,505 6/4/2026
5.12.0 51,764 2/19/2026
5.11.0 26,274 12/19/2025
5.10.0 7,095 12/18/2025
5.9.0 23,800 12/2/2025
5.8.0 40,174 11/4/2025
5.7.0 34,313 9/22/2025
Loading failed