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 231 3/27/2023
2.3.10 459 7/21/2022
2.3.9 426 5/6/2022
2.3.8 431 4/26/2022
2.3.6 437 2/8/2022
2.3.5 296 11/29/2021
2.3.4 289 11/28/2021
2.3.3 332 11/11/2021
2.3.1 360 10/21/2021
2.2.0 332 7/27/2021
2.1.0 381 6/23/2021
2.0.13 347 1/26/2021
2.0.12 396 11/26/2020
2.0.10 472 9/7/2020
2.0.8 464 6/10/2020
2.0.7 461 5/29/2020
2.0.6 502 5/20/2020
2.0.5 464 4/16/2020
2.0.3 496 12/23/2019
2.0.2 498 11/11/2019
2.0.0 513 9/17/2019
2.0.0-preview6 417 6/14/2019
2.0.0-preview5 405 6/14/2019
2.0.0-preview4 411 6/14/2019
2.0.0-preview3 413 6/14/2019
2.0.0-preview2 394 6/14/2019
2.0.0-preview1 455 6/12/2019
1.0.11 572 5/28/2019
1.0.10 556 3/19/2019
1.0.9 560 3/15/2019
1.0.8 561 3/14/2019
1.0.7 589 3/11/2019
1.0.5 652 2/15/2019
1.0.4 664 12/20/2018
1.0.3 691 11/28/2018
1.0.2 674 11/26/2018
1.0.0 883 7/6/2018