FiftyOne.Pipeline.Engines.FiftyOne 4.5.0-alpha.19

This is a prerelease version of FiftyOne.Pipeline.Engines.FiftyOne.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FiftyOne.Pipeline.Engines.FiftyOne --version 4.5.0-alpha.19
                    
NuGet\Install-Package FiftyOne.Pipeline.Engines.FiftyOne -Version 4.5.0-alpha.19
                    
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.Engines.FiftyOne" Version="4.5.0-alpha.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FiftyOne.Pipeline.Engines.FiftyOne" Version="4.5.0-alpha.19" />
                    
Directory.Packages.props
<PackageReference Include="FiftyOne.Pipeline.Engines.FiftyOne" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FiftyOne.Pipeline.Engines.FiftyOne --version 4.5.0-alpha.19
                    
#r "nuget: FiftyOne.Pipeline.Engines.FiftyOne, 4.5.0-alpha.19"
                    
#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.
#addin nuget:?package=FiftyOne.Pipeline.Engines.FiftyOne&version=4.5.0-alpha.19&prerelease
                    
Install FiftyOne.Pipeline.Engines.FiftyOne as a Cake Addin
#tool nuget:?package=FiftyOne.Pipeline.Engines.FiftyOne&version=4.5.0-alpha.19&prerelease
                    
Install FiftyOne.Pipeline.Engines.FiftyOne as a Cake Tool

51Degrees Pipeline API

51Degrees Pipeline API

Developer Documentation | NuGet | Package | NuGet | Package | | --- | --- | --- | --- | | NuGet | CloudRequestEngine | NuGet | Examples.Shared | | NuGet | Core | NuGet | JavaScriptBuilder | | NuGet | Engines | NuGet | JsonBuilder | | NuGet | Engines.FiftyOne | NuGet | Web | | NuGet | Engines.TestHelpers | NuGet | Web.Shared |

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 8.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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 (5)

Showing the top 5 NuGet packages that depend on FiftyOne.Pipeline.Engines.FiftyOne:

Package Downloads
FiftyOne.DeviceDetection.Shared

51Degrees Device Detection parses HTTP headers to return detailed hardware, operating system, browser, and crawler information for the devices used to access your website or service. This package contains shared classes used by the device detection engines.

FiftyOne.Pipeline.JsonBuilder

The 51Degrees Pipeline API provides a fast, modern architecture for consuming real-time digital data services. This package contains an element that serializes all values in flowdata into a JSON formatted string.

FiftyOne.Pipeline.Web

The 51Degrees Pipeline API provides a fast, modern architecture for consuming real-time digital data services. This package contains components that integrate the 51Degrees Pipeline API into ASP.NET and ASP.NET Core web projects.

FiftyOne.Geolocation.Core

51Degrees Geolocation performs reverse geocoding (using longitude and latitude information) to populate postal addresses. This package contains shared classes used by all the geo-location engines.

FiftyOne.Geolocation.Cloud

51Degrees Geolocation performs reverse geocoding (using longitude and latitude information) to populate postal addresses. This package performs reverse geocoding using the 51Degrees cloud service.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.5.0-alpha.20 26 4/3/2025
4.5.0-alpha.19 136 3/11/2025
4.5.0-alpha.18 168 3/6/2025
4.5.0-alpha.17 497 2/7/2025
4.5.0-alpha.16 56 2/6/2025
4.5.0-alpha.14 59 2/5/2025
4.5.0-alpha.13 283 1/30/2025
4.5.0-alpha.12 3,295 1/30/2025
4.5.0-alpha.11 43 1/29/2025
4.5.0-alpha.10 137 1/23/2025
4.5.0-alpha.8 53 1/23/2025
4.5.0-alpha.6 50 1/22/2025
4.5.0-alpha.5 55 1/22/2025
4.5.0-alpha.4 100 1/15/2025
4.5.0-alpha.3 222 1/2/2025
4.5.0-alpha.1 257 12/23/2024
4.4.134 45 4/3/2025
4.4.133 1,980 3/11/2025
4.4.132 917 3/7/2025
4.4.131 3,926 2/7/2025
4.4.130 736 2/5/2025
4.4.129 199 2/5/2025
4.4.128 593 2/4/2025
4.4.127 1,234 1/31/2025
4.4.126 1,305 1/25/2025
4.4.125 349 1/24/2025
4.4.124 1,167 1/18/2025
4.4.123 594 1/16/2025
4.4.122 3,789 1/2/2025
4.4.121 2,819 12/17/2024
4.4.121-alpha.15 68 12/18/2024
4.4.121-alpha.6 55 12/18/2024
4.4.120 196 12/17/2024
4.4.119 1,430 12/12/2024
4.4.119-alpha.3 64 12/17/2024
4.4.118 440 12/9/2024
4.4.117 638 12/5/2024
4.4.116 1,700 12/2/2024
4.4.115 524 12/1/2024
4.4.114 851 11/26/2024
4.4.113 340 11/25/2024
4.4.112 213 11/25/2024
4.4.111 1,444 11/13/2024
4.4.110 994 11/11/2024
4.4.109 923 11/8/2024
4.4.108 675 11/5/2024
4.4.107 3,049 10/17/2024
4.4.106 314 10/16/2024
4.4.105 534 10/15/2024
4.4.104 2,301 10/9/2024
4.4.103 2,540 9/30/2024
4.4.102 2,398 9/9/2024
4.4.101 927 9/6/2024
4.4.100 1,134 9/4/2024
4.4.99 573 9/3/2024
4.4.98 675 8/30/2024
4.4.97 645 8/29/2024
4.4.96 1,767 8/14/2024
4.4.95 2,522 8/2/2024
4.4.94 4,456 7/10/2024
4.4.93 1,087 7/6/2024
4.4.92 1,301 6/26/2024
4.4.91 283 6/25/2024
4.4.90 2,877 6/14/2024
4.4.89 260 6/14/2024
4.4.88 2,138 5/31/2024
4.4.87 1,869 5/29/2024
4.4.86 551 5/28/2024
4.4.85 5,506 5/16/2024
4.4.84 550 5/15/2024
4.4.83 2,640 5/7/2024
4.4.82 2,569 4/23/2024
4.4.81 1,400 4/19/2024
4.4.80 368 4/19/2024
4.4.78 380 4/17/2024
4.4.77 267 4/17/2024
4.4.76 265 4/17/2024
4.4.75 750 4/16/2024
4.4.74 9,596 3/17/2024
4.4.73 699 3/16/2024
4.4.72 2,298 2/21/2024
4.4.71 1,441 2/15/2024
4.4.70 866 2/14/2024
4.4.69 297 2/14/2024
4.4.68 2,505 2/1/2024
4.4.67 1,199 1/31/2024
4.4.66 2,961 1/27/2024
4.4.65 882 1/26/2024
4.4.64 1,998 1/17/2024
4.4.63 1,565 1/13/2024
4.4.62 1,402 1/11/2024
4.4.61 955 1/10/2024
4.4.60 1,581 1/6/2024
4.4.59 3,140 12/7/2023
4.4.58 1,223 12/2/2023
4.4.57 1,641 11/29/2023
4.4.56 1,536 11/25/2023
4.4.55 1,151 11/23/2023
4.4.54 390 11/23/2023
4.4.53 2,155 11/17/2023
4.4.52 536 11/15/2023
4.4.51 594 11/9/2023
4.4.50 1,349 11/3/2023
4.4.49 960 11/2/2023
4.4.48 2,001 10/28/2023
4.4.47 905 10/27/2023
4.4.46 1,402 10/25/2023
4.4.45 864 10/20/2023
4.4.44 4,516 10/11/2023
4.4.43 439 10/10/2023
4.4.42 459 10/7/2023
4.4.41 4,086 9/23/2023
4.4.40 1,254 9/20/2023
4.4.39 2,121 9/16/2023
4.4.38 996 9/15/2023
4.4.37 1,531 9/13/2023
4.4.36 1,541 9/11/2023
4.4.35 1,193 9/9/2023
4.4.34 1,090 9/8/2023
4.4.33 1,794 9/2/2023
4.4.32 1,269 8/31/2023
4.4.31 476 8/30/2023
4.4.30 1,838 8/9/2023
4.4.29 3,895 8/6/2023
4.4.28 1,165 8/4/2023
4.4.27 10,629 7/13/2023
4.4.26 2,668 7/4/2023
4.4.25 1,770 7/2/2023
4.4.24 6,804 6/18/2023
4.4.23 2,296 6/12/2023
4.4.22 913 6/11/2023
4.4.21 1,783 6/9/2023
4.4.20 1,748 6/7/2023
4.4.19 6,556 6/4/2023
4.4.18 660 6/2/2023
4.4.17 677 6/2/2023
4.4.16 664 6/1/2023
4.4.15 26,022 3/24/2023
4.4.14 3,475 3/20/2023
4.4.13 7,516 3/10/2023
4.4.11 5,112 2/15/2023
4.4.10 6,929 2/1/2023
4.4.9 2,406 1/18/2023
4.4.8 4,562 12/7/2022
4.4.7 8,795 8/30/2022
4.4.6 5,985 7/27/2022
4.4.5 2,574 7/13/2022
4.4.4 263,496 6/29/2022
4.4.3 3,139 6/22/2022
4.4.2 5,576 5/25/2022
4.4.1 6,089 4/27/2022
4.4.0 6,966 4/7/2022
4.3.17 7,312 3/31/2022
4.3.16 2,376 3/16/2022
4.3.15 10,206 1/25/2022
4.3.14 16,584 12/22/2021
4.3.13 2,581 12/15/2021
4.3.11 2,528 12/1/2021
4.3.10 1,164 11/22/2021
4.3.9 2,210 11/17/2021
4.3.7 4,574 10/6/2021
4.3.3 1,329 9/15/2021
4.3.2 780 8/17/2021
4.3.1 242 8/3/2021
4.3.0 1,711 6/16/2021
4.2.3 3,691 5/8/2021
4.2.1 393 2/1/2021
4.2.0 4,614 1/6/2021
4.1.11 1,621 9/7/2020
4.1.10 3,296 8/10/2020
4.1.4 684 6/29/2020
4.1.3 2,780 5/29/2020
4.1.0-beta.46 288 3/5/2020
4.1.0-beta.44 242 3/4/2020
4.1.0-beta.39 237 2/18/2020
4.1.0-beta.38 261 2/18/2020
4.1.0-beta.36 256 2/18/2020
4.1.0-beta.34 252 2/17/2020
4.1.0-beta.33 237 2/13/2020
4.1.0-beta.25 271 1/17/2020
4.1.0-beta.22 275 1/7/2020
4.1.0-beta.21 351 1/7/2020