Sequence.Core 0.18.0

dotnet add package Sequence.Core --version 0.18.0
NuGet\Install-Package Sequence.Core -Version 0.18.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="Sequence.Core" Version="0.18.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sequence.Core --version 0.18.0
#r "nuget: Sequence.Core, 0.18.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.
// Install Sequence.Core as a Cake Addin
#addin nuget:?package=Sequence.Core&version=0.18.0

// Install Sequence.Core as a Cake Tool
#tool nuget:?package=Sequence.Core&version=0.18.0

Sequence® Core SDK

Sequence® is a collection of libraries that automates cross-application e-discovery and forensic workflows.

The foundation of Sequence is the Core SDK which allows developers to build connectors for various applications and to configure workflows called Sequences using the Sequence Configuration Language (SCL).

Core is:

  • An interpreter for the Sequence Configuration Language
  • A collection of application-independent Steps that:
    • Can be used to import/export data and structure workflows
    • Manipulate strings, e.g. Append, Concatenate, ChangeCase
    • Enforce data standards and convert between various formats through the use of Schemas
    • Create and manipulate entities (structured objects that represent data)
    • Control flow, e.g. If, ForEach, While
  • An SDK that allows developers to create Connectors for applications

Connectors are collections of Steps that are for use with a particular application. A Step is a unit of work in an application such as creating a case, ingesting data, searching or exporting data.

Documentation

https://sequence.sh

Download

https://sequence.sh/download

Try SCL and Core

https://sequence.sh/playground

Package Releases

Can be downloaded from the Releases page.

NuGet Packages

Release nuget packages are available from nuget.org.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Sequence.Core:

Package Downloads
Sequence.Core.TestHarness

Class library for automatically testing Sequence Core steps.

Sequence.Connectors.Microsoft365

Sequence connector with steps to interact with the Microsoft 365 Graph API.

Sequence.Core.LanguageServer

A language server for the Sequence Configuration Language. Uses LSP (https://microsoft.github.io/language-server-protocol) to provide advanced language completion and analysis features for editors.

Sequence.Connectors.TSK

Sequence® connector for automation of The Sleuth Kit (TSK).

Sequence.Connectors.StructuredData

Sequence connector for automating workflows that use structured data formats - csv, concordance, json.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.18.0 706 11/15/2022