Scorpio-CSharp 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Scorpio-CSharp --version 1.0.8                
NuGet\Install-Package Scorpio-CSharp -Version 1.0.8                
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="Scorpio-CSharp" Version="1.0.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Scorpio-CSharp --version 1.0.8                
#r "nuget: Scorpio-CSharp, 1.0.8"                
#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.
// Install Scorpio-CSharp as a Cake Addin
#addin nuget:?package=Scorpio-CSharp&version=1.0.8

// Install Scorpio-CSharp as a Cake Tool
#tool nuget:?package=Scorpio-CSharp&version=1.0.8                
  • 申请array时分隔符支持 分号 ; 示例;
var a = [100;200;300]
//等同于
var a = [100,200,300]
  • 支持脚本直接调用c#运算符
运算符号 反射名称 脚本直接调用
+ op_Addition 支持(+= 不支持)
- op_Subtraction 支持(-= 不支持)
* op_Multiply 支持(*= 不支持)
/ op_Division 支持(/= 不支持)
% op_Modulus 支持(%= 不支持)
| op_BitwiseOr 支持(|= 不支持)
& op_BitwiseAnd 支持(&= 不支持)
^ op_ExclusiveOr 支持(^= 不支持)
> op_GreaterThan 支持
>= op_GreaterThanOrEqual 支持
< op_LessThan 支持
op_LessThanOrEqual 支持
== op_Equality 不支持
!= op_Inequality 不支持
[] get_Item(获取变量) 不支持
[] set_Item(设置变量) 不支持
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 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 netcoreapp2.0 is compatible.  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 net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  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.
  • .NETCoreApp 2.0

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.0 280 3/27/2023
2.3.10 488 7/21/2022
2.3.9 448 5/6/2022
2.3.8 453 4/26/2022
2.3.6 463 2/8/2022
2.3.5 322 11/29/2021
2.3.4 310 11/28/2021
2.3.3 353 11/11/2021
2.3.1 385 10/21/2021
2.2.0 358 7/27/2021
2.1.0 406 6/23/2021
2.0.13 372 1/26/2021
2.0.12 424 11/26/2020
2.0.10 495 9/7/2020
2.0.8 486 6/10/2020
2.0.7 484 5/29/2020
2.0.6 526 5/20/2020
2.0.5 485 4/16/2020
2.0.3 522 12/23/2019
2.0.2 521 11/11/2019
2.0.0 534 9/17/2019
2.0.0-preview6 439 6/14/2019
2.0.0-preview5 427 6/14/2019
2.0.0-preview4 427 6/14/2019
2.0.0-preview3 434 6/14/2019
2.0.0-preview2 411 6/14/2019
2.0.0-preview1 476 6/12/2019
1.0.11 598 5/28/2019
1.0.10 580 3/19/2019
1.0.9 587 3/15/2019
1.0.8 585 3/14/2019
1.0.7 609 3/11/2019
1.0.5 673 2/15/2019
1.0.4 693 12/20/2018
1.0.3 714 11/28/2018
1.0.2 701 11/26/2018
1.0.0 909 7/6/2018