SobaScript.Z.Core
1.14.0
dotnet add package SobaScript.Z.Core --version 1.14.0
NuGet\Install-Package SobaScript.Z.Core -Version 1.14.0
<PackageReference Include="SobaScript.Z.Core" Version="1.14.0" />
paket add SobaScript.Z.Core --version 1.14.0
#r "nuget: SobaScript.Z.Core, 1.14.0"
// Install SobaScript.Z.Core as a Cake Addin #addin nuget:?package=SobaScript.Z.Core&version=1.14.0 // Install SobaScript.Z.Core as a Cake Tool #tool nuget:?package=SobaScript.Z.Core&version=1.14.0
Core components for SobaScript -- Extensible Modular Scripting Programming Language
https://github.com/3F/SobaScript
Provides at least the following:
* ConditionComponent
Supports composite conditions with limited short-circuit evaluation (separately for all brackets)
Additional Operators:
```
===, !==, ~=, ==, !=, >=, <=, !, >, <, ^=, =^
```
```
#[( #[var count] > 10 || ( && !false) ) {
...
}
else{
...
}]
```
* EvMSBuildComponent
Through [E-MSBuild](https://github.com/3F/E-MSBuild)
```
#[@(...)]
```
* UserVariableComponent
Through [Varhead](https://github.com/3F/Varhead).
```
#[var name = mixed value]
#[var name]
```
```
#[var branchSha1 = #[IO sout("git", "rev-parse --short HEAD")]]
```
* TryComponent
Protects from errors in try{...} block and handles it in catch{...}
```
#[try
{
...
}
catch(err, msg)
{
- Type of Exception
- Error Message
...
}]
```
* CommentComponent
```
#["
Example
" Description 1 "
" Description 2 "
"]
```
* BoxComponent
Container of data for operations such for templating, repeating, etc.
```
#[Box iterate(i = 0; < 10; i += 1):
...
#[Box operators.sleep(250)]
]
```
```
#[try {
#[Box data.pack("header", false):
#[@(data = "Hello !")]
#[File appendLine(""): ------ #[] ------ ]
]
}catch{ }]
```
https://github.com/3F/SobaScript.Z.Core
=======================================
gnt /p:ngpackages="SobaScript.Z.Core/1.14.0"
================== https://github.com/3F/GetNuTool
Build info:
S_NUM: 1.14.0
S_REV: 22381
S_NUM_REV: 1.14.0.22381
bSha1: ef80401
bName: master
bRevc: 7
Configuration: RCI_SDK15
revDeltaBase: 2019/09/09
revDeltaMin: 1000
revDeltaMax: 65534
:: generated by a vsSolutionBuildEvent v0.12.11.39273
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 | 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 | 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. |
-
.NETFramework 4.0
- SobaScript (>= 1.14.0)
- SobaScript.Mapper (>= 1.14.0)
-
.NETStandard 2.0
- SobaScript (>= 1.14.0)
- SobaScript.Mapper (>= 1.14.0)
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 |
---|---|---|
1.14.0 | 1,165 | 9/23/2019 |