Skyline.DataMiner.CICD.Validators.Protocol.Features 3.4.0

Prefix Reserved
dotnet add package Skyline.DataMiner.CICD.Validators.Protocol.Features --version 3.4.0
                    
NuGet\Install-Package Skyline.DataMiner.CICD.Validators.Protocol.Features -Version 3.4.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="Skyline.DataMiner.CICD.Validators.Protocol.Features" Version="3.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Skyline.DataMiner.CICD.Validators.Protocol.Features" Version="3.4.0" />
                    
Directory.Packages.props
<PackageReference Include="Skyline.DataMiner.CICD.Validators.Protocol.Features" />
                    
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 Skyline.DataMiner.CICD.Validators.Protocol.Features --version 3.4.0
                    
#r "nuget: Skyline.DataMiner.CICD.Validators.Protocol.Features, 3.4.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.
#:package Skyline.DataMiner.CICD.Validators.Protocol.Features@3.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Skyline.DataMiner.CICD.Validators.Protocol.Features&version=3.4.0
                    
Install as a Cake Addin
#tool nuget:?package=Skyline.DataMiner.CICD.Validators.Protocol.Features&version=3.4.0
                    
Install as a Cake Tool

Skyline.DataMiner.CICD.Validators.Protocol.Features

About

This NuGet package holds the code to identify which features are being used inside the connector. Do note that this is not a full list of all the features.

About DataMiner

DataMiner is a transformational platform that provides vendor-independent control and monitoring of devices and services. Out of the box and by design, it addresses key challenges such as security, complexity, multi-cloud, and much more. It has a pronounced open architecture and powerful capabilities enabling users to evolve easily and continuously.

The foundation of DataMiner is its powerful and versatile data acquisition and control layer. With DataMiner, there are no restrictions to what data users can access. Data sources may reside on premises, in the cloud, or in a hybrid setup.

A unique catalog of 7000+ connectors already exist. In addition, you can leverage DataMiner Development Packages to build you own connectors (also known as "protocols" or "drivers").

Note See also: About DataMiner.

About Skyline Communications

At Skyline Communications, we deal in world-class solutions that are deployed by leading companies around the globe. Check out our proven track record and see how we make our customers' lives easier by empowering them to take their operations to the next level.

Getting Started

Creation of ProtocolInputData

string protocolXml = ...;
Microsoft.CodeAnalysis.Solution solution = ...;

Parser parser = new Parser(protocolXml);
XmlDocument document = parser.Document;
ProtocolModel model = new ProtocolModel(document);

QActionCompilationModel qactionCompilationModel = new QActionCompilationModel(model, solution);

var protocolInputData = new ProtocolInputData(model, document, qactionCompilationModel);

Run VersionChecker

CancellationToken cancellationToken = ...;
var protocolInputData = ...;

var result = VersionChecker.GetUsedFeatures(protocolInputData, cancellationToken);

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Skyline.DataMiner.CICD.Validators.Protocol.Features:

Package Downloads
Skyline.DataMiner.CICD.Validators.Protocol

Library containing methods to validate DataMiner protocols.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.4.0 214 5/29/2026
3.3.0 178 4/8/2026
3.3.0-bravo 108 4/7/2026
3.3.0-alpha 112 3/31/2026
3.2.0 239 3/11/2026
3.1.0 211 3/2/2026
3.0.1 176 2/10/2026
3.0.0 215 1/30/2026
2.2.2 174 1/20/2026
2.2.2-bravo 150 1/20/2026
2.2.2-alpha 154 1/20/2026
2.2.1 172 1/12/2026
2.2.1-alpha 155 1/12/2026
2.2.0 231 1/12/2026
2.1.1 295 12/22/2025
2.1.0 522 12/11/2025
2.0.0 322 10/6/2025
1.5.0-echo 276 10/6/2025
1.5.0-delta 259 10/6/2025
1.5.0-charlie 246 9/26/2025
Loading failed