FiftyOne.Pipeline.Core 4.4.75

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

// Install FiftyOne.Pipeline.Core as a Cake Tool
#tool nuget:?package=FiftyOne.Pipeline.Core&version=4.4.75

51Degrees Pipeline API

51Degrees Pipeline API

Developer Documentation

Introduction

This repository contains all the projects required to build the .NET implementation of the Pipeline API. Individual engines (For example, device detection) are in separate repositories.

The specification is also available on GitHub and is recommended reading if you wish to understand the concepts and design of this API.

Dependencies

Visual Studio 2022 or later is recommended. Although Visual Studio Code can be used for working with most of the projects.

The Pipeline projects are written in C# and target .NET Standard 2.0.3 The Web integration multi-targets the following: - .NET Core 3.1 - .NET Core 6.0 - .NET Framework 4.6.2

The tested versions page shows the .NET versions that we currently test against. The software may run fine against other versions, but additional caution should be applied.

Solutions and projects

  • FiftyOne.Pipeline - The core projects that comprise the Pipeline API.
    • FiftyOne.Pipeline.Core - The core Pipeline classes such as Pipeline, FlowData, FlowElement and Evidence.
    • FiftyOne.Pipeline.Engines - Functionality for AspectEngines, a specialized FlowElement with additional features.
    • FiftyOne.Pipeline.Engines.FiftyOne - Functionality that is specific to 51Degrees aspect engines.
  • FiftyOne.Pipeline.Web - Projects that are relevant to the Pipeline API ASP.NET integration.
    • FiftyOne.Pipeline.Web - ASP.NET Core integration.
    • FiftyOne.Pipeline.Web.Framework - ASP.NET Framework integration.
    • FiftyOne.Pipeline.Web.Minify - FlowElement which takes the JavaScript function from the JavaScriptBundler element and minifies it.
    • FiftyOne.Pipeline.Web.Shared - Shared code that is used by both Core and Framework ASP.NET integrations.
  • FiftyOne.Pipeline.Elements - Projects for various common Flow Elements that are used by multiple other solutions.
    • FiftyOne.Pipeline.JavaScriptBuilder - An element that packages values from all 'JavaScript' properties from all engines into a single JavaScript function.
    • FiftyOne.Pipeline.JsonBuilder - An element that serializes all properties from all engines into JSON format.
  • FiftyOne.CloudRequestEngine - Projects related to making general requests to the 51Degrees cloud.
    • FiftyOne.Pipeline.CloudRequestEngine - An engine that makes requests to the 51Degrees cloud service.

Installation

You can either clone this repository and reference the projects locally or you can reference the NuGet packages directly.

Install-Package FiftyOne.Pipeline.Core
Install-Package FiftyOne.Pipeline.Engines
Install-Package FiftyOne.Pipeline.Engines.FiftyOne
Install-Package FiftyOne.Pipeline.Web
Install-Package FiftyOne.Pipeline.Web.Minify
Install-Package FiftyOne.Pipeline.JsonBuilder
Install-Package FiftyOne.Pipeline.JavaScriptBuilder
Install-Package FiftyOne.Pipeline.CloudRequestEngine

Note that the packages have dependencies on each other so you'll never need to install all of them individually. For example, Installing FiftyOne.Pipeline.Engines.FiftyOne will automatically add FiftyOne.Pipeline.Engines and FiftyOne.Pipeline.Core.

Examples

Pipeline Examples

There are several examples available that demonstrate how to make use of the Pipeline API in isolation. These are described in the table below. If you want examples that demonstrate how to use 51Degrees products such as device detection, then these are available in the corresponding repository and on our website.

Example Description
CustomFlowElement\1. Simple Flow Element Shows how to create a custom flow element that returns star sign based on a supplied date of birth.
CustomFlowElement\2. On Premise Engine Shows how to modify SimpleFlowElement to make use of the 'engine' functionality and use a custom data file to map dates to star signs rather than relying on hard coded data.
CustomFlowElement\3. Client-side evidence Shows how to modify SimpleFlowElement to request the data of birth from the user using client-side JavaScript.
CustomFlowElement\4. Cloud Engine Shows how to modify SimpleFlowElement to perform the star sign lookup via a cloud service rather than locally.
ResultCaching Shows how the result caching feature works.
UsageSharing Shows how to share usage with 51Degrees. This helps us to keep our products up to date and accurate.

Tests

  • FiftyOne.Pipeline.CloudRequestEngine.Tests - Tests for the CloudRequestEngine and builder.
  • FiftyOne.Pipeline.Core.Tests - Tests for FlowElement and FlowData base classes.
  • FiftyOne.Pipeline.Engines.Tests - Tests for AspectEngines and AspectData base classes.
  • FiftyOne.Pipeline.Engines.FiftyOne.Tests - Tests for 51Degrees specific aspect engines.
  • FiftyOne.Pipeline.Examples.Tests - Tests for developer examples. This will automatically run all the examples and ensure they do not crash.
  • FiftyOne.Pipeline.Web.Tests - Tests for web integration functionality.

The tests can be run from within Visual Studio or (in most cases) by using the dotnet test command line tool.

Project documentation

For complete documentation on the Pipeline API and associated engines, see the 51Degrees documentation site.

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 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 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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on FiftyOne.Pipeline.Core:

Package Downloads
FiftyOne.Pipeline.Engines

The 51Degrees Pipeline API provides a fast, modern architecture for consuming real-time digital data services. This package contains base classes that implement the shared features available to engines - a specialized type of flow element.

FiftyOne.Pipeline.Web.Shared

The 51Degrees Pipeline API provides a fast, modern architecture for consuming real-time digital data services. The package contains shared functionality that is needed by both the ASP.NET Core and ASP.NET integrations.

FiftyOne.Pipeline.Examples.Shared

The 51Degrees Pipeline API provides a fast, modern architecture for consuming real-time digital data services. This package contains helper classes to make writing examples easier.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.4.75 0 4/16/2024
4.4.74 3,164 3/17/2024
4.4.73 622 3/16/2024
4.4.72 2,008 2/21/2024
4.4.71 1,390 2/15/2024
4.4.70 888 2/14/2024
4.4.69 448 2/14/2024
4.4.68 2,299 2/1/2024
4.4.67 1,219 1/31/2024
4.4.66 1,540 1/27/2024
4.4.65 956 1/26/2024
4.4.64 2,090 1/17/2024
4.4.63 1,548 1/13/2024
4.4.62 1,455 1/11/2024
4.4.61 1,047 1/10/2024
4.4.60 1,618 1/6/2024
4.4.59 3,165 12/7/2023
4.4.58 1,375 12/2/2023
4.4.57 1,743 11/29/2023
4.4.56 1,591 11/25/2023
4.4.55 1,285 11/23/2023
4.4.54 665 11/23/2023
4.4.53 2,240 11/17/2023
4.4.52 762 11/15/2023
4.4.51 852 11/9/2023
4.4.50 1,691 11/3/2023
4.4.49 1,127 11/2/2023
4.4.48 2,022 10/28/2023
4.4.47 1,091 10/27/2023
4.4.46 1,485 10/25/2023
4.4.45 1,126 10/20/2023
4.4.44 4,635 10/11/2023
4.4.43 764 10/10/2023
4.4.42 768 10/7/2023
4.4.41 4,125 9/23/2023
4.4.40 1,443 9/20/2023
4.4.39 2,224 9/16/2023
4.4.38 1,248 9/15/2023
4.4.37 1,639 9/13/2023
4.4.36 1,763 9/11/2023
4.4.35 1,434 9/9/2023
4.4.34 1,366 9/8/2023
4.4.33 1,976 9/2/2023
4.4.32 1,499 8/31/2023
4.4.31 872 8/30/2023
4.4.30 2,227 8/9/2023
4.4.29 3,830 8/6/2023
4.4.28 1,588 8/4/2023
4.4.27 10,639 7/13/2023
4.4.26 2,998 7/4/2023
4.4.25 2,193 7/2/2023
4.4.24 6,216 6/18/2023
4.4.23 2,741 6/12/2023
4.4.22 1,485 6/11/2023
4.4.21 2,210 6/9/2023
4.4.20 2,443 6/7/2023
4.4.19 4,441 6/4/2023
4.4.18 1,243 6/2/2023
4.4.17 1,237 6/2/2023
4.4.16 1,235 6/1/2023
4.4.15 17,400 3/24/2023
4.4.14 3,802 3/20/2023
4.4.13 6,989 3/10/2023
4.4.11 5,151 2/15/2023
4.4.10 5,396 2/1/2023
4.4.9 3,328 1/18/2023
4.4.8 5,524 12/7/2022
4.4.7 9,080 8/30/2022
4.4.6 6,938 7/27/2022
4.4.5 4,242 7/13/2022
4.4.4 155,284 6/29/2022
4.4.3 4,832 6/22/2022
4.4.2 7,210 5/25/2022
4.4.1 7,883 4/27/2022
4.4.0 8,719 4/7/2022
4.3.17 8,267 3/31/2022
4.3.16 4,079 3/16/2022
4.3.15 12,075 1/25/2022
4.3.14 15,273 12/22/2021
4.3.13 3,561 12/15/2021
4.3.11 3,494 12/1/2021
4.3.10 2,132 11/22/2021
4.3.9 3,127 11/17/2021
4.3.7 5,540 10/6/2021
4.3.3 1,398 9/15/2021
4.3.2 730 8/17/2021
4.3.1 226 8/3/2021
4.3.0 2,775 6/16/2021
4.2.3 3,407 5/8/2021
4.2.1 370 2/1/2021
4.2.0 5,320 1/6/2021
4.1.11 1,704 9/7/2020
4.1.10 3,344 8/10/2020
4.1.4 673 6/29/2020
4.1.3 2,600 5/29/2020
4.1.0-beta.46 292 3/5/2020
4.1.0-beta.44 228 3/4/2020
4.1.0-beta.39 217 2/18/2020
4.1.0-beta.38 251 2/18/2020
4.1.0-beta.36 241 2/18/2020
4.1.0-beta.34 238 2/17/2020
4.1.0-beta.33 250 2/13/2020
4.1.0-beta.25 251 1/17/2020
4.1.0-beta.22 258 1/7/2020
4.1.0-beta.21 310 1/7/2020