Skyline.DataMiner.CICD.Validators.Protocol.Features 1.1.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Skyline.DataMiner.CICD.Validators.Protocol.Features --version 1.1.3
NuGet\Install-Package Skyline.DataMiner.CICD.Validators.Protocol.Features -Version 1.1.3
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="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Skyline.DataMiner.CICD.Validators.Protocol.Features --version 1.1.3
#r "nuget: Skyline.DataMiner.CICD.Validators.Protocol.Features, 1.1.3"
#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 Skyline.DataMiner.CICD.Validators.Protocol.Features as a Cake Addin
#addin nuget:?package=Skyline.DataMiner.CICD.Validators.Protocol.Features&version=1.1.3

// Install Skyline.DataMiner.CICD.Validators.Protocol.Features as a Cake Tool
#tool nuget:?package=Skyline.DataMiner.CICD.Validators.Protocol.Features&version=1.1.3

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 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 (1)

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

Package Downloads
Skyline.DataMiner.CICD.Validators.Protocol The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Library containing methods to validate DataMiner protocols.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.3 123 4/8/2024
1.1.2 152 2/23/2024
1.1.1 138 2/7/2024
1.1.0 128 1/17/2024